test.compliance.standard
Class ConstructorInfoTEST

java.lang.Object
  extended byTestCase
      extended bytest.compliance.standard.ConstructorInfoTEST

public class ConstructorInfoTEST
extends TestCase

See Also:
Serialized Form

Constructor Summary
ConstructorInfoTEST(java.lang.String failureHint, MBeanInfo (src)  info, java.lang.String constructorName, java.lang.String[] signature)
           
 
Method Summary
 void testValidConstructor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorInfoTEST

public ConstructorInfoTEST(java.lang.String failureHint,
                           MBeanInfo (src)  info,
                           java.lang.String constructorName,
                           java.lang.String[] signature)
Method Detail

testValidConstructor

public void testValidConstructor()