Search code examples
JMockit hang on in unit tests...


javaunit-testingjunitjmockit

Read More
ClassCastException and NoSuchMethodException with sophisticated generic class hierarchy...


javagenericsjmockit

Read More
Remove NonStrictExpectation which was defined previously...


javajunitjmockit

Read More
How to capture an instance of a mocked type created within the test?...


javajmockit

Read More
How to mock this in an Enum class using jmockt?...


javaunit-testingenumsjmockit

Read More
No compatible method found: error while passing object to a method?...


javaunit-testingjmockit

Read More
How to throw `InterruptedException` while junit testing my class?...


javajunitjmockitinterrupted-exception

Read More
invoke own private method for the result in jmockit...


javainvokejmockit

Read More
How can I check a specific mocked instance is passed using JMockit?...


javajmockit

Read More
JMockit: Verifing a set of methods has not been called...


jmockit

Read More
How can I unit test Log4j using JMockIt?...


javaunit-testinglogginglog4jjmockit

Read More
How to inject mocked object by jmockit to a spring managed object with @Transactional method?...


javaspringunit-testingtransactionaljmockit

Read More
JMockit - Code coverage for partially mocked class under test...


javaunit-testingcode-coveragejmockitjacoco

Read More
How to mock RestTemplate getForObject method using jmockit?...


javaunit-testingmockingresttemplatejmockit

Read More
Declaring Jmockit mock parameters on @BeforeMethod of TestNG...


javatestngjmockit

Read More
Verifications with capture on static method...


javajmockit

Read More
How to capture JMockit expectation for known argument but fail if method is called with different ar...


javaunit-testingmockingjmockit

Read More
Mocking static methods with jmockit (1.5) before class...


javatestingmockingjmockit

Read More
Mocking my sqlite database...


androidsqlitejunitjmockit

Read More
JMockit - java.lang.ClassCastException: java.lang.String cannot be cast to Organization...


javajunit4spring-datajmockit

Read More
Testing Spring JDBC with JMockit with JUnit4...


javaspringjunit4jmockit

Read More
Expectations are not recorded for injectable instances...


jmockit

Read More
Is there any way to invoke method from nested class by jmockit?...


javamockingjmockit

Read More
java.lang.NoSuchMethodException with JMockit 1.5 and Robolectric 2.2...


androidjunitrobolectricjmockit

Read More
In JMockIt, what is a @Mock final parameter...


jmockit

Read More
Excluding multiple packages from code coverage JMockit...


regexcode-coveragejmockit

Read More
JMockit + Guice: can @Tested and Guice mix in the same test class?...


junitguicejmockit

Read More
Mock private method in the same class that is being tested...


javaunit-testingjunitmockingjmockit

Read More
How to mock constructor of nested class with jmockit...


jmockit

Read More
jmockit expectations NPE...


javajmockitexpectations

Read More
BackNext