Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

Too much end-to-end testing? [closed]

How to correctly structure SQLAlchemy (declarative style) python project and it`s unittests

Unit testing using MockMultipartHttpServletRequest (throws NullPointerException in ItemInputStream.makeAvailable)

How to mock a service injected in a domain class from a Controller Test Class?

Using closure library with jsTestDriver

Unit testing a Flask application class

python unit-testing flask nose

A long definition of an object inside a Python unit test

How to make sure a type parameter is used only covariantly?

Mocking large data objects

c# unit-testing mocking

For method of type T, what should be its 'inferred' type when it takes two <? super T> arguments?

Running MsTest from the command line with a custom assembly base directory

Mockito ArgumentCaptor is Returning Null

How to programmatically run unit tests with Gallio and MBUnit?

Why Mockito @InjectMocks might be a thing to avoid?

Are unittest base classes good practice? (python/webapp2)

When is it appropriate to bypass encapsulation in unit tests?

AttributeError: __exit__ when I try to mock out build in functions

How to mock a class with both virtual and non-virtual methods using Google Mock?

Using Moq to mock a unsafe interface

What currency to use in unit tests?