Class 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 Detail

      • CleanupDesktopStatement

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

      • evaluate

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