|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
test.compliance.relation.MBeanServerNotificationFilterTestCase
MBean Server Notification Filter tests.
Test it to death.
NOTE: The tests use String literals to ensure the comparisons are not performed on object references.
WARNING!! WARNING!! The spec says the MBeanServerNotificationFilter accepts everything by default. The RI does exactly the opposite.
Constructor Summary | |
MBeanServerNotificationFilterTestCase(java.lang.String s)
Construct the test |
Method Summary | |
void |
testDefault()
By default all names are enabled. |
void |
testDisableAll()
Disable all |
void |
testDisableOne()
Disable one |
void |
testEnableAll()
Enable all |
void |
testEnableOne()
Enable one |
void |
testGetters()
Test getters |
void |
testSerialization()
Test serialization. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MBeanServerNotificationFilterTestCase(java.lang.String s)
Method Detail |
public void testDefault()
public void testEnableAll()
public void testEnableOne()
public void testDisableAll()
public void testDisableOne()
public void testGetters()
public void testSerialization()
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |