Package mockit
Class FullVerificationsTest.Dependency
java.lang.Object
mockit.FullVerificationsTest.Dependency
- Enclosing class:
FullVerificationsTest
The Class Dependency.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Edits the A bunch more stuff.void
Notify before save.void
prepare()
Prepare.void
save()
Save.void
setSomething
(int value) Sets the something.void
setSomethingElse
(char value) Sets the something else.
-
Constructor Details
-
Dependency
public Dependency()
-
-
Method Details
-
setSomething
public void setSomething(int value) Sets the something.- Parameters:
value
- the new something
-
setSomethingElse
public void setSomethingElse(char value) Sets the something else.- Parameters:
value
- the new something else
-
editABunchMoreStuff
public boolean editABunchMoreStuff()Edits the A bunch more stuff.- Returns:
- true, if successful
-
notifyBeforeSave
public void notifyBeforeSave()Notify before save. -
prepare
public void prepare()Prepare. -
save
public void save()Save.
-