|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.LarkcTest
eu.larkc.core.PluginRegistryTest
public class PluginRegistryTest
Tests if plug-ins can be retrieved from the plug-in registry. Also tests advanced functionality like switching the decider.
Constructor Summary | |
---|---|
PluginRegistryTest()
|
Method Summary | |
---|---|
void |
nonexistentPluginRetrieval()
If a plugin is retrieved which does not exist, the plugin registry should not return any plugin ( null ). |
void |
pluginRetrieval()
Tests if plugin instance can be retrieved via the plug-in registry using the plugins TestIdentifier, TestTransformer and TestDecider which only have purpose for testing. |
void |
testAllPluginsMethods()
Tests if _test plug-ins are in the registry |
void |
testEndpointDataRetrieval()
Test whether plug-in endpoints are returned correctly |
Methods inherited from class eu.larkc.core.LarkcTest |
---|
deleteOrdiTreeDirectory, startLarKC |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginRegistryTest()
Method Detail |
---|
public void testAllPluginsMethods() throws java.lang.IllegalArgumentException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, PluginRegistryQueryException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.IllegalArgumentException
PluginRegistryQueryException
public void pluginRetrieval() throws java.lang.IllegalArgumentException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.IllegalArgumentException
public void nonexistentPluginRetrieval() throws java.lang.IllegalArgumentException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
null
).
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.IllegalArgumentException
public void testEndpointDataRetrieval() throws PluginRegistryQueryException
PluginRegistryQueryException
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |