public NUnitProject( string projectPath ) { this.projectPath = Path.GetFullPath( projectPath ); configs = new ProjectConfigCollection( this ); }
public NUnitProject(string projectPath) { this.projectPath = Path.GetFullPath(projectPath); configs = new ProjectConfigCollection(this); }