DialogBoxes

This commit is contained in:
Oystein
2021-04-26 11:36:28 +02:00
parent 075988f327
commit 08f9b2b881
4 changed files with 72 additions and 21 deletions

View File

@@ -0,0 +1,22 @@
package app.settings;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
public class SettingsProviderTest {
@Test
@DisplayName("Test load settings")
public void testLoadSettings() {
}
@Test
@DisplayName("Test save settings")
public void testSaveSettings() {
}
}