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

E22565-02

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


public interface TestExecutionStatus

Since:
11gR1
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/api/external/TestExecutionStatus.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 execution
 java.lang.String getExecutionId()
          Get the execution Id this status belongs to.
 ExecutionStatus getExecutionStatus()
          Get the description of the execution status.
 java.util.List<TestExecutionStatus> getExecutionStatusList()
          Get the status of each child test execution, which is part of this compound test.
 java.util.Date getStartTime()
          Get the start time of the test execution
 java.lang.String getTestName()
          Get the test name this status belongs to.
 

Method Detail

getExecutionId

java.lang.String getExecutionId()
Get the execution Id this status belongs to.

Returns:
execution Id

getTestName

java.lang.String getTestName()
Get the test name this status belongs to.

Returns:
test name

getExecutionStatus

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

Returns:
execution status

getDiagnosticsStatus

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

Returns:
diagnostics status

getExecutionStatusList

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

Returns:
list of child execution status

getStartTime

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

Returns:

getEndTime

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

Returns:

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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.