1 write to FullTestName
Microsoft.ML.IntegrationTests (1)
IntegrationTestBaseClass.cs (1)
54FullTestName = test.TestCase.TestMethod.TestClass.Class.Name + "." + test.TestCase.TestMethod.Method.Name;
11 references to FullTestName
Microsoft.ML.IntegrationTests (11)
IntegrationTestBaseClass.cs (2)
65Console.WriteLine($"Starting test: {FullTestName}"); 78Console.WriteLine($"Finished test: {FullTestName}");
ModelFiles.cs (9)
150string modelAndSchemaPath = TestCommon.GetOutputPath(OutDir, FullTestName + "-model-schema.zip"); 155string compositeLoaderModelPath = TestCommon.GetOutputPath(OutDir, FullTestName + "-composite-model.zip"); 159string loaderAndTransformerModelPath = TestCommon.GetOutputPath(OutDir, FullTestName + "-loader-transformer.zip"); 278string modelPath = TestCommon.GetOutputPath(OutDir, FullTestName + "-model.zip"); 335string modelPath = TestCommon.GetOutputPath(OutDir, FullTestName + "-model.zip"); 360string modelPath = TestCommon.GetOutputPath(OutDir, FullTestName + "-model.zip"); 391string modelPath = TestCommon.GetOutputPath(OutDir, FullTestName + "-model.zip"); 437string modelPath = TestCommon.GetOutputPath(OutDir, FullTestName + "-model.zip"); 462string modelPath = TestCommon.GetOutputPath(OutDir, FullTestName + "-model.zip");