Exemplo n.º 1
0
 @Test
 public void testSetValueAt() {
   offer.setValueAt("test", 0, 2);
   assertNotNull(offer.getValueAt(0, 2));
 }