Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 8cfeea4

Browse files
committed
better test names
1 parent 943c7f9 commit 8cfeea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitvunit-demo/src/test/java/de/codescape/bitvunit/demo/HtmlUnitDemoSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public class HtmlUnitDemoSpec extends AbstractBaseSpec {
1818

1919
@Test
20-
public void test() throws Exception {
20+
public void testingAccessibilityWithHtmlUnit() throws Exception {
2121
// Create a HtmlUnit WebClient instance
2222
WebClient webClient = new WebClient();
2323

bitvunit-demo/src/test/java/de/codescape/bitvunit/demo/URLDemoSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public class URLDemoSpec extends AbstractBaseSpec {
1818

1919
@Test
20-
public void documentationIndexPageShouldBeCompliantToAllRules() throws Exception {
20+
public void testingAccessibilityWithSimpleURL() throws Exception {
2121
assertThat(new URL(urlForPage("index.html")), is(compliantTo(ALL_RULES)));
2222
}
2323

0 commit comments

Comments
 (0)