Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

How to mock a tornado coroutine function using mock framework for unit testing?

Unit testing Swift 2.0, @testable import, and scheme targeting issues

How much additional time does unit testing take? [closed]

Python - Twisted and Unit Tests

python unit-testing twisted

Unit testing in Java - what is it? [closed]

java unit-testing junit

Unit testing with EF Core and in memory database

Is there any open source mocking framework resembling TypeMock? [closed]

Mock system call in ruby

ruby unit-testing mocking

Is my code really not unit-testable?

unit-testing

Is it possible to do strict mocks with Mockito?

Undefined method on mock object implementing a given interface in PHPUnit?

Unit testing of DTOs

java unit-testing dto

Defining factories for a class inside a module

Swift too smart? Checking an objects type when testing with XCTest

ios unit-testing swift xctest

Is it best practice to test my Web API controllers directly or through an HTTP client?

Integrating Hudson with MS Test?

How do I make a mockup of System.Net.Mail MailMessage?

OCMock with Core Data dynamic properties problem

java.lang.IllegalStateException: incompatible return value type

How to use moq to test a concrete method in an abstract class?