org.jboss.test.jmx.compliance.relation
Class RelationTypeSupportTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.test.jmx.compliance.relation.RelationTypeSupportTestCase
All Implemented Interfaces:
junit.framework.Test

public class RelationTypeSupportTestCase
extends junit.framework.TestCase

Relation Type Support tests

Author:
Adrian Brock.

Constructor Summary
RelationTypeSupportTestCase(String s)
          Construct the test
 
Method Summary
 void testBasic()
          Basic tests
 void testErrorHandling()
          Error handling
 void testSerialization()
          Test serialization.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelationTypeSupportTestCase

public RelationTypeSupportTestCase(String s)
Construct the test

Method Detail

testBasic

public void testBasic()
Basic tests


testErrorHandling

public void testErrorHandling()
Error handling


testSerialization

public void testSerialization()
Test serialization.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.