diff --git a/S2/DevWeb/Projet/src/test/java/uppa/project/pojo/UserTest.java b/S2/DevWeb/Projet/src/test/java/uppa/project/pojo/UserTest.java index 7c30dbd..1355184 100644 --- a/S2/DevWeb/Projet/src/test/java/uppa/project/pojo/UserTest.java +++ b/S2/DevWeb/Projet/src/test/java/uppa/project/pojo/UserTest.java @@ -212,6 +212,8 @@ class UserTest { @Test void test_getPlayedGames() { + // TODO: correct this test + ArrayList players1 = new ArrayList<>(); ArrayList players2 = new ArrayList<>(); ArrayList players3 = new ArrayList<>(); @@ -262,6 +264,8 @@ class UserTest { @Test void test_getNbWin() { + // TODO: correct this test + ArrayList players1 = new ArrayList<>(); ArrayList players2 = new ArrayList<>(); ArrayList players3 = new ArrayList<>(); @@ -287,6 +291,8 @@ class UserTest { @Test void test_getWinRate() { + // TODO: correct this test + ArrayList players1 = new ArrayList<>(); ArrayList players2 = new ArrayList<>(); ArrayList players3 = new ArrayList<>(); @@ -318,6 +324,8 @@ class UserTest { @Test void test_getNbClicks() { + // TODO: correct this test + ArrayList players1 = new ArrayList<>(); ArrayList players2 = new ArrayList<>(); ArrayList players3 = new ArrayList<>(); @@ -343,6 +351,8 @@ class UserTest { @Test void test_getNbRightClicks() { + // TODO: correct this test + ArrayList players1 = new ArrayList<>(); ArrayList players2 = new ArrayList<>(); ArrayList players3 = new ArrayList<>(); @@ -368,6 +378,8 @@ class UserTest { @Test void test_getRightClickPercentRate() { + // TODO: correct this test + ArrayList players1 = new ArrayList<>(); ArrayList players2 = new ArrayList<>(); ArrayList players3 = new ArrayList<>(); @@ -393,6 +405,8 @@ class UserTest { @Test void test_getNbRapidClicks() { + // TODO: correct this test + ArrayList players1 = new ArrayList<>(); ArrayList players2 = new ArrayList<>(); ArrayList players3 = new ArrayList<>(); @@ -418,6 +432,8 @@ class UserTest { @Test void test_getRapidClickPercentRate() { + // TODO: correct this test + ArrayList players1 = new ArrayList<>(); ArrayList players2 = new ArrayList<>(); ArrayList players3 = new ArrayList<>();