mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-07-09 12:47:45 +00:00
17 lines
322 B
Java
17 lines
322 B
Java
package lecteur_pdf.affichage;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
import static org.junit.jupiter.api.Assertions.*;
|
|
|
|
class FenetreTest {
|
|
|
|
/**
|
|
* Lance les methodes de tests pour le fenêtre
|
|
*
|
|
* @param args non utilisé
|
|
*/
|
|
public static void main(String[] args) {
|
|
new Fenetre();
|
|
}
|
|
} |