Skip to content

Commit 3c3ae2d

Browse files
committed
one more exception
1 parent c9aaf32 commit 3c3ae2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/htmlunit/archunit/ArchitectureTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ public boolean test(final JavaClass javaClass) {
273273
.and().doNotHaveFullName("org.htmlunit.javascript.host.css.CSSRuleList.item(int)")
274274
.and().doNotHaveFullName("org.htmlunit.javascript.host.css.StyleSheetList.item(int)")
275275
.and().doNotHaveFullName("org.htmlunit.javascript.host.dom.NodeList.item(java.lang.Object)")
276+
.and().doNotHaveFullName("org.htmlunit.javascript.host.html.HTMLAllCollection.item(java.lang.Object)")
276277
.and().doNotHaveFullName("org.htmlunit.javascript.host.html.HTMLCollection.item(java.lang.Object)")
277278
.and().doNotHaveFullName("org.htmlunit.javascript.host.html.HTMLOptionsCollection.item(int)")
278279
.and().doNotHaveFullName("org.htmlunit.javascript.host.html.HTMLSelectElement.item(int)")

0 commit comments

Comments
 (0)