Ejemplo n.º 1
0
 @Test
 public void testFromToJSON() {
   Match match = create();
   assertEquals(match, Match.fromJSON(match.toJSON()));
 }