Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mocking

Rhino Mocks & Compact Framework

Excluding code from test coverage

NMock2.0 - how to stub a non interface call?

tdd mocking typemock nmock

How can I mock the ASP.NET ServerVariables["HTTP_HOST"] value?

.net asp.net-mvc mocking moq

Cannot mock class with constructor having array parameter using Rhino Mocks

c# mocking rhino-mocks

Mocking EventLog and EventLogEntry

Mocking a TraceListener with Moq

PowerMock Mockito: how to mock all static methods?

java mocking mockito powermock

Mocking MessageDigest.getInstance() to throw an exception

java unit-testing mocking

Rhino Mocks: Stub & Mocks. What is the difference

unit-testing mocking stub

How to use mock in django?

any(MyClass.class) that actually matches only classes of the type of the passed class?

Coverage vs reachable code

Mocking expectations in Kiwi (iOS) for a delegate

How do you stub all methods of a particular mock instance

How to mock HttpServletRequest in Spock

how to create a mock in a model test case

How to mock a method with functional arguments in Scala?

scala mocking

Verifying a method was called

c# .net mocking moq verify

Mock a method in the same class being tested