Skip to content

Instantly share code, notes, and snippets.

@eliasnogueira
Last active August 23, 2020 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliasnogueira/1ee7bda687d1438fb699575dbf157c84 to your computer and use it in GitHub Desktop.
Save eliasnogueira/1ee7bda687d1438fb699575dbf157c84 to your computer and use it in GitHub Desktop.
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