Upload
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
package de.jaujau.UnitTests;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import de.jaujau.daten.Texturenpakete;
|
||||
import de.jaujau.gui.texturenauswaehlen_GUI;
|
||||
|
||||
class TEST_TexturenGUI {
|
||||
|
||||
private Texturenpakete pakete;
|
||||
private texturenauswaehlen_GUI gui;
|
||||
|
||||
@BeforeEach
|
||||
void setUp() throws Exception {
|
||||
texturenauswaehlen_GUI gui = new texturenauswaehlen_GUI(pakete);
|
||||
}
|
||||
|
||||
@Test
|
||||
void test() {
|
||||
//fail("Not yet implemented");
|
||||
gui.setVisible(true);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user