Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

Is there a version of JUnit assertThat which uses the Hamcrest 'describeMismatch' functionality?

Is having a unit test that is mostly mock verification a smell?

TransactionScope causes TransactionManagerCommunicationException when used for DB unit tests

Moq a void method

c# unit-testing mocking moq

Testable Code and global constants

php unit-testing phpunit

How do I test that Asp.Net MVC Views are rendered without exceptions?

phpunit - reusing mock objects for multiple test suites

php unit-testing phpunit

testing c++ iterator

How can I access raw resources in android test projects?

Create method that returns IDisposable in custom mock class

c# unit-testing

How can I pass a unit test immediately after an expected method is called on the mock object?

"Serialize" Bamboo builds?

How to choose TDD starting point in a real world project?

unit-testing tdd

Examples of JavaScript RIAs with unit tests

javascript unit-testing ria

Getting started with "Enhance PHP"

php unit-testing

Unit tests in a database driven CodeIgniter web-application

How do I test area registration logic in MVC 3?

Testing with Robolectric and ANT

How can i use DefaultIfEmpty when mocking a database context?

Lack of ROLLBACK within TestCase causes unique contraint violation in multi-db django app