| org.netbeans.modules.visualweb.insync.InsyncTestBase org.netbeans.modules.visualweb.insync.java.MethodTest
Method Summary | |
Method | getMethod() | Method | getMethod(String name) | public static void | main(java.lang.String[] args) | protected void | setUp() | public static Test | suite() | protected void | tearDown() | public void | testAddEventSetStatement() Test of addEventSetStatement method, of class Method. | public void | testAddEventSetStatements() Test of addEventSetStatements method, of class Method. | public void | testAddPropertySetStatements() Test of addPropertySetStatements method, of class Method. | public void | testGetBodyText() Test of getBodyText method, of class Method. | public void | testGetElement() Test of getElement method, of class Method. | public void | testGetElementHandle() Test of getElementHandle method, of class Method. | public void | testGetJavaClass() Test of getJavaClass method, of class Method. | public void | testGetModifierFlags() Test of getModifierFlags method, of class Method. | public void | testGetName() Test of getName method, of class Method. | public void | testGetPropertySetStatements() Test of getPropertySetStatements method, of class Method. | public void | testHasInitBlock() Test of hasInitBlock method, of class Method. | public void | testIsConstructor() Test of isConstructor method, of class Method. | public void | testRemove() Test of remove method, of class Method. | public void | testRemoveStatement() Test of removeStatement method, of class Method. | public void | testRename() Test of rename method, of class Method. | public void | testReplaceBody() Test of replaceBody method, of class Method. |
suite | public static Test suite()(Code) | | |
testAddEventSetStatement | public void testAddEventSetStatement()(Code) | | Test of addEventSetStatement method, of class Method.
|
testAddEventSetStatements | public void testAddEventSetStatements()(Code) | | Test of addEventSetStatements method, of class Method.
|
testAddPropertySetStatements | public void testAddPropertySetStatements()(Code) | | Test of addPropertySetStatements method, of class Method.
|
testGetBodyText | public void testGetBodyText()(Code) | | Test of getBodyText method, of class Method.
|
testGetElement | public void testGetElement()(Code) | | Test of getElement method, of class Method.
|
testGetElementHandle | public void testGetElementHandle()(Code) | | Test of getElementHandle method, of class Method.
|
testGetJavaClass | public void testGetJavaClass()(Code) | | Test of getJavaClass method, of class Method.
|
testGetModifierFlags | public void testGetModifierFlags()(Code) | | Test of getModifierFlags method, of class Method.
|
testGetName | public void testGetName()(Code) | | Test of getName method, of class Method.
|
testGetPropertySetStatements | public void testGetPropertySetStatements()(Code) | | Test of getPropertySetStatements method, of class Method.
|
testHasInitBlock | public void testHasInitBlock()(Code) | | Test of hasInitBlock method, of class Method.
|
testIsConstructor | public void testIsConstructor()(Code) | | Test of isConstructor method, of class Method.
|
testRemove | public void testRemove()(Code) | | Test of remove method, of class Method.
|
testRemoveStatement | public void testRemoveStatement()(Code) | | Test of removeStatement method, of class Method.
|
testRename | public void testRename()(Code) | | Test of rename method, of class Method.
|
testReplaceBody | public void testReplaceBody()(Code) | | Test of replaceBody method, of class Method.
|
|
|