|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
test.compliance.metadata.MBeanOperationInfoTEST
Tests MBeanOperationInfo.
Constructor Summary | |
MBeanOperationInfoTEST(java.lang.String s)
|
Method Summary | |
void |
testClone()
Tests the clone operation. |
void |
testConstructor()
Tests MBeanOperationInfo(String name, String descr, MBeanParameterInfo[] sign, String returnType, int impact) constructor. |
void |
testConstructorWithMethod()
Tests MBeanOperationInfo(String descr, Method m) constructor. |
void |
testGetDescriptionNull()
Tests MBeanOperationInfo creation and getDescription() accessor with null description. |
void |
testGetImpactInvalid()
Tests MBeanOperationInfo creation and getImpact() accessor with invalid value. |
void |
testGetNameEmpty()
Tests MBeanOperationInfo creation and getName() accessor with empty name. |
void |
testGetNameInvalidType()
|
void |
testGetNameNull()
Tests MBeanOperationInfo creation and getName() accessor with null name. |
void |
testGetReturnTypeEmpty()
Tests MBeanOperationInfo creation and getReturnType() with empty return type string. |
void |
testGetReturnTypeInvalid()
|
void |
testGetReturnTypeNull()
Tests MBeanOperationInfo creation and getReturnType() with null return type. |
void |
testGetSignatureEmpty()
Tests MBeanOperationInfo creation and getSignature() with empty signature array. |
void |
testGetSignatureNull()
Tests MBeanOperationInfo creation and getSignature() with null signature. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MBeanOperationInfoTEST(java.lang.String s)
Method Detail |
public void testConstructorWithMethod()
public void testConstructor()
public void testClone()
public void testGetNameEmpty()
public void testGetNameNull()
public void testGetNameInvalidType()
public void testGetDescriptionNull()
public void testGetImpactInvalid()
public void testGetSignatureNull()
public void testGetSignatureEmpty()
public void testGetReturnTypeEmpty()
public void testGetReturnTypeNull()
public void testGetReturnTypeInvalid()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |