C# Class ApprovalTests.Reporters.XUnit2Reporter

Inheritance: AssertReporter
Afficher le fichier Open project: approvals/ApprovalTests.Net

Méthodes publiques

Свойство Type Description
INSTANCE XUnit2Reporter

Méthodes publiques

Méthode Description
IsWorkingInThisEnvironment ( string forFile ) : bool
XUnit2Reporter ( ) : System

Méthodes protégées

Méthode Description
InvokeEqualsMethod ( System type, string parameters ) : void

Private Methods

Méthode Description
IsXunit2 ( ) : bool

Method Details

InvokeEqualsMethod() protected méthode

protected InvokeEqualsMethod ( System type, string parameters ) : void
type System
parameters string
Résultat void

IsWorkingInThisEnvironment() public méthode

public IsWorkingInThisEnvironment ( string forFile ) : bool
forFile string
Résultat bool

XUnit2Reporter() public méthode

public XUnit2Reporter ( ) : System
Résultat System

Property Details

INSTANCE public_oe static_oe property

public static XUnit2Reporter,ApprovalTests.Reporters INSTANCE
Résultat XUnit2Reporter