import org.junit.jupiter.api.Test; public class TestImpl implements InterfaceTest{ @Test public void test(){ System.out.println(getName()); } }