Exemplo n.º 1
0
 public void testValuesEntry_INT16()
 {
     valuesEntry = unisens.createValuesEntry("ve_int16.csv", new String[] { "a", "b" }, DataType.INT16, 400);
     valuesEntry.setName("Values int 16");
     valuesEntry.append(int16);
     assertValueList(int16, valuesEntry.read(5));
 }