powerbroker commented on code in PR #34:
URL: https://github.com/apache/geronimo-xbean/pull/34#discussion_r1051442994
##########
xbean-finder/src/test/java/org/apache/xbean/finder/archive/JarArchiveTest.java:
##########
@@ -63,12 +64,12 @@ public void setUp() throws Exception {
public void testGetBytecode() throws Exception {
for (Class clazz : classes) {
- assertNotNull(clazz.getName(),
archive.getBytecode(clazz.getName()));
+ Assert.assertNotNull(clazz.getName(),
archive.getBytecode(clazz.getName()));
Review Comment:
this would be single line without 'Assert.' prefix in whole test, let us
leave it as is
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]