TRepeatedTest Object Methods |
Unit
TestExtensions
Declaration
TRepeatedTest = class(TTestDecorator)
Description
Use TRepeatedTest to run a given test or suite a specific number of times.
Introduced Methods |
![]() | CountEnabledTestCases ![]() | |
![]() | CountTestCases ![]() | |
![]() | Create | Construct decorator that repeats the decorated test. |
![]() | GetName ![]() | |
![]() | RunBare ![]() |
function UnitTests: ITestSuite; begin Result := TRepeatedTest.Create(ATestArithmetic.Suite, 10); end; |
|