public class LandlordServiceTest extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
expectedException |
org.junit.rules.TemporaryFolder |
tempFolder |
| Constructor and Description |
|---|
LandlordServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
loadTenantDoesNotTriggerTenantWithNoTenantFile() |
void |
loadTenantDoesTriggerTenantWithTenantFile() |
void |
loadTenantRespectsAsynchronousFlag() |
void |
loadTenantThrowsIllegalStateExceptionIfAlreadyTenanted() |
void |
loadTenantUsesPropertyFile() |
void |
pluginFrameworkDelayedIsHarmlessIfAlreadyTenanted() |
void |
setUpLandlordService() |
void |
tenantNotStartedWhenPluginEnabledIfNoFileIsAvailable() |
void |
tenantStartedWhenPluginFrameworkDelayedIfFileIsAvailable() |
public org.junit.rules.TemporaryFolder tempFolder
public org.junit.rules.ExpectedException expectedException
public void setUpLandlordService()
public void loadTenantDoesNotTriggerTenantWithNoTenantFile()
throws Exception
Exceptionpublic void loadTenantDoesTriggerTenantWithTenantFile()
throws Exception
Exceptionpublic void loadTenantUsesPropertyFile()
throws Exception
Exceptionpublic void loadTenantThrowsIllegalStateExceptionIfAlreadyTenanted()
public void tenantStartedWhenPluginFrameworkDelayedIfFileIsAvailable()
throws Exception
Exceptionpublic void tenantNotStartedWhenPluginEnabledIfNoFileIsAvailable()
throws Exception
Exceptionpublic void pluginFrameworkDelayedIsHarmlessIfAlreadyTenanted()
throws Exception
ExceptionCopyright © 2022 Atlassian. All rights reserved.