12 references to AssertLengthTypeAndValues
Microsoft.Data.Analysis.Tests (12)
DataFrameTests.cs (12)
1251AssertLengthTypeAndValues(stringColumn, typeof(string));
1253AssertLengthTypeAndValues(byteColumn, typeof(byte));
1255AssertLengthTypeAndValues(decimalColumn, typeof(decimal));
1257AssertLengthTypeAndValues(doubleColumn, typeof(double));
1259AssertLengthTypeAndValues(floatColumn, typeof(float));
1261AssertLengthTypeAndValues(intColumn, typeof(int));
1263AssertLengthTypeAndValues(longColumn, typeof(long));
1265AssertLengthTypeAndValues(sbyteColumn, typeof(sbyte));
1267AssertLengthTypeAndValues(shortColumn, typeof(short));
1269AssertLengthTypeAndValues(uintColumn, typeof(uint));
1271AssertLengthTypeAndValues(ulongColumn, typeof(ulong));
1273AssertLengthTypeAndValues(ushortColumn, typeof(ushort));