Package mockit
Class ExpectationsTest.Dependency
java.lang.Object
mockit.ExpectationsTest.Dependency
- Enclosing class:
ExpectationsTest
Deprecated.
The Class Dependency.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
doSomething
(Integer i, boolean b) Deprecated.Do something.int
Deprecated.Edits the A bunch more stuff.boolean
Deprecated.Notify before save.void
prepare()
Deprecated.Prepare.void
save()
Deprecated.Save.void
setSomething
(int value) Deprecated.Sets the something.void
setSomethingElse
(String value) Deprecated.Sets the something else.
-
Constructor Details
-
Dependency
Deprecated.Instantiates a new dependency.
-
-
Method Details
-
setSomething
Deprecated.Sets the something.- Parameters:
value
- the new something
-
setSomethingElse
Deprecated.Sets the something else.- Parameters:
value
- the new something else
-
doSomething
Deprecated.Do something.- Parameters:
i
- the ib
- the b- Returns:
- the int
-
editABunchMoreStuff
public int editABunchMoreStuff()Deprecated.Edits the A bunch more stuff.- Returns:
- the int
-
notifyBeforeSave
public boolean notifyBeforeSave()Deprecated.Notify before save.- Returns:
- true, if successful
-
prepare
public void prepare()Deprecated.Prepare. -
save
public void save()Deprecated.Save.
-