1 write to FullTestName
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
64
FullTestName
= test.TestCase.TestMethod.TestClass.Class.Name + "." + test.TestCase.TestMethod.Method.Name;
6 references to FullTestName
Microsoft.ML.Predictor.Tests (2)
TestIniModels.cs (2)
539
string modelIniPath = GetOutputPath(
FullTestName
+ "-model.ini");
580
string modelIniPath = GetOutputPath(
FullTestName
+ "-model.ini");
Microsoft.ML.TestFramework (4)
BaseTestBaseline.cs (1)
103
string logPath = Path.Combine(logDir,
FullTestName
+ LogSuffix);
BaseTestClass.cs (2)
75
Console.WriteLine($"Starting test: {
FullTestName
}");
83
Console.WriteLine($"Finished test: {
FullTestName
} " +
DataPipe\TestDataPipeBase.cs (1)
82
string modelPath = GetOutputPath(
FullTestName
+ "-model.zip");