Skip to content

Commit d58b0ea

Browse files
committed
add new interface property to test implementation.
1 parent a515d4f commit d58b0ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FineCodeCoverageTests/MsCodeCoverage/RunSettingsTemplateReplacementsFactory_Tests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,5 +641,7 @@ internal class TestCoverageProjectOptions : IAppOptions
641641
public bool IncludeTestAssembly { get; set; }
642642

643643
public bool IncludeReferencedProjects { get; set; }
644+
645+
public string ToolsDirectory => throw new NotImplementedException();
644646
}
645647
}

0 commit comments

Comments
 (0)