C# 클래스 ValueReplacement.CodeRewriter

파일 보기 프로젝트 열기: lukesandberg/PexFaultLocalization 1 사용 예제들

공개 메소드들

메소드 설명
CodeRewriter ( String solutionPath, String test_assembly_name ) : System
Rewrite ( ) : void

Rewrites the provided project in place so that it still cooperates with our test running capabilities

메소드 상세

CodeRewriter() 공개 메소드

public CodeRewriter ( String solutionPath, String test_assembly_name ) : System
solutionPath String
test_assembly_name String
리턴 System

Rewrite() 공개 메소드

Rewrites the provided project in place so that it still cooperates with our test running capabilities
public Rewrite ( ) : void
리턴 void