RunBare method
Overrides the inherited behavior and executes the decorated test's RunBare instead

Applies to
TTestDecorator

Declaration
Procedure RunBare(ATestResult: TTestResult);

Implementation

procedure TTestDecorator.RunBare(ATestResult: TTestResult);
begin
  FTest.RunBare(ATestResult);
End;


HTML generated by Time2HELP
http://www.time2help.com