org.jboss.test.jbossmx.compliance.objectname
Class MalformedTestCase.DomainHashtableExtraTEST

java.lang.Object
  extended byjunit.framework.TestCase
      extended byorg.jboss.test.jbossmx.compliance.TestCase (src) 
          extended byorg.jboss.test.jbossmx.compliance.objectname.MalformedTestCase.DomainHashtableExtraTEST
Enclosing class:
MalformedTestCase (src)

public static class MalformedTestCase.DomainHashtableExtraTEST
extends TestCase (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.jbossmx.compliance.TestCase (src)
log, MBEAN_SERVER_DELEGATE, PERIOD, REPEATS, WAIT
 
Constructor Summary
MalformedTestCase.DomainHashtableExtraTEST(java.lang.String s)
           
 
Method Summary
 void testEmptyHashtable()
           
 void testNonStringKey()
           
 void testNonStringValue()
           
 void testNullHashtable()
           
 
Methods inherited from class org.jboss.test.jbossmx.compliance.TestCase (src)
testServerFound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MalformedTestCase.DomainHashtableExtraTEST

public MalformedTestCase.DomainHashtableExtraTEST(java.lang.String s)
Method Detail

testNullHashtable

public void testNullHashtable()

testEmptyHashtable

public void testEmptyHashtable()

testNonStringKey

public void testNonStringKey()

testNonStringValue

public void testNonStringValue()