test.compliance.openmbean
Class TabularTypeTestCase

java.lang.Object
  extended byTestCase
      extended bytest.compliance.openmbean.TabularTypeTestCase

public class TabularTypeTestCase
extends TestCase

Tabular type tests.

See Also:
Serialized Form

Constructor Summary
TabularTypeTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testEquals()
           
 void testErrors()
           
 void testGetRowType()
           
 void testHashCode()
           
 void testIndexNames()
           
 void testIsValue()
           
 void testSerialization()
           
 void testTabularTypeOpenType()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabularTypeTestCase

public TabularTypeTestCase(java.lang.String s)
Construct the test

Method Detail

testTabularTypeOpenType

public void testTabularTypeOpenType()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testGetRowType

public void testGetRowType()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testIndexNames

public void testIndexNames()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testIsValue

public void testIsValue()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testEquals

public void testEquals()
                throws java.lang.Exception
Throws:
java.lang.Exception

testHashCode

public void testHashCode()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testToString

public void testToString()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testSerialization

public void testSerialization()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testErrors

public void testErrors()
                throws java.lang.Exception
Throws:
java.lang.Exception