Namespace: OpenEdge.ABLUnit.Results
Type: Class TestTestResult
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2013-2014, 2019-2020 by Progress Software Corporation. All rights reserved.
File:TestTestResult
Author(s):hgarapat
Created:Tue Aug 14 16:47:53 IST 2012
/* The result of this test run (test or lifecycle method)



Constructor Summary
  Options Name Purpose
  TestTestResult () /* Default constructor */
  TestTestResult (character) /* Constructor @param character The test name */

Property Summary
  Options Name Purpose
  Progress.Lang.Error Error
  LOGICAL IsIncomplete
  CHARACTER Message
  Progress.Lang.Stop Stop
  CHARACTER TestName
  OpenEdge.ABLUnit.Results.TestResultEnum TestResult


Constructor Detail
Top

TestTestResult ()

/* Default constructor
Top

TestTestResult (character)

/* Constructor
Parameters:
pName CHARACTER
 


Property Detail
Top

Progress.Lang.Error Error

Returns Progress.Lang.Error
 
Top

LOGICAL IsIncomplete

Returns LOGICAL
 
Top

CHARACTER Message

Returns CHARACTER
 
Top

Progress.Lang.Stop Stop

Returns Progress.Lang.Stop
 
Top

CHARACTER TestName

Returns CHARACTER
 
Top

OpenEdge.ABLUnit.Results.TestResultEnum TestResult

Returns OpenEdge.ABLUnit.Results.TestResultEnum