Package mockit.integration
Class MockedClass
java.lang.Object
mockit.integration.MockedClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
doSomething
(int i) boolean
doSomethingElse
(int i) getValue()
-
Constructor Details
-
MockedClass
public MockedClass()
-
-
Method Details
-
getValue
-
doSomething
public boolean doSomething(int i) -
doSomethingElse
public boolean doSomethingElse(int i)
-