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