|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.watch.plugin.PluginManagerTest
public class PluginManagerTest
Tests the plugin manager.
Constructor Summary | |
---|---|
PluginManagerTest()
|
Method Summary | |
---|---|
void |
setUp()
Gets the plugin manager. |
void |
shouldGetPluginInfoForName()
Tests the obtaining of plugin info by name. |
void |
shouldLoadPlugin()
Tests the loading of a plugin. |
void |
shouldLoadTwoVersionsOfAdaptor()
Tests the loading of two versions of the same class. |
void |
shouldNotCallInitTwoTimes()
Tests that the init method shall not be called twice. |
void |
shouldObtainPluginManager()
Tests the creation of the manager. |
void |
shouldShutdownCorrectly()
|
void |
tearDown()
Destroys the plugin manager and removes the dummy adaptors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginManagerTest()
Method Detail |
---|
public void setUp()
public void tearDown()
public void shouldObtainPluginManager()
public void shouldGetPluginInfoForName()
public void shouldLoadPlugin() throws Exception
Exception
- if something goes wrong.public void shouldNotCallInitTwoTimes() throws Exception
Exception
- when the init method gets called for the second time.public void shouldLoadTwoVersionsOfAdaptor() throws Exception
Exception
- if something goes wrong.public void shouldShutdownCorrectly()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |