|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
test.compliance.metadata.MBeanAttributeInfoTEST
Tests MBeanAttributeInfo.
Constructor Summary | |
MBeanAttributeInfoTEST(java.lang.String s)
|
Method Summary | |
void |
testConstructorWithAccessorMethods()
Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) constructor. |
void |
testConstructorWithInvalidGetterMethod()
Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) with invalid getter method. |
void |
testConstructorWithInvalidGetterMethod2()
Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) with invalid getter method (void return type). |
void |
testConstructorWithMisplacedAccessorMethods()
Tests MBeanAttributeInfo(String name, String descr, Method getter, Method setter) with misplaced accessor methods. |
void |
testConstructorWithNonBooleanIsIs()
|
void |
testConstructorWithObjectBooleanIsIs()
|
void |
testConstructorWithPrimitiveBooleanIsIs()
|
void |
testEquals()
|
void |
testHashCode()
|
void |
testInvalidJavaName()
|
void |
testInvalidJavaType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MBeanAttributeInfoTEST(java.lang.String s)
Method Detail |
public void testConstructorWithAccessorMethods()
public void testConstructorWithMisplacedAccessorMethods()
public void testConstructorWithInvalidGetterMethod()
public void testConstructorWithInvalidGetterMethod2()
public void testConstructorWithNonBooleanIsIs() throws java.lang.Exception
java.lang.Exception
public void testConstructorWithPrimitiveBooleanIsIs() throws java.lang.Exception
java.lang.Exception
public void testConstructorWithObjectBooleanIsIs() throws java.lang.Exception
java.lang.Exception
public void testInvalidJavaName()
public void testInvalidJavaType()
public void testHashCode() throws java.lang.Exception
java.lang.Exception
public void testEquals() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |