FaultLocalization.TestSuite.TestResultsBase C# (CSharp) Méthode

TestResultsBase() public méthode

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