Skip to content

Instantly share code, notes, and snippets.

@xhawk
Created August 9, 2012 10:19
Show Gist options
  • Save xhawk/3303024 to your computer and use it in GitHub Desktop.
Save xhawk/3303024 to your computer and use it in GitHub Desktop.
/**
* Discovers all JUnit tests and runs them in a suite.
*/
@RunWith(AllTestsRunner.class)
public final class TestSuite {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment