Package samples.simplemix
Class SimpleMix
- java.lang.Object
-
- samples.simplemix.SimpleMix
-
public class SimpleMix extends java.lang.Object
This class is used to demonstrate features such as static, final and partial mocking as well as access internal state.
-
-
Field Summary
Fields Modifier and Type Field Description private SimpleMixCollaborator
collaborator
-
Constructor Summary
Constructors Constructor Description SimpleMix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
calculate()
private int
getValue()
-
-
-
Field Detail
-
collaborator
private SimpleMixCollaborator collaborator
-
-