Class ClientRunContextStatement

java.lang.Object
org.junit.runners.model.Statement
org.eclipse.scout.rt.testing.client.runner.statement.ClientRunContextStatement

public class ClientRunContextStatement extends org.junit.runners.model.Statement
Statement to run the following statements within a ClientRunContext.
Since:
5.1
See Also:
  • Constructor Details

    • ClientRunContextStatement

      public ClientRunContextStatement(org.junit.runners.model.Statement next, RunWithClientSession clientSessionAnnotation)
  • Method Details

    • evaluate

      public void evaluate() throws Throwable
      Specified by:
      evaluate in class org.junit.runners.model.Statement
      Throws:
      Throwable