Class XLReleaseTest

java.lang.Object
com.xebialabs.deployit.plumbing.XLReleaseTest

public class XLReleaseTest extends Object
  • 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

      public void setInternalState(Object target, String field, Object value)