Class AbstractTestClient.ExecutionInfoHolder

    • Constructor Detail

      • ExecutionInfoHolder

        public ExecutionInfoHolder​(String testResult,
                                   String testReportDir,
                                   boolean isAborted)
        Parameters:
        testResult - the test result
        testReportDir - the test report directory
        isAborted - specifies whether test execution is aborted
    • Method Detail

      • getTestResult

        public String getTestResult()
      • getTestReportDir

        public String getTestReportDir()
      • isAborted

        public boolean isAborted()