Finished and tested

This commit is contained in:
Vu Tuan Minh
2025-10-12 21:01:41 +02:00
parent 1c9ecc1a1f
commit c3167e43a0
8 changed files with 16 additions and 40 deletions

View File

@@ -30,8 +30,8 @@ public class JpaTest {
test.create_user_test();
test.create_session_test();
test.create_quizz_test(1,1);
//test.list_utilisateur();
//test.list_session();
test.list_utilisateur();
test.list_session();
test.list_quizz();
} catch (Exception e) {
e.printStackTrace();