FaultLocalization.TestSuite.TestResultsBase C# (CSharp) Method

TestResultsBase() public method

public TestResultsBase ( string testDllPath ) : String
testDllPath string
return String
		public String TestResultsBase(string testDllPath)
		{
			string testDllFileName = Path.GetFileNameWithoutExtension(testDllPath);
			return SolutionDirectory;
		}