MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / tests

Method tests

src/test/java/org/htmlunit/CodeStyleTest.java:917–921  ·  view source on GitHub ↗

Tests if all JUnit 4 candidate test methods declare @Test annotation. @throws Exception if the test fails

()

Source from the content-addressed store, hash-verified

915 * @throws Exception if the test fails
916 */
917 @Test
918 public void tests() throws Exception {
919 title_ = "Tests";
920 testTests(new File("src/test/java"));
921 }
922
923 private void testTests(final File dir) throws Exception {
924 final File[] files = dir.listFiles();

Callers

nothing calls this directly

Calls 1

testTestsMethod · 0.95

Tested by

no test coverage detected