Class TestCaseTestBase
java.lang.Object
ch.admin.bit.jeap.testorchestrator.testsupport.TestCaseTestBase
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 Summary
FieldsModifier and TypeFieldDescriptionprotected TestAgentWebClientprotected TestCaseMockToolprotected TestCaseRunnerprotected Stringprotected TestReportServiceprotected TestRunService -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
testcaseRunner
-
testId
-
testAgentWebClientMock
-
testReportServiceMock
-
testRunServiceStub
-
testCaseMockTool
-
-
Constructor Details
-
TestCaseTestBase
public TestCaseTestBase()
-