Package org.awaitility.classes
Class FakeRepositoryWithStaticFieldAndAnnotation
- java.lang.Object
-
- org.awaitility.classes.FakeRepositoryWithStaticFieldAndAnnotation
-
- All Implemented Interfaces:
FakeRepository
public class FakeRepositoryWithStaticFieldAndAnnotation extends java.lang.Object implements FakeRepository
-
-
Field Summary
Fields Modifier and Type Field Description private static intvalue
-
Constructor Summary
Constructors Constructor Description FakeRepositoryWithStaticFieldAndAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetValue()voidsetValue(int value)
-
-
-
Method Detail
-
getValue
public int getValue()
- Specified by:
getValuein interfaceFakeRepository
-
setValue
public void setValue(int value)
- Specified by:
setValuein interfaceFakeRepository
-
-