Method Summary |
|
public synchronized void | testAddListenerMultipleHandbacks() |
public synchronized void | testAddListenerToTwoBroadcasters() |
public synchronized void | testAddListenerToTwoBroadcastersRemoveOne() |
public synchronized void | testAddMBeanListenerMultipleHandbacks() |
public synchronized void | testAddMBeanListenerToTwoBroadcasters() |
public synchronized void | testAddMBeanListenerToTwoBroadcastersRemoveOne() |
public synchronized void | testAddMBeanMultipleListeners() |
public synchronized void | testAddMultipleListeners() |
public synchronized void | testAddNotificationListenerToDelegate() |
public void | testBasicUnregister() |
public void | testGetAttributeWithBusinessException() |
public void | testGetAttributeWithError() |
public void | testGetAttributeWithNonExistingAttribute() |
public void | testGetAttributeWithNonExistingMBean() |
public void | testGetAttributeWithUncheckedException() |
public void | testGetDomains() |
public void | testInstantiateWithDefaultConstructor() Tests instantiate(String className). |
public void | testInstantiateWithDefaultConstructorAndApplicationException() Tests instantiate(String className) with constructor that throws a checked application exception. |
public void | testInstantiateWithDefaultConstructorAndError() Tests instantiate(String className) with constructor that throws an error. |
public void | testInstantiateWithDefaultConstructorAndErrorInInit() Tests instatiante(String className) with constructor that fails with an error in static init block. |
public void | testInstantiateWithDefaultConstructorAndExceptionInInit() Tests instantiate(String className) with constructor that fails with an unchecked exception in static init block. |
public void | testInstantiateWithDefaultConstructorAndRuntimeException() Tests instantiate(String className) with constructor that throws an unchecked application exception. |
public void | testInstantiateWithDefaultConstructorAndUnknownClass() Tests instantiate(String className) with unfound class. |
public void | testInstantiateWithDefaultLoaderRepository() Tests instantiate(String className) classloading behaviour. |
public void | testInstantiateWithDefaultLoaderRepository2() Tests instantiate(String className, ObjectName loader) classloading behaviour. |
public void | testInstantiateWithEmptyClassName() Tests instantiate(String className) with empty class name string. |
public void | testInstantiateWithEmptyClassName2() Tests instantiate(String className, ObjectName loader) with empty class name string. |
public void | testInstantiateWithEmptyClassName3() Tests instantiate(String className, Object[] args, String[] sign) with
empty class name string. |
public void | testInstantiateWithEmptyClassName4() Tests instantiate(String className, ObjectName loader, Object[] args, String[] sign)
with empty class name string. |
public void | testInstantiateWithInaccessibleNoArgsConstructor() Tests instantiate(String className) with protected (no access) no args constructor. |
public void | testInstantiateWithMissingDefaultConstructor() Tests instantiate(String className) with class that doesn't have a default constructor. |
public void | testInstantiateWithNullClassName() Tests instantiate(String className) with null class name. |
public void | testInstantiateWithNullClassName2() Tests instantiate(String className, ObjectName loader) with null class name. |
public void | testInstantiateWithNullClassName3() Tests instantiate(String className, Object[] args, String[] sign) with null
class name. |
public void | testInstantiateWithNullClassName4() Tests instantiate(String className, ObjectName loader, Object[] args, String[] sign)
with null class name. |
public void | testInvokeWithBusinessException() Attempts to invoke a MBean operation that throws a business exception; MBeanException should be thrown. |
public void | testInvokeWithLongArrayReturn() Tests invoke with Long array return type. |
public void | testInvokeWithLongSignature() Tests invoke with long signature. |
public void | testInvokeWithMixedSignature() Tests invoke with mixed types in signature, especially types with double
byte code length and arrays. |
public void | testInvokeWithNonExistantMBean() Attempts to invoke a method on an unregistered MBean; InstanceNotFoundException should occur. |
public void | testInvokeWithPrimitiveBooleanReturn() Tests invoke with primitive boolean return type. |
public void | testInvokeWithPrimitiveDoubleReturn() Tests invoke with primitive double return type. |
public void | testInvokeWithPrimitiveLongArrayReturn() Tests invoke with primitive long array return type. |
public void | testInvokeWithPrimitiveLongReturn() Tests invoke with primitive long return type. |
public void | testIsInstanceOf() |
public void | testIsInstanceOfErrors() |
public synchronized void | testMBeanRedeployNotification() |
public synchronized void | testMBeanRemoveBroadcaster() |
public synchronized void | testMBeanRemoveListener() |
public synchronized void | testMBeanRemoveTriplet() |
public void | testRegisterJMImplementationDefaultDomainObjectName() |
public void | testRegisterJMImplementationObjectName() |
public void | testRegisterMBeanOnExceptionFromPreRegister() |
public void | testRegisterMBeanOnExceptionFromPreRegister2() |
public void | testRegisterMBeanOnExceptionFromPreRegister3() Tests register for an MBean that throws an MBeanRegistrationException from
preRegister() method. |
public void | testRegisterNullObjectName() Tests registering with null object name. |
public void | testRegisterPatternObjectName() Tests registering with a pattern object name. |
public synchronized void | testRemoveBroadcaster() |
public synchronized void | testRemoveListener() |
public synchronized void | testRemoveTriplet() |
public void | testSetAttributeWithBusinessException() |
public void | testSetAttributeWithError() |
public void | testSetAttributeWithNonExistingAttribute() |
public void | testSetAttributeWithNonExistingMBean() |
public void | testSetAttributeWithUncheckedException() |
public void | testUnregisterDelegate() Tests unregister the delegate. |
public void | testUnregisterMBeanOnExceptionFromPreDeregister() Tests unregister for an MBean that prevents unregistration by throwing an
unchecked exception from its preDeregister() method. |
public void | testUnregisterMBeanOnExceptionFromPreDeregister2() Tests unregister for an MBean that prevents unregistration by throwing a
checked exception from its preDeregister() method. |
public void | testUnregisterMBeanOnExceptionFromPreDeregister3() Tests unregister for an MBean that prevents unregistration by throwing a
MBeanRegistrationException from its preDeregister() method. |
public void | testUnregisterWithDefaultDomainName() |
public void | testUnregisterWithObjectNameFromRegistration() Tests unregister with default domain name gotten from ObjectInstance at registration time. |
public synchronized void | testaddMBeanToDelegate() |