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