Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

Where is a python real project to be used as example for the unit-test part?

python unit-testing

Dependency Injection resolve and unit testing

New to TDD: Are there sample applications with tests to show how to do TDD?

c# unit-testing tdd

Getting DRY with Rhino Mocks

Unit Testing and Code Coverage Frameworks for Objective-C?

Is it possible to make Nose only run tests which are sub-classes of TestCase or TestSuite (like unittest.main())

python unit-testing nose

Moq and constructors - testing initialisation behaviour

How to test the order of mocked calls using EasyMock

PHPUnit StackTest::assertEmpty() deprecated

How to type into input field with WicketTester?

How to unit test this IoC Registration using Named components? (Autofac)

Should I use real or sample data for unit tests?

unit-testing

How to pass STL containers as arguments to BOOST_CHECK_EQUAL?

c++ unit-testing boost stl

Can a mock class inherit from another mock class in googlemock?

c++ unit-testing mocking gmock

Unit testing, statics, and factories

How to check if Google Test is running in my code

c++ unit-testing googletest

What are the preferred options, today, for unit testing in Visual Studio 2010?

Getting InternalsVisibleTo to work when the build process signs the assembly with strong names?

Testing ApplicationController Filters, Rails

How Can I get NUnit's ExpectedException attribute to detect an exception's base class?