Il restait un TODO comment je suis trop bête

This commit is contained in:
Tristan Nogaret
2021-11-25 20:18:46 +01:00
parent 1848d030e3
commit b79ce24043
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -1,5 +1,12 @@
/*
* MenuTest.java, 25/11/2021
* IUT Rodez 2021-2022, INFO 2
* pas de copyright, aucun droits
*/
package lecteur_pdf.menu;
import lecteur_pdf.document.Page;
import org.junit.jupiter.api.Test;
import javax.swing.*;
@@ -9,6 +16,14 @@ import java.util.ArrayList;
import static org.junit.jupiter.api.Assertions.*;
/**
* Tests de la classe {@link Page}
*
* @author Léo FRANCH
* @author Tristan NOGARET
* @author Lucàs VABRE
* @author Noé VILLENEUVE
*/
class MenuTest {
@Test