Class ClientTestRunner.CleanupDesktopStatement

java.lang.Object
org.junit.runners.model.Statement
org.eclipse.scout.rt.testing.client.runner.ClientTestRunner.CleanupDesktopStatement
Enclosing class:
ClientTestRunner

protected static class ClientTestRunner.CleanupDesktopStatement extends org.junit.runners.model.Statement
Statement which closes all forms which were started during the test evaluation.
  • Constructor Details

    • CleanupDesktopStatement

      public CleanupDesktopStatement(org.junit.runners.model.Statement statement)
  • Method Details

    • evaluate

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