net.grinder.engine.process
Class TestPluginRegistryImplementation

java.lang.Object
  extended by net.grinder.engine.process.TestPluginRegistryImplementation

public class TestPluginRegistryImplementation
extends Object

Unit test case for PluginRegistry.

Author:
Philip Aston

Constructor Summary
TestPluginRegistryImplementation()
           
 
Method Summary
 void setUp()
           
 void testConstructorAndSingleton()
           
 void testListeners()
           
 void testRegister()
           
 void testRegisterWithBadPlugin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPluginRegistryImplementation

public TestPluginRegistryImplementation()
Method Detail

setUp

public void setUp()

testConstructorAndSingleton

public void testConstructorAndSingleton()
                                 throws Exception
Throws:
Exception

testRegister

public void testRegister()
                  throws Exception
Throws:
Exception

testRegisterWithBadPlugin

public void testRegisterWithBadPlugin()
                               throws Exception
Throws:
Exception

testListeners

public void testListeners()
                   throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.