Method Summary |
|
public void | testClone() Tests the clone operation. |
public void | testConstructor() Tests MBeanOperationInfo(String name, String descr, MBeanParameterInfo[] sign, String returnType, int impact) constructor. |
public void | testConstructorWithMethod() Tests MBeanOperationInfo(String descr, Method m) constructor. |
public void | testGetDescriptionNull() Tests MBeanOperationInfo creation and getDescription() accessor with null description. |
public void | testGetImpactInvalid() Tests MBeanOperationInfo creation and getImpact() accessor with invalid value. |
public void | testGetNameEmpty() Tests MBeanOperationInfo creation and getName() accessor with empty name. |
public void | testGetNameInvalidType() |
public void | testGetNameNull() Tests MBeanOperationInfo creation and getName() accessor with null name. |
public void | testGetReturnTypeEmpty() Tests MBeanOperationInfo creation and getReturnType() with empty return type string. |
public void | testGetReturnTypeInvalid() |
public void | testGetReturnTypeNull() Tests MBeanOperationInfo creation and getReturnType() with null return type. |
public void | testGetSignatureEmpty() Tests MBeanOperationInfo creation and getSignature() with empty signature array. |
public void | testGetSignatureNull() Tests MBeanOperationInfo creation and getSignature() with null signature. |