| test.compliance.metadata.MBeanAttributeInfoTEST
MBeanAttributeInfoTEST | public class MBeanAttributeInfoTEST extends TestCase (Code) | | Tests MBeanAttributeInfo.
author: Juha Lindfors. version: $Revision: 57200 $ |
Method Summary | |
public void | testConstructorWithAccessorMethods() Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) constructor. | public void | testConstructorWithInvalidGetterMethod() Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) with invalid getter method. | public void | testConstructorWithInvalidGetterMethod2() Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) with invalid getter method (void return type). | public void | testConstructorWithMisplacedAccessorMethods() Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) with misplaced accessor methods. | public void | testConstructorWithNonBooleanIsIs() | public void | testConstructorWithObjectBooleanIsIs() | public void | testConstructorWithPrimitiveBooleanIsIs() | public void | testEquals() | public void | testHashCode() | public void | testInvalidJavaName() | public void | testInvalidJavaType() |
MBeanAttributeInfoTEST | public MBeanAttributeInfoTEST(String s)(Code) | | |
testConstructorWithAccessorMethods | public void testConstructorWithAccessorMethods()(Code) | | Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) constructor.
|
testConstructorWithInvalidGetterMethod | public void testConstructorWithInvalidGetterMethod()(Code) | | Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) with invalid getter method.
|
testConstructorWithInvalidGetterMethod2 | public void testConstructorWithInvalidGetterMethod2()(Code) | | Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) with invalid getter method (void return type).
|
testConstructorWithMisplacedAccessorMethods | public void testConstructorWithMisplacedAccessorMethods()(Code) | | Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) with misplaced accessor methods.
|
testConstructorWithNonBooleanIsIs | public void testConstructorWithNonBooleanIsIs() throws Exception(Code) | | |
testConstructorWithObjectBooleanIsIs | public void testConstructorWithObjectBooleanIsIs() throws Exception(Code) | | |
testConstructorWithPrimitiveBooleanIsIs | public void testConstructorWithPrimitiveBooleanIsIs() throws Exception(Code) | | |
testInvalidJavaName | public void testInvalidJavaName()(Code) | | |
testInvalidJavaType | public void testInvalidJavaType()(Code) | | |
|
|