Package org.awaitility.classes
Class ExceptionThrowingFakeRepository
- java.lang.Object
-
- org.awaitility.classes.ExceptionThrowingFakeRepository
-
- All Implemented Interfaces:
FakeRepository
public class ExceptionThrowingFakeRepository extends java.lang.Object implements FakeRepository
-
-
Constructor Summary
Constructors Constructor Description ExceptionThrowingFakeRepository()
-
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
-
-