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