mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
SPR-6333
SPR-6393 + fixed the tests
This commit is contained in:
+1
-6
@@ -57,9 +57,4 @@ public final class OC4JClassPreprocessorAdapterTests {
|
||||
|
||||
verify(transformer);
|
||||
}
|
||||
|
||||
@Test(expected=IllegalArgumentException.class)
|
||||
public void testCtorWithNullClassFileTransformer() {
|
||||
new OC4JClassPreprocessorAdapter(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
-5
@@ -31,9 +31,4 @@ public final class OC4JLoadTimeWeaverTests {
|
||||
new OC4JLoadTimeWeaver(null);
|
||||
}
|
||||
|
||||
@Test(expected=IllegalArgumentException.class)
|
||||
public void testAddTransformerWithNullTransformer() {
|
||||
new OC4JLoadTimeWeaver().addTransformer(null);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user