Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

How to get the called parameters with NSubstitute? (or at least assert against their properties)

How to use Hamcrest matchers with jUnit on Android

Can i do this with Spock?

How to get application in AndroidUnitTest

Testing components with async api calls by mocking the request

Mocking method with runnable arguments that return void

How do you unit test Django RawQuerySets

How to test controller class in MVC?

Unit Testing using InternalsVisibleToAttribute requires compiling with /out:filename.ext?

Auto run tests before app build in Android Studio

Mockito when method working only on debug

I am doing unit testing using gtest and gmock frameworks and I need help in stubbing/mocking a external C functions used inside class functions

In a unit test perspective: should the view specify presenter or the other way around in GWT MVP?