We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f0278 commit 85b0a8fCopy full SHA for 85b0a8f
src/test/java/org/htmlunit/archunit/ArchitectureTest.java
@@ -61,6 +61,7 @@ public class ArchitectureTest {
61
.that().haveNameMatching(".*Util.?")
62
.and().doNotHaveFullyQualifiedName("org.htmlunit.cssparser.util.ParserUtils")
63
.and().doNotHaveFullyQualifiedName("org.htmlunit.http.HttpUtils")
64
+ .and().doNotHaveFullyQualifiedName("org.htmlunit.util.brotli.Utils")
65
66
.and().doNotHaveFullyQualifiedName("org.htmlunit.platform.font.AwtFontUtil")
67
.and().doNotHaveFullyQualifiedName("org.htmlunit.platform.font.FontUtil")
0 commit comments