C# Class ApprovalTests.Reporters.XUnit2Reporter

Inheritance: AssertReporter
ファイルを表示 Open project: approvals/ApprovalTests.Net

Public Properties

Property Type Description
INSTANCE XUnit2Reporter

Public Methods

Method Description
IsWorkingInThisEnvironment ( string forFile ) : bool
XUnit2Reporter ( ) : System

Protected Methods

Method Description
InvokeEqualsMethod ( System type, string parameters ) : void

Private Methods

Method Description
IsXunit2 ( ) : bool

Method Details

InvokeEqualsMethod() protected method

protected InvokeEqualsMethod ( System type, string parameters ) : void
type System
parameters string
return void

IsWorkingInThisEnvironment() public method

public IsWorkingInThisEnvironment ( string forFile ) : bool
forFile string
return bool

XUnit2Reporter() public method

public XUnit2Reporter ( ) : System
return System

Property Details

INSTANCE public_oe static_oe property

public static XUnit2Reporter,ApprovalTests.Reporters INSTANCE
return XUnit2Reporter