finitions testes

This commit is contained in:
Chiara
2019-05-23 13:25:30 +02:00
parent 2ef8e6f5e4
commit aa5cb78cb9
2 changed files with 21 additions and 14 deletions

View File

@ -16,10 +16,6 @@ class testPiece {
e = new Echiquier();
jb = new Joueur("Joueur Blanc","Blanc");
jn = new Joueur("Joueur Noir", "Noir");
System.out.println();
System.out.println("nouveau test : ");
System.out.println();
}
@AfterEach