org.apache.any23.util
Class DiscoveryUtilsTest

java.lang.Object
  extended by org.apache.any23.util.DiscoveryUtilsTest

public class DiscoveryUtilsTest
extends Object

Test case for DiscoveryUtils.

Author:
Michele Mostarda (mostarda@fbk.eu)

Constructor Summary
DiscoveryUtilsTest()
           
 
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
 

Constructor Detail

DiscoveryUtilsTest

public DiscoveryUtilsTest()
Method Detail

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.