test.implementation.registry
Class ValuesTestCase

java.lang.Object
  extended byTestCase
      extended bytest.implementation.registry.ValuesTestCase
All Implemented Interfaces:
ServerConstants (src)

public class ValuesTestCase
extends TestCase
implements ServerConstants (src)

Tests the value map processing in the managed mbean registry

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.jboss.mx.server.ServerConstants (src)
CLASS_REMOVED, CLASSLOADER, CLASSLOADER_ADDED, CLASSLOADER_REMOVED, DEFAULT_DOMAIN, DEFAULT_LOADER_NAME, DEFAULT_LOADER_REPOSITORY_CLASS, DEFAULT_MBEAN_REGISTRY_CLASS, DEFAULT_MBEAN_SERVER_BUILDER_CLASS, DEFAULT_REQUIRED_MODELMBEAN_CLASS, DEFAULT_SCOPED_REPOSITORY_CLASS, DEFAULT_SCOPED_REPOSITORY_PARSER_CLASS, IMPLEMENTATION_NAME, IMPLEMENTATION_VENDOR, IMPLEMENTATION_VERSION, JMI_DOMAIN, LOADER_REPOSITORY_CLASS_PROPERTY, MBEAN_REGISTRY, MBEAN_REGISTRY_CLASS_PROPERTY, MBEAN_SERVER_BUILDER_CLASS_PROPERTY, MBEAN_SERVER_CONFIGURATION, MBEAN_SERVER_DELEGATE, OPTIMIZE_REFLECTED_DISPATCHER, REQUIRED_MODELMBEAN_CLASS_PROPERTY, SPECIFICATION_NAME, SPECIFICATION_VENDOR, SPECIFICATION_VERSION, UNIFIED_LOADER_REPOSITORY_CLASS
 
Constructor Summary
ValuesTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testClassLoader()
          Test classloader
 void testValue()
          Test value
 void testValueRegistered()
          Test value registered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuesTestCase

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

Method Detail

testClassLoader

public void testClassLoader()
                     throws java.lang.Exception
Test classloader

Throws:
java.lang.Exception

testValue

public void testValue()
               throws java.lang.Exception
Test value

Throws:
java.lang.Exception

testValueRegistered

public void testValueRegistered()
                         throws java.lang.Exception
Test value registered

Throws:
java.lang.Exception