Class AbstractTestClient

    • Constructor Detail

      • AbstractTestClient

        public AbstractTestClient​(String testFile,
                                  TestConfig testConfig,
                                  ExecutionConfig executionConfig)
        Instantiates a new AbstractTestClient.
        Parameters:
        testFile - the test file path
        testConfig - the test configuration
        executionConfig - the execution configuration
    • Method Detail

      • getTestFile

        public String getTestFile()
      • getTestConfig

        public TestConfig getTestConfig()
      • getTestName

        public String getTestName()
      • setTestName

        public void setTestName​(String testName)
      • getTestDescription

        public String getTestDescription()
      • setTestDescription

        public void setTestDescription​(String testDescription)
      • getTestReportDir

        public String getTestReportDir()
      • setTestReportDir

        public void setTestReportDir​(String testReportDir)
      • getTestResult

        public String getTestResult()
      • setTestResult

        public void setTestResult​(String testResult)
      • isAborted

        public boolean isAborted()
        Specifies whether the test execution is aborted.
        Returns:
        true if is aborted, false otherwise
      • setAborted

        public void setAborted​(boolean isAborted)