test.compliance.standard
Class OperationInfoTEST

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

public class OperationInfoTEST
extends TestCase

See Also:
Serialized Form

Constructor Summary
OperationInfoTEST(java.lang.String failureHint, MBeanInfo (src)  info, java.lang.String operationName, int impact, java.lang.String returnType, java.lang.String[] signature)
           
 
Method Summary
 void testValidOperation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationInfoTEST

public OperationInfoTEST(java.lang.String failureHint,
                         MBeanInfo (src)  info,
                         java.lang.String operationName,
                         int impact,
                         java.lang.String returnType,
                         java.lang.String[] signature)
Method Detail

testValidOperation

public void testValidOperation()