|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
test.compliance.varia.NotificationFilterSupportTestCase
Notification Filter Support tests.
Test it to death.
NOTE: The tests use String literals to ensure the comparisons are not performed on object references.
Constructor Summary | |
NotificationFilterSupportTestCase(java.lang.String s)
Construct the test |
Method Summary | |
void |
testDefault()
By default all types are disabled. |
void |
testDisableAllTypes()
Enable some types then disable everyting. |
void |
testDisableType()
Enable some types the disable one of them. |
void |
testEnableType()
Enable a single type, all others should be disabled. |
void |
testGetEnabledTypes()
Test the get enabled types. |
void |
testPrefix()
Enable a prefix that matched multiple types. |
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 NotificationFilterSupportTestCase(java.lang.String s)
Method Detail |
public void testDefault()
public void testEnableType()
public void testDisableAllTypes()
public void testDisableType()
public void testPrefix()
public void testGetEnabledTypes()
public void testSerialization()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |