C# 클래스 SpecFlow.NetCore.Fixer

파일 보기 프로젝트 열기: stajs/SpecFlow.Dnx 1 사용 예제들

공개 메소드들

메소드 설명
Fix ( DirectoryInfo directory ) : void
Fixer ( string specFlowPath = null, string testFramework = null ) : System

비공개 메소드들

메소드 설명
DeleteFakeCsProj ( FileInfo fakeCsproj ) : void
FindSpecFlow ( string path ) : string
FixMsTest ( string content ) : string
FixTests ( DirectoryInfo directory ) : void
FixXunit ( string content ) : string
GenerateSpecFlowGlue ( DirectoryInfo directory, FileInfo fakeCsproj ) : void
GetXproj ( DirectoryInfo directory ) : FileInfo
RunSpecFlow ( string csproj ) : void
SaveFakeCsProj ( DirectoryInfo directory, FileInfo xproj ) : FileInfo
WarnNotExists ( FileInfo featureFile ) : void

메소드 상세

Fix() 공개 메소드

public Fix ( DirectoryInfo directory ) : void
directory System.IO.DirectoryInfo
리턴 void

Fixer() 공개 메소드

public Fixer ( string specFlowPath = null, string testFramework = null ) : System
specFlowPath string
testFramework string
리턴 System