Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.api.external
Interface TestRunStatus


public interface TestRunStatus

Since:
11gR1
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/api/external/TestRunStatus.java /main/1 2008/11/14 06:06:53 viramac Exp $
Author:
Oracle

Method Summary
 DiagnosticsStatus getDiagnosticsStatus()
          Get the description of the diagnostics test status.
 java.util.Date getEndTime()
          Get the end time of the test run
 ExecutionStatus getExecutionStatus()
          Get the description of the test execution status.
 java.util.List<TestExecutionStatus> getExecutionStatusList()
          Get the status of each test execution, which is part of this run.
 java.lang.String getRunId()
          Get the run Id that this status belongs to.
 java.lang.String getRunName()
          Get the run name that this status belongs to.
 java.util.Date getStartTime()
          Get the start time of the test run
 

Method Detail

getRunId

java.lang.String getRunId()
Get the run Id that this status belongs to.

Returns:
run Id

getRunName

java.lang.String getRunName()
Get the run name that this status belongs to.

Returns:
run name

getExecutionStatus

ExecutionStatus getExecutionStatus()
Get the description of the test execution status. E.g. "Running", or "Completed"

Returns:
overall execution status

getDiagnosticsStatus

DiagnosticsStatus getDiagnosticsStatus()
Get the description of the diagnostics test status. E.g. "None", "No Issues", or "Issues Found"

Returns:
overall diagnostics status

getExecutionStatusList

java.util.List<TestExecutionStatus> getExecutionStatusList()
Get the status of each test execution, which is part of this run.

Returns:
list of individual execution status

getStartTime

java.util.Date getStartTime()
Get the start time of the test run

Returns:

getEndTime

java.util.Date getEndTime()
Get the end time of the test run

Returns:

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.