Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

Creating a PHPUnit mocked model uses default database instead of test in CakePHP

Generate mocked repository objects quickly using live data? Moq

How to implement Chain of Responsibility in a testable fashion?

How can I run Selenium tests against a test database?

Anyone using JRuby testing framework for Eclipse/Maven?

Untestable Braintree API: Should I alter the source code or individually wrap every class? [duplicate]

How to implement unit test for a simple C function that returns binary data?

c++ unit-testing

Appropriate file hierarchy for unittesting in Python

python unit-testing

Rhino Mocks IgnoreArguments() and testing if a lambda was called correctly

c# unit-testing rhino-mocks

Mock a Active Record abstract class and how to stub a nil object in rails test::unit/mocha?

Failed automated Android UI-Tests on Jenkins-Server due to complex lib-project dependencies of the main project(s)

Eliminating coupling and global state in the "Game" singleton

OCMock an NSOperation

ASP .NET Web API controller testing

Junit report does not generate report if there is assertion error

What are alternatives for Sinon.js (JS mocking library)?

unit-testing sinon

.NET CF UnitTesting with emulator - Test run error

Mocking eclipse SWT/JFACE dialogs and widgets

eclipse unit-testing swt jface

Testing Legacy PHP Spaghetti Code?

Django doctests in views.py