C# Class Cone.TestAdapter.TestAdapterLogger

Inheritance: System.MarshalByRefObject, ICrossDomainLogger
Afficher le fichier Open project: drunkcod/Cone Class Usage Examples

Méthodes publiques

Свойство Type Description
OnBeginTest EventHandler
OnFailure EventHandler
OnPending EventHandler
OnSuccess EventHandler

Méthodes publiques

Méthode Description
BeginTest ( ConeTestName test ) : void
Error ( string message ) : void
Failure ( string file, int line, int column, string message, string stackTrace ) : void
Info ( string message ) : void
Pending ( string reason ) : void
Success ( ) : void
TestAdapterLogger ( IMessageLogger logger, string source ) : System

Method Details

BeginTest() public méthode

public BeginTest ( ConeTestName test ) : void
test Cone.Core.ConeTestName
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Failure() public méthode

public Failure ( string file, int line, int column, string message, string stackTrace ) : void
file string
line int
column int
message string
stackTrace string
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Pending() public méthode

public Pending ( string reason ) : void
reason string
Résultat void

Success() public méthode

public Success ( ) : void
Résultat void

TestAdapterLogger() public méthode

public TestAdapterLogger ( IMessageLogger logger, string source ) : System
logger IMessageLogger
source string
Résultat System

Property Details

OnBeginTest public_oe property

public EventHandler OnBeginTest
Résultat EventHandler

OnFailure public_oe property

public EventHandler OnFailure
Résultat EventHandler

OnPending public_oe property

public EventHandler OnPending
Résultat EventHandler

OnSuccess public_oe property

public EventHandler OnSuccess
Résultat EventHandler