13 lines
161 B
Java
Raw Normal View History

2017-02-18 07:31:10 +01:00
package baeldung.com;
2017-02-05 00:46:21 +05:30
import org.testng.annotations.Test;
public class SignInTest {
2017-02-11 23:57:50 +05:30
@Test
public void givenUsername_ifValid_thenCorrect() {
}
2017-02-05 00:46:21 +05:30
}