Package com.xebialabs.deployit.plumbing
Class XLReleaseTest
java.lang.Object
com.xebialabs.deployit.plumbing.XLReleaseTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidboot()Initializes the test environment and ensures a clean SecurityContext.voidsetInternalState(Object target, String field, Object value)
-
Constructor Details
-
XLReleaseTest
public XLReleaseTest()
-
-
Method Details
-
boot
public static void boot()Initializes the test environment and ensures a clean SecurityContext. This is critical for preventing test pollution from previous test classes. Note: Individual tests may set up their own SecurityContext using @Rule or @Before, which should not be interfered with. -
setInternalState
-