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

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

public class RoleUnresolvedTestCase
extends junit.framework.TestCase

Role Unresolved tests.

Test it to death.

NOTE: The tests use String literals to ensure the comparisons are not performed on object references.

Author:
Adrian Brock.

Constructor Summary
RoleUnresolvedTestCase(String s)
          Construct the test
 
Method Summary
 void testBasic()
          Basic tests.
 void testClone()
          Test clone.
 void testErrorHandling()
          Test Error Handling.
 void testSerialization()
          Test serialization.
 void testToString()
          toString tests.
 
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

RoleUnresolvedTestCase

public RoleUnresolvedTestCase(String s)
Construct the test

Method Detail

testBasic

public void testBasic()
Basic tests.


testToString

public void testToString()
toString tests.


testErrorHandling

public void testErrorHandling()
Test Error Handling.


testClone

public void testClone()
Test clone.


testSerialization

public void testSerialization()
Test serialization.



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