EnableTest method

Applies to
TGUITestRunner

Declaration
Function EnableTest(test :ITest): boolean;

Implementation

function TGUITestRunner.EnableTest(test: ITest): boolean;
begin
  test.enabled := true;
  result := true;
End;


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