C# Class ValueReplacement.CodeRewriter

Datei anzeigen Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Public Methods

Method Description
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

Method Details

CodeRewriter() public method

public CodeRewriter ( String solutionPath, String test_assembly_name ) : System
solutionPath String
test_assembly_name String
return System

Rewrite() public method

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