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/1894a306c2a92a2857a7758de892a30c to your computer and use it in GitHub Desktop.
Save eliasnogueira/1894a306c2a92a2857a7758de892a30c to your computer and use it in GitHub Desktop.
Example of a class using a Base Test approach
public class FirstTest extends BaseWeb {
@Test
void firstTest() {
// the test goes here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment