33 references to Check
Microsoft.ML.Core.Tests (11)
UnitTests\CoreBaseTestClass.cs (11)
205
Check
(curs1.Schema == view1.Schema, "Schema of view 1 and its cursor differed");
206
Check
(curs2.Schema == view2.Schema, "Schema of view 2 and its cursor differed");
209
Check
(tmp, "All same failed");
216
Check
(curs1.Schema == view1.Schema, "Schema of view 1 and its cursor differed");
217
Check
(curs2.Schema == view2.Schema, "Schema of view 2 and its cursor differed");
220
Check
(tmp, "Even same failed");
227
Check
(curs1.Schema == view1.Schema, "Schema of view 1 and its cursor differed");
228
Check
(curs2.Schema == view2.Schema, "Schema of view 2 and its cursor differed");
231
Check
(tmp, "Odd same failed");
235
Check
(curs1.Schema == view1.Schema, "Schema of view 1 and its cursor differed");
238
Check
(tmp, "Single value same failed");
Microsoft.ML.TestFramework (21)
DataPipe\TestDataPipe.cs (6)
237
Check
(TestCommon.CompareVec(in v1, in v2, v1.Length, fn), "Mismatch");
832
Check
(tmp, "Parsing argsText failed!");
846
Check
(tmp, "Parsing argsConv failed!");
853
Check
(tmp, "Parsing argsConv(2) failed!");
1288
Check
(caught, "text save/load should have thrown on no columns, but did not");
1311
Check
(caught, "text save/load should have thrown on no columns, but did not");
DataPipe\TestDataPipeBase.cs (14)
100
Check
(mapper.InputSchema == data.Schema, "InputSchemas were not identical to actual input schema");
513
if (!
Check
(typeSlot == null, "SlotNames not in GetMetadataTypes"))
515
if (!
Check
(typeKeys == null, "KeyValues not in GetMetadataTypes"))
662
Check
(curs1.Schema == view1.Schema, "Schema of view 1 and its cursor differed");
663
Check
(curs2.Schema == view2.Schema, "Schema of view 2 and its cursor differed");
666
Check
(tmp, "All same failed");
673
Check
(curs1.Schema == view1.Schema, "Schema of view 1 and its cursor differed");
674
Check
(curs2.Schema == view2.Schema, "Schema of view 2 and its cursor differed");
677
Check
(tmp, "Even same failed");
684
Check
(curs1.Schema == view1.Schema, "Schema of view 1 and its cursor differed");
685
Check
(curs2.Schema == view2.Schema, "Schema of view 2 and its cursor differed");
688
Check
(tmp, "Odd same failed");
692
Check
(curs1.Schema == view1.Schema, "Schema of view 1 and its cursor differed");
695
Check
(tmp, "Single value same failed");
TestCommandBase.cs (1)
547
Check
(tmp, "Single value same failed");
Microsoft.ML.Tests (1)
ExpressionLanguageTests\ExpressionLanguageTests.cs (1)
174
Check
(node != null, "Null LambdaNode");