File tree Expand file tree Collapse file tree
src/test/java/org/htmlunit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ public class ArchitectureTest {
7676 .and ().doNotHaveFullyQualifiedName ("org.htmlunit.jetty.websocket.common.util.ReflectUtils" )
7777 .and ().doNotHaveFullyQualifiedName ("org.htmlunit.jetty.websocket.common.util.TextUtil" )
7878
79+ .and ().resideOutsideOfPackage ("org.htmlunit.corejs.." )
80+
7981 .should ().resideInAPackage ("org.htmlunit.util" );
8082
8183 /**
Original file line number Diff line number Diff line change 1616
1717import org .htmlunit .WebDriverTestCase ;
1818import org .htmlunit .junit .annotation .Alerts ;
19+ import org .junit .jupiter .api .Disabled ;
1920import org .junit .jupiter .api .Test ;
2021
2122/**
@@ -1278,7 +1279,8 @@ public void argumentsIteratorStrict() throws Exception {
12781279 * Test spread operator on arguments.
12791280 * @throws Exception if the test fails
12801281 */
1281- // @Test
1282+ @ Test
1283+ @ Disabled
12821284 @ Alerts ("hello,world" )
12831285 public void argumentsSpreadOperator () throws Exception {
12841286 final String html = DOCTYPE_HTML
@@ -1299,7 +1301,8 @@ public void argumentsSpreadOperator() throws Exception {
12991301 * Test spread operator on arguments.
13001302 * @throws Exception if the test fails
13011303 */
1302- // @Test
1304+ @ Test
1305+ @ Disabled
13031306 @ Alerts ("hello,world" )
13041307 public void argumentsSpreadOperatorStrict () throws Exception {
13051308 final String html = DOCTYPE_HTML
@@ -1577,7 +1580,8 @@ public void argumentsInConstructorStrict() throws Exception {
15771580 * Test arguments in class method.
15781581 * @throws Exception if the test fails
15791582 */
1580- // @Test
1583+ @ Test
1584+ @ Disabled
15811585 @ Alerts ("2" )
15821586 public void argumentsInClassMethod () throws Exception {
15831587 final String html = DOCTYPE_HTML
You can’t perform that action at this time.
0 commit comments