Unit 'FpcUnitTestInsight' Package
[Overview][Classes][Procedures and functions][Index] [#lz_fpcunitrunnerinsight]

TTestInsightListener

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpcunittestinsight.pas line 21

type TTestInsightListener = class(TInterfacedObject,ITestListener)

protected

  procedure AddFailure(); virtual;

  

  procedure AddError(); virtual;

  

  procedure StartTest(); virtual;

  

  procedure EndTest(); virtual;

  

  procedure StartTestSuite(); virtual;

  

  procedure EndTestSuite(); virtual;

  

  procedure SendTestSuite; virtual;

  

public

  constructor Create();

  

  property RootTest: TTest; [r]

  

end;

Inheritance

TTestInsightListener

  

|

TObject,ITestListener



CT Web help

CodeTyphon Studio