fixed Tests

This commit is contained in:
Leonie Eitze
2023-06-15 19:11:30 +02:00
parent 5204cc1710
commit fc4f5c6fc6
4 changed files with 13 additions and 7 deletions

View File

@@ -1,10 +1,12 @@
package de.rwu.easydrop.core;
import javax.naming.ConfigurationException;
import org.junit.jupiter.api.Test;
public class CoreTest {
@Test
void testRunCore() {
void testRunCore() throws ConfigurationException{
Core core1=new Core();
core1.runCore();