org.jboss.test.jbossmx.compliance.standard
Class AttributeInfoTEST

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.jbossmx.compliance.standard.AttributeInfoTEST

public class AttributeInfoTEST
extends TestCase

See Also:
Serialized Form

Constructor Summary
AttributeInfoTEST(java.lang.String failureHint, MBeanInfo (src)  info, java.lang.String attributeName, java.lang.String type, boolean read, boolean write, boolean is)
           
 
Method Summary
 void testValidAttribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeInfoTEST

public AttributeInfoTEST(java.lang.String failureHint,
                         MBeanInfo (src)  info,
                         java.lang.String attributeName,
                         java.lang.String type,
                         boolean read,
                         boolean write,
                         boolean is)
Method Detail

testValidAttribute

public void testValidAttribute()