Package mockit
Class ExpectationsForConstructorsTest.BaseCollaborator
java.lang.Object
mockit.ExpectationsForConstructorsTest.BaseCollaborator
- Enclosing class:
ExpectationsForConstructorsTest
The Class BaseCollaborator.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instantiates a new base collaborator.protected
BaseCollaborator
(int value) Instantiates a new base collaborator. -
Method Summary
-
Field Details
-
value
protected int valueThe value.
-
-
Constructor Details
-
BaseCollaborator
protected BaseCollaborator()Instantiates a new base collaborator. -
BaseCollaborator
protected BaseCollaborator(int value) Instantiates a new base collaborator.- Parameters:
value
- the value
-