Class BambooJUnit
- java.lang.Object
-
- com.atlassian.bamboo.testutils.junit.BambooJUnit
-
public class BambooJUnit extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AcegiSecurityContextRule
acegiSecurityContextRule()
static BackdoorRule
backdoorRule(BambooEnvironmentData environmentData)
static BootstrapManagerRule
bootstrapManagerRule()
static DetectCapabilitiesRule
detectCapabilitiesRule(BambooEnvironmentData environmentData)
static PreserveBootstrapContextRule
preserveBootstrapContextRule()
static PreserveLogLevelRule
preserveLogLevelRule()
static PreserveSystemPropertyRule
preserveSystemPropertyRule()
static ResettableExpectedExceptionRule
resettableExpectedExceptionRule()
static SpringContextRule
springContextRule()
-
-
-
Method Detail
-
backdoorRule
public static BackdoorRule backdoorRule(BambooEnvironmentData environmentData)
-
bootstrapManagerRule
public static BootstrapManagerRule bootstrapManagerRule()
-
detectCapabilitiesRule
public static DetectCapabilitiesRule detectCapabilitiesRule(BambooEnvironmentData environmentData)
-
preserveBootstrapContextRule
public static PreserveBootstrapContextRule preserveBootstrapContextRule()
-
preserveLogLevelRule
public static PreserveLogLevelRule preserveLogLevelRule()
-
preserveSystemPropertyRule
public static PreserveSystemPropertyRule preserveSystemPropertyRule()
-
springContextRule
public static SpringContextRule springContextRule()
-
acegiSecurityContextRule
public static AcegiSecurityContextRule acegiSecurityContextRule()
-
resettableExpectedExceptionRule
public static ResettableExpectedExceptionRule resettableExpectedExceptionRule()
-
-