C# Class ValueReplacement.CodeRewriter

Afficher le fichier Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CodeRewriter ( String solutionPath, String test_assembly_name ) : System
solutionPath String
test_assembly_name String
Résultat System

Rewrite() public méthode

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