C# Class ApprovalTests.Reporters.VisualStudioReporter

Inheritance: GenericDiffReporter
ファイルを表示 Open project: approvals/ApprovalTests.Net Class Usage Examples

Public Properties

Property Type Description
INSTANCE VisualStudioReporter

Public Methods

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

Private Methods

Method Description
GetPath ( ) : string
LaunchedFromVisualStudio ( ) : bool

Method Details

IsWorkingInThisEnvironment() public method

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

VisualStudioReporter() public method

public VisualStudioReporter ( ) : System
return System

Property Details

INSTANCE public_oe static_oe property

public static VisualStudioReporter,ApprovalTests.Reporters INSTANCE
return VisualStudioReporter