Example of a class using a Base Test approach
public class SecondTest extends BaseWeb { | |
@Test | |
void secondTest() { | |
// the test goes here | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment