Class RentalsConfigTest.TestBase

java.lang.Object
info.ejava.assignments.autoconfig.rentals.RentalsConfigTest.TestBase
Direct Known Subclasses:
RentalsConfigTest.no_properties, RentalsConfigTest.preference_is_tools, RentalsConfigTest.rentals_not_active
Enclosing class:
RentalsConfigTest

class RentalsConfigTest.TestBase extends Object
  • Field Details

    • implementation

      String implementation
    • implementations

      Set<String> implementations
    • ctx

      @Autowired private org.springframework.context.ApplicationContext ctx
  • Constructor Details

    • TestBase

      TestBase()
  • Method Details

    • init

      @BeforeEach void init()
    • getCurrentImplementation

      String getCurrentImplementation(Object rentalsService)
    • getImplementations

      Set<String> getImplementations(Class<?> serviceInterface)