3 references to Check
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
313Check(variables.Add(name), "Duplicate param {0} in entrypoint {1}", name, ep["Name"]); 318Check(variables.Add(name), "Duplicate param {0} in entrypoint {1}", name, ep["Name"]);
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipe.cs (1)
223if (!Check(col.HasValue, "{0} not found!", cols[i]))