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 e76e30f commit 6cf9e2bCopy full SHA for 6cf9e2b
src/test/java/org/htmlunit/junit/annotation/AnnotationUtilsTest.java
@@ -232,7 +232,7 @@ public void redundantFfEsr2HtmlUnitNYIFfEsr() throws Exception {
232
}
233
234
private void testFail(final String expectedMsg, final String methodName) throws Exception {
235
- final Method method = getClass().getMethod(methodName, null);
+ final Method method = getClass().getMethod(methodName, (Class[]) null);
236
237
try {
238
AnnotationUtils.assertAlerts(method);
0 commit comments