FaultLocalization.TestSuite.TestResultsDirectory C# (CSharp) 메소드

TestResultsDirectory() 공개 메소드

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