Interface MultiNodeSpecCallbacks

  • All Known Implementing Classes:
    MultiNodeSpec

    public interface MultiNodeSpecCallbacks
    Call this before the start of the test run. NOT before every test case.
    • Method Detail

      • multiNodeSpecAfterAll

        void multiNodeSpecAfterAll()
        Call this after the all test cases have run. NOT after every test case.
      • multiNodeSpecBeforeAll

        void multiNodeSpecBeforeAll()