Ejemplo n.º 1
0
 @Test
 public void getStarredField() {
   Row row = new Row(5);
   row.starred = true;
   Assert.assertTrue((Boolean) row.getField("starred", options));
 }