Edition de Page.java et Pdf.java

Besoin de faire les tests unitaires
This commit is contained in:
LucasV-IUT
2021-11-22 23:06:21 +01:00
parent 68bae635da
commit 3693d4b2c6
4 changed files with 201 additions and 49 deletions
+17 -3
View File
@@ -11,15 +11,13 @@ import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
/**
* TODO class comment
* Tests de la classe {@link Pdf}
*
* @author Léo FRANCH
* @author Tristan NOGARET
* @author Lucàs VABRE
* @author Noé VILLENEUVE
* @version 1.0
*/
class PdfTest {
@Test
@@ -29,4 +27,20 @@ class PdfTest {
@Test
void getRenderView() {
}
@Test
void testGetRenderView() {
}
@Test
void testGetNbPages() {
}
@Test
void testGetRenderView1() {
}
@Test
void testGetNbPages1() {
}
}