3 types derived from RunContextBase
Microsoft.ML.TestFramework (3)
BaseTestPredictorsMaml.cs (2)
33protected sealed class RunContext : RunContextBase 79private sealed class TestImpl : RunContextBase
TestCommandBase.cs (1)
579private sealed class RunParamaters : RunContextBase
17 references to RunContextBase
Microsoft.ML.TestFramework (17)
BaseTestPredictorsMaml.cs (3)
74public RunContextBase TestCtx() 83public TestImpl(RunContextBase ctx) : 259var ctx2 = ctx.TestCtx();
TestCommandBase.cs (14)
282protected bool TestCore(RunContextBase ctx, string cmdName, string args, params PathArgument[] toCompare) 292protected bool TestCore(RunContextBase ctx, string cmdName, string args, int digitsOfPrecision, NumberParseOption parseOption, params PathArgument[] toCompare) 364private bool TestCoreCore(RunContextBase ctx, string cmdName, string dataPath, PathArgument.Usage situation, 370private bool TestCoreCore(RunContextBase ctx, string cmdName, string dataPath, PathArgument.Usage situation, 419protected bool TestCore(RunContextBase ctx, string cmdName, string dataPath, string loaderArgs, string extraArgs, params PathArgument[] toCompare) 424protected bool TestCore(RunContextBase ctx, string cmdName, string dataPath, string loaderArgs, string extraArgs, int digitsOfPrecision, NumberParseOption parseOption, params PathArgument[] toCompare) 441protected bool TestInCore(RunContextBase ctx, string cmdName, string dataPath, OutputPath modelPath, string extraArgs, params PathArgument[] toCompare) 446protected bool TestInCore(RunContextBase ctx, string cmdName, string dataPath, OutputPath modelPath, string extraArgs, int digitsOfPrecision = DigitsOfPrecision, NumberParseOption parseOption = NumberParseOption.Default, params PathArgument[] toCompare) 463protected bool TestInOutCore(RunContextBase ctx, string cmdName, string dataPath, OutputPath modelPath, string extraArgs, params PathArgument[] toCompare) 480protected bool TestInOutCore(RunContextBase ctx, string cmdName, string dataPath, OutputPath modelPath, string extraArgs, int digitsOfPrecision = DigitsOfPrecision, NumberParseOption parseOption = NumberParseOption.Default, params PathArgument[] toCompare) 504protected bool TestReloadedCore(RunContextBase ctx, string cmdName, string dataPath, string loaderArgs, string extraArgs, 568private RunContextBase _params; 570protected RunContextBase Params 640/// do not use this, but instead utilize the <see cref="TestCommandBase.RunContextBase.InitPath"/>