Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

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?

Code dependency unit testing

c# .net unit-testing nunit

Android unit tests with multiple threads

How to create test resources folder manually for unit test

ASP.NET MVC Custom Route Constraints and Dependency Injection

assertRises failure

Is it a good way of unit testing to use another, tested function to make preparations for the actual test?

c# unit-testing nunit

symfony2 unit-testing validation with custom validator

Bug in Mockito with Grails/Groovy

How can I see the console output when running tests with NCrunch?

How to unit test Entity Framework?

Patching a function with Mock only for one module?

Assert.ThrowsException in async function unit test?

JMockit multiple exceptions as result for method call