Package gw.test

Class TestEnvironment

java.lang.Object
gw.test.TestEnvironment

public class TestEnvironment extends Object
  • Constructor Details

    • TestEnvironment

      public TestEnvironment()
  • Method Details

    • initializeTypeSystem

      public void initializeTypeSystem()
    • isRemoteExecutionEnvironment

      public boolean isRemoteExecutionEnvironment()
    • isDynamicallyDeterminedEnvironment

      public boolean isDynamicallyDeterminedEnvironment()
    • constructClasspathFromSystemClasspath

      protected List<IDirectory> constructClasspathFromSystemClasspath()
    • beforeTestSuite

      public void beforeTestSuite()
    • afterTestSuite

      public void afterTestSuite()
    • beforeTestClass

      public void beforeTestClass()
    • afterTestClass

      public void afterTestClass()
    • beforeTestMethod

      public void beforeTestMethod()
    • afterTestMethod

      public void afterTestMethod()
    • beforeRemoteExecution

      public void beforeRemoteExecution() throws Exception
      This is a hook that gets executed on the remote server (not the local server) prior to execution of a suite that would normally run in this environment when running locally.
      Throws:
      Exception
    • getConstructorArguments

      public Object[] getConstructorArguments()
    • afterRemoteExecution

      public void afterRemoteExecution() throws Exception
      This is a hook that gets executed on the remote server (not the local server) after execution of a suite that would normally run in this environment when running locally.
      Throws:
      Exception