Class TestCaseTestBase

java.lang.Object
ch.admin.bit.jeap.testorchestrator.testsupport.TestCaseTestBase

public abstract class TestCaseTestBase extends Object
Simple base class for test case unit tests. For every test method it sets up a new TestCaseRunner instance, new mocks of TestAgentWebClient and TestReportService, as well as a TestCaseMockTool instance. the commonly used mocks and
  • Field Details

  • Constructor Details

    • TestCaseTestBase

      public TestCaseTestBase()