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