org.apache.any23.util
Class DiscoveryUtilsTest
java.lang.Object
org.apache.any23.util.DiscoveryUtilsTest
public class DiscoveryUtilsTest
- extends Object
Test case for DiscoveryUtils
.
- Author:
- Michele Mostarda (mostarda@fbk.eu)
Method Summary |
void |
testGetClassesInJAR()
Test case for DiscoveryUtils.getClassesInPackage(String, Class) with detection in JAR file. |
void |
testGetClassesInPackage()
Test case for DiscoveryUtils.getClassesInPackage(String, Class) with detection in classes dir. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiscoveryUtilsTest
public DiscoveryUtilsTest()
testGetClassesInPackage
public void testGetClassesInPackage()
throws ClassNotFoundException,
IOException
- Test case for
DiscoveryUtils.getClassesInPackage(String, Class)
with detection in classes dir.
- Throws:
ClassNotFoundException
IOException
testGetClassesInJAR
public void testGetClassesInJAR()
throws ClassNotFoundException,
IOException
- Test case for
DiscoveryUtils.getClassesInPackage(String, Class)
with detection in JAR file.
- Throws:
ClassNotFoundException
IOException
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.