Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unit-testing

Testing with Robolectric and ANT

How can i use DefaultIfEmpty when mocking a database context?

Lack of ROLLBACK within TestCase causes unique contraint violation in multi-db django app

how to unit test a class which creates new objects

Mocking functions in Django's class based views

How do you mock IContextChannel in a WCF ServiceAuthorizationManager?

c# wcf unit-testing moq

Making unnamed container in c++ for temporary comparison in unit test

Python Unit Test with User-Entered Password

Visual Studio 2012 unable to find my tests

How to unit test an Akka actor that sends a message to itself, without using Thread.sleep

Adding a setUp step for multiple JUnit test classes

mocha unit test returns 0 as exit code on uncaught exceptions

Is there a shortcut for self.assertNotEqual() in nose?

python unit-testing nose

Is there a way to test pickers with Robolectric?

grails test-app Only classes and closures can be used for attribute 'value' in @grails.test.mixin.TestFor

unit-testing grails

Mocking callbacks in Laravel 4 (Mockery)

Is there a DbUnit alternative that works with MongoDB?

How does one unit test code that interacts with the Core Bluetooth APIs?

How do you get the Microsoft Coded UI Test Builder to recognize an ItemsControl?

Why Am I getting "TypeError: Cannot read property 'restore' of undefined" when stubbing mongoose with sinon.js