org.apache.any23.plugin
Class Any23PluginManagerTest

java.lang.Object
  extended by org.apache.any23.plugin.Any23PluginManagerTest

public class Any23PluginManagerTest
extends Object

Test case for Any23PluginManager.

Author:
Michele Mostarda (mostarda@fbk.eu)

Constructor Summary
Any23PluginManagerTest()
           
 
Method Summary
 void after()
           
 void before()
           
<T> void
testGetClassesFromClasspath()
           
<T> void
testGetClassesInPackageFromDir()
           
<T> void
testGetClassesInPackageFromJAR()
           
 void testGetPlugins()
           
 void testGetTools()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Any23PluginManagerTest

public Any23PluginManagerTest()
Method Detail

before

public void before()

after

public void after()

testGetClassesInPackageFromJAR

public <T> void testGetClassesInPackageFromJAR()
                                    throws IOException
Throws:
IOException

testGetClassesInPackageFromDir

public <T> void testGetClassesInPackageFromDir()
                                    throws IOException
Throws:
IOException

testGetClassesFromClasspath

public <T> void testGetClassesFromClasspath()
                                 throws IOException
Throws:
IOException

testGetTools

public void testGetTools()
                  throws IOException
Throws:
IOException

testGetPlugins

public void testGetPlugins()
                    throws IOException
Throws:
IOException


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.