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