FaultLocalization.TestSuite.TestResultsDirectory C# (CSharp) Method

TestResultsDirectory() public method

public TestResultsDirectory ( string testDllPath ) : String
testDllPath string
return String
		public String TestResultsDirectory(string testDllPath)
		{
			return Path.Combine(TestResultsBase(testDllPath), "TestResults");
		}