Class TestCaseMockTool.TestCaseMockToolBuilder
java.lang.Object
ch.admin.bit.jeap.testorchestrator.testsupport.TestCaseMockTool.TestCaseMockToolBuilder
- Enclosing class:
TestCaseMockTool
-
Method Summary
Modifier and TypeMethodDescriptionbuild()callBackBaseUrl(@NonNull String callBackBaseUrl) testAgentWebClientMock(@NonNull TestAgentWebClient testAgentWebClientMock) testReportServiceMock(@NonNull TestReportService testReportServiceMock) toString()
-
Method Details
-
testAgentWebClientMock
public TestCaseMockTool.TestCaseMockToolBuilder testAgentWebClientMock(@NonNull @NonNull TestAgentWebClient testAgentWebClientMock) - Returns:
this.
-
testReportServiceMock
public TestCaseMockTool.TestCaseMockToolBuilder testReportServiceMock(@NonNull @NonNull TestReportService testReportServiceMock) - Returns:
this.
-
testId
- Returns:
this.
-
callBackBaseUrl
public TestCaseMockTool.TestCaseMockToolBuilder callBackBaseUrl(@NonNull @NonNull String callBackBaseUrl) - Returns:
this.
-
build
-
toString
-