case correction

This commit is contained in:
HARDEMAN Sébastien
2023-01-18 10:39:54 +01:00
parent 797b57b16b
commit 90e29a2734

View File

@@ -13,10 +13,6 @@ import org.junit.jupiter.api.Test;
import org.reflections.ReflectionUtils; import org.reflections.ReflectionUtils;
import org.reflections.Reflections; import org.reflections.Reflections;
import com.baeldung.checkinterface.ChildClass2;
import com.baeldung.checkinterface.ChildInterface2;
import com.baeldung.checkinterface.MasterInterface;
public class CheckInterfaceUnitTest { public class CheckInterfaceUnitTest {
protected static Reflections reflections; protected static Reflections reflections;
@@ -24,7 +20,7 @@ public class CheckInterfaceUnitTest {
@BeforeAll @BeforeAll
public static void initializeReflectionsLibrary() { public static void initializeReflectionsLibrary() {
reflections = new Reflections("com.baeldung.checkInterface"); reflections = new Reflections("com.baeldung.checkinterface");
} }
@Test @Test