Package mockit
Class MockInvocationTest.Collaborator
java.lang.Object
mockit.MockInvocationTest.Collaborator
- Enclosing class:
MockInvocationTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoSomething
(boolean b, int[] i, String s) int
getValue()
void
setValue
(int i) static boolean
-
Constructor Details
-
Collaborator
public Collaborator(int i)
-
-
Method Details
-
getValue
public int getValue() -
setValue
public void setValue(int i) -
doSomething
-
staticMethod
public static boolean staticMethod()
-