|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jboss.test.jmx.compliance.metadata.MBeanAttributeInfoTEST
Tests MBeanAttributeInfo.
Constructor Summary | |
MBeanAttributeInfoTEST(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()
|
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MBeanAttributeInfoTEST(String s)
Method Detail |
public void testConstructorWithAccessorMethods()
public void testConstructorWithMisplacedAccessorMethods()
public void testConstructorWithInvalidGetterMethod()
public void testConstructorWithInvalidGetterMethod2()
public void testConstructorWithNonBooleanIsIs() throws Exception
Exception
public void testConstructorWithPrimitiveBooleanIsIs() throws Exception
Exception
public void testConstructorWithObjectBooleanIsIs() throws Exception
Exception
public void testHashCode() throws Exception
Exception
public void testEquals() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |