Package org.awaitility.classes
Class FakeRepositoryWithAnnotation
- java.lang.Object
-
- org.awaitility.classes.FakeRepositoryWithAnnotation
-
- All Implemented Interfaces:
FakeRepository
public class FakeRepositoryWithAnnotation extends java.lang.Object implements FakeRepository
-
-
Field Summary
Fields Modifier and Type Field Description private intvalue
-
Constructor Summary
Constructors Constructor Description FakeRepositoryWithAnnotation()
-
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
-
-