Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in easymock

PowerMock EasyMock Fundamentals

java junit easymock powermock

Correct way to unit test class with inner class

EasyMock and Unitils equivalent to Mockito @ InjectMocks

java.lang.ExceptionInInitializerError when mocking static method using EasyMock+PowerMock

EasyMock expecting private method calls

java unit-testing easymock

EasyMock -- mock methods within tested class?

java junit easymock

PowerMockRunner causes ExceptionInInitializerError when running trivial test

java maven easymock powermock

How to avoid mock object's method calls in strings used for logging?

PowerMock complains of incorrect arguments even though the private method is mocked

EasyMock and JNA - Mock Generic Return Type

Easymock: does the order of captures matter?

java mocking easymock

Mocking a final method with PowerMock + EasyMock

easymock powermock

EasyMock: supplying arguments you don't know at compile-time

java easymock

Does "EasyMock.expectLastCall();" do anything without a further call to resulting IExpectationSetters?

void easymock

Using easymock in multithreading

JAVA: java.lang.IllegalArgumentException: Cannot subclass final class class [Lcom.package.testEntityDO;

EasyMock - changing behavior for equals() and other Object methods

java equals easymock

How do I mock a method using EasyMock

How to test the order of mocked calls using EasyMock