Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

How can I throw Exception for async function using Moq

Unit testing with C/C++: Lessons, what to remember?

c++ unit-testing tdd

How to configure SQLite to run with NHibernate where assembly resolves System.Data.SQLite?

On Test Driven Development BUT in REVERSE

Why does ConfigurationManager.OpenMappedExeConfiguration have an extra connection string not in the file?

Need a C# example of unintended consequences

c# unit-testing demo

Why is using PHPUnit better than creating your own testing script?

php unit-testing phpunit

Return different objects from FakeItEasy A.CallTo()

unit-testing fakeiteasy

Mocked Class & Asserting Method Calls

python unit-testing mocking

How to setup Request.Header in FakeHttpContext for Unit Testing

ASP .Net MVC 3: Unit testing controller actions

C# Unit testing class with a private constructor?

c# .net unit-testing nunit

How to use spring's MockMultipartHttpServletRequest? Getting "no multipart boundary was found"

Using Google Mocks, how to give a mock implementation without caring about / setting any expectation of invocation

c++ unit-testing googlemock

Mock a method that returns a Stream and is called more than one time

Testing for Random Value - Thoughts on this Approach?

How to throw exception in new rhino mocks 3.5

How do I mock the DocumentClientException that the Azure DocumentDB client library throws?

How to mock Automapper (IMapper) in controller

Mock User.Identity in ASP.NET Core for Unit Testing [duplicate]