Package org.awaitility.classes
Interface FakeRepository
- All Known Implementing Classes:
ExceptionThrowingFakeRepository,FakeRepositoryImpl,FakeRepositoryWithAnnotation,FakeRepositoryWithStaticFieldAndAnnotation,FinalFakeRepositoryImpl
public interface FakeRepository
-
Method Summary
-
Method Details
-
getValue
int getValue() -
setValue
void setValue(int value)
-