Ejemplo n.º 1
0
 @Test
 public void testGetMatchUsername() {
   Match match = new Match(5, "gNaam", null, true, true);
   match.setMatchUsername("MgNaam");
   assertEquals("MgNaam", match.getMatchUsername());
 }