Skip to content

Commit 9598015

Browse files
committed
DOMMatrixReadOnly toString() and toJSON() implemented - add archunit exception
1 parent 9ef56e1 commit 9598015

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ public boolean test(final JavaClass javaClass) {
322322
.and().doNotHaveFullName("org.htmlunit.javascript.host.Window.setTimeout(org.htmlunit.corejs.javascript.Context, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.Scriptable, [Ljava.lang.Object;, org.htmlunit.corejs.javascript.Function)")
323323
.and().doNotHaveFullName("org.htmlunit.javascript.host.css.CSSRuleList.item(int)")
324324
.and().doNotHaveFullName("org.htmlunit.javascript.host.css.StyleSheetList.item(int)")
325+
.and().doNotHaveFullName("org.htmlunit.javascript.host.dom.DOMMatrixReadOnly.toJSON()")
325326
.and().doNotHaveFullName("org.htmlunit.javascript.host.dom.NodeList.item(java.lang.Object)")
326327
.and().doNotHaveFullName("org.htmlunit.javascript.host.html.HTMLAllCollection.item(java.lang.Object)")
327328
.and().doNotHaveFullName("org.htmlunit.javascript.host.html.HTMLCollection.item(java.lang.Object)")

0 commit comments

Comments
 (0)