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

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

public class RelationNotificationTestCase
extends junit.framework.TestCase

Relation Notification Tests

Author:
Adrian Brock.

Constructor Summary
RelationNotificationTestCase(String s)
          Construct the test
 
Method Summary
 void testBasicCreation()
          Test Basic Creation
 void testBasicRemoval()
          Test Basic Removal
 void testBasicUpdate()
          Test Basic Update
 void testCreationRemovalErrors()
          Test Creation/Removal Error Handling
 void testCreationRemovalErrors2()
          Test Creation/Removal Error Handling
 void testDifferent()
          Make sure all the constants are different
 void testMBeanCreation()
          Test MBean Creation
 void testMBeanRemoval()
          Test MBean Removal
 void testMBeanUpdate()
          Test MBean Update
 void testUpdateErrors()
          Test Update Error Handling
 void testUpdateErrors2()
          Test Update Error Handling
 
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

RelationNotificationTestCase

public RelationNotificationTestCase(String s)
Construct the test

Method Detail

testDifferent

public void testDifferent()
Make sure all the constants are different


testBasicCreation

public void testBasicCreation()
Test Basic Creation


testBasicRemoval

public void testBasicRemoval()
Test Basic Removal


testMBeanCreation

public void testMBeanCreation()
Test MBean Creation


testMBeanRemoval

public void testMBeanRemoval()
Test MBean Removal


testBasicUpdate

public void testBasicUpdate()
Test Basic Update


testMBeanUpdate

public void testMBeanUpdate()
Test MBean Update


testCreationRemovalErrors

public void testCreationRemovalErrors()
Test Creation/Removal Error Handling


testCreationRemovalErrors2

public void testCreationRemovalErrors2()
Test Creation/Removal Error Handling


testUpdateErrors

public void testUpdateErrors()
Test Update Error Handling


testUpdateErrors2

public void testUpdateErrors2()
Test Update Error Handling



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