mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-05-14 01:21:50 +00:00
Edition de Page.java et Pdf.java
Besoin de faire les tests unitaires
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user