Assert.assertEquals(parts, testFile1Data[indexIntoTestData]);
}
}
else {
Assert.assertEquals(testFile1Data[indexIntoTestData][0], format.parseDouble(parts[0]));
Assert.assertEquals(testFile1Data[indexIntoTestData][1], format.parseInt(parts[1]));
Assert.assertEquals(testFile1Data[indexIntoTestData][2], format.parseInt(parts[2]));
Assert.assertEquals(testFile1Data[indexIntoTestData][3], format.parseDouble(parts[3]));
}
index++;
}