Interface TestableService
- All Superinterfaces:
PluginConfigValue<TestableService>
- All Known Implementing Classes:
SettingBootstrapIntegrationService
Marker interface to find service classes with testable methods
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault PluginConfigKey<TestableService>getKey()voidtestAll()
-
Field Details
-
KEY
-
-
Method Details
-
testAll
void testAll() -
afterClass
default void afterClass() -
getKey
- Specified by:
getKeyin interfacePluginConfigValue<TestableService>
-