package baeldung.com; import org.testng.annotations.Test; public class RegistrationTest { @Test public void givenEmail_ifValid_thenCorrect() { } }