Interface FakeRepository

All Known Implementing Classes:
ExceptionThrowingFakeRepository, FakeRepositoryImpl, FakeRepositoryWithAnnotation, FakeRepositoryWithStaticFieldAndAnnotation, FinalFakeRepositoryImpl

public interface FakeRepository
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setValue(int value)
     
  • Method Details

    • getValue

      int getValue()
    • setValue

      void setValue(int value)