Namespace: OpenEdge.ABLUnit.Results
Class
TestTypeResult
Parent classes:
Inherits: Progress.Lang.Object

Copyright (c) 2013-2016, 2020 by Progress Software Corporation. All rights reserved.
File:TestTypeResult
Author(s):hgarapat
Created:Tue Aug 14 16:43:04 IST 2012
Notes:class that stores the test results (TestTestResult) for each of its methods similarly for procedure for each of its internal procs
/* The number of tests (independent of the other counts).
A single test may have more than one failure associated with it (eg the 'after each' methods fail).




Method Summary
Options Name Purpose
Add (TestTestResult) /* Increments the relevant counter for a test result @param TestTestResult The input result */
Add (TestTypeResult) /* Adds a child result to this result @param TestTypeResult The child/additive result */
INTEGER GetErrorCount ()
INTEGER GetFailureCount ()
INTEGER GetIgnoreCount ()
INTEGER GetSuccessCount ()
INTEGER getTestCount () /* Returns all the test methods for a particular test class */
IncrementError ()
IncrementFailure ()
IncrementIgnore ()
IncrementSuccess ()

Property Summary
Options Name Purpose
INTEGER errorCount
INTEGER failureCount
INTEGER ignoreCount
INTEGER successCount
INTEGER TestCount


Method Detail
Top

Add (TestTestResult)

/* Increments the relevant counter for a test result
Parameters:
pResult OpenEdge.ABLUnit.Results.TestTestResult
Top

Add (TestTypeResult)

/* Adds a child result to this result
Parameters:
pValue OpenEdge.ABLUnit.Results.TestTypeResult
Top

INTEGER GetErrorCount ()

Returns INTEGER
Top

INTEGER GetFailureCount ()

Returns INTEGER
Top

INTEGER GetIgnoreCount ()

Returns INTEGER
Top

INTEGER GetSuccessCount ()

Returns INTEGER
Top

INTEGER getTestCount ()

/*
Returns all the test methods for a particular test class
Returns INTEGER
Top

IncrementError ()

Top

IncrementFailure ()

Top

IncrementIgnore ()

Top

IncrementSuccess ()



Property Detail
Top

INTEGER errorCount

Returns INTEGER
Top

INTEGER failureCount

Returns INTEGER
Top

INTEGER ignoreCount

Returns INTEGER
Top

INTEGER successCount

Returns INTEGER
Top

INTEGER TestCount

Returns INTEGER


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15