public interface Container
| Modifier and Type | Interface and Description |
|---|---|
static class |
Container.StartupFailedException |
| Modifier and Type | Method and Description |
|---|---|
void |
addExpectedLogMessage(String loggerName,
String partialMessage) |
void |
checkAndReset() |
void |
checkAndResetConfigOnly() |
void |
close() |
void |
close(boolean evenIfShared) |
void |
executeAppUnderTest(Class<? extends AppUnderTest> appUnderTestClass) |
AdminService |
getAdminService() |
AggregateService |
getAggregateService() |
ConfigService |
getConfigService() |
TraceService |
getTraceService() |
int |
getUiPort() |
void |
interruptAppUnderTest() |
ConfigService getConfigService()
void addExpectedLogMessage(String loggerName, String partialMessage) throws Exception
Exceptionvoid executeAppUnderTest(Class<? extends AppUnderTest> appUnderTestClass) throws Exception
ExceptionTraceService getTraceService()
AggregateService getAggregateService()
AdminService getAdminService()
Copyright © 2011–2015 Glowroot contributors. All rights reserved.