Package ch.rswk.meta.engine.test
Class LoggingServiceTest
java.lang.Object
ch.rswk.meta.engine.test.AbstractEngineServiceTest
ch.rswk.meta.engine.test.LoggingServiceTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final LoggingService.LoggingServiceAlertConfig
protected GatewayMockService
private static final org.slf4j.Logger
protected LoggingService
static final LoggingService.LoggingServiceConfig
private Path
Fields inherited from class ch.rswk.meta.engine.test.AbstractEngineServiceTest
runtime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
void
void
newLoggingServiceTestConfig
(@Nullable LoggingService.LoggingServiceAlertConfig alarmConfig, @Nullable Path luceneIndexDir) void
void
setup()
void
teardown()
Methods inherited from class ch.rswk.meta.engine.test.AbstractEngineServiceTest
setupServices, startUpAndShutDown, teardownServices
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
ALERT_CONFIG
-
TEST_CONFIG
-
gatewayService
-
loggingService
-
testDir
-
-
Constructor Details
-
LoggingServiceTest
public LoggingServiceTest()
-
-
Method Details
-
setup
- Throws:
Exception
-
teardown
- Throws:
Exception
-
loggingEntrySearch
- Throws:
Exception
-
sendAlerts
- Throws:
Exception
-
loggingMetricSearch
- Throws:
Exception
-
loggingDelete
- Throws:
Exception
-
cleanup
- Throws:
IOException
-
newLoggingServiceTestConfig
public static LoggingService.LoggingServiceConfig newLoggingServiceTestConfig(@Nullable LoggingService.LoggingServiceAlertConfig alarmConfig, @Nullable Path luceneIndexDir)
-