Search code examples
Equivalent of times() in JMockIt?...


jmockit

Read More
jmockit, openJDK and UnsatisfiedLinkError...


freebsdjavajmockit

Read More
JMockit Capture and replace interface method logic...


javajmockit

Read More
How do I mock an inherited method that has generics with JMockit...


jmockit

Read More
JMockit and Fest UI testing...


javatddjmockitfest

Read More
Verifying specific abstract constructor of parent is invoked...


javajunitabstract-classverificationjmockit

Read More
Verifying that a protected super method is invoked...


javajunitverificationjmockit

Read More
JMockit multiple exceptions as result for method call...


javaunit-testingjunitjmockit

Read More
Compiler optimization causes original static final value to be used even when it's changed by JM...


jmockit

Read More
JMockit - Expectations and static methods...


javajmockitexpectations

Read More
Recording expectations in a method called from the instance initialiser...


javajmockitexpectations

Read More
Equivalent of never(mock) in JMockit...


jmockit

Read More
Jmockit: mocking an method on returned interface (Mockito spy() equivalent)...


javaunit-testingmockingmockitojmockit

Read More
how to generate coverage.xml in jmockit?...


javajmockit

Read More
How to mock create in jmockit...


javajmockit

Read More
How do I use JMockit with Gradle on the IBM J9 JVM?...


junitgradlejmockit

Read More
JMockit behaviour when mocking same class multiple times using @Mocked...


javajunitmockingjmockit

Read More
Jmockit NullPointerException with Junit...


javajunitjmockit

Read More
In JMockit, how to specify times for a series of calls?...


jmockit

Read More
jUnit:NPE on private member initialization...


javajunitinitializationfieldjmockit

Read More
ClassLoader throws NullPointerException when trying to partial mock a class with JMockit...


javaunit-testingjunitjmockit

Read More
TestNG Test Case failing with JMockit "Invalid context for the recording of expectations"...


maven-2mavenmaven-3testngjmockit

Read More
JMockit : Inspect local variables of a method...


javaunit-testingjmockit

Read More
JMockit NullPointerException on Exceptions block?...


javajmockit

Read More
how do I preserve method annotations in JMockit mocked instance...


javajmockit

Read More
JMockit and pass-by-reference. One of us must be wrong (and it's probably me!)...


javapass-by-referencejmockit

Read More
Simulating side effects of a mocked method...


javajmockitside-effects

Read More
Mocked interface is null...


javanullpointerexceptionunboxingjmockit

Read More
How to prevent super class from being mocked by jmockit?...


javajmockit

Read More
JMockit - two mocked instances of the same type...


javaunit-testingtestingmockingjmockit

Read More
BackNext