Package org.awaitility.classes
Class FakeRepositoryWithAnnotation
java.lang.Object
org.awaitility.classes.FakeRepositoryWithAnnotation
- All Implemented Interfaces:
FakeRepository
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
private volatile int value
-
-
Constructor Details
-
FakeRepositoryWithAnnotation
public FakeRepositoryWithAnnotation()
-
-
Method Details
-
getValue
public int getValue()- Specified by:
getValuein interfaceFakeRepository
-
setValue
public void setValue(int value) - Specified by:
setValuein interfaceFakeRepository
-