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

TestResultsBase() 공개 메소드

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