Beispiel #1
0
 // TODO add test methods here.
 // The methods must be annotated with annotation @Test. For example:
 //
 // @Test
 // public void hello() {}
 @Test
 public void LuodaanOikeaPelaaja() {
   Pelaaja Raipe = new Pelaaja();
   Raipe.setNimi("Raipe");
   assertEquals("Raipe", Raipe.getNimi());
 }