| nextapp.echo2.app.test.WindowPaneTest
WindowPaneTest | public class WindowPaneTest extends TestCase (Code) | | Unit test(s) for the nextapp.echo2.app.WindowPane component.
|
Method Summary | |
public void | testInput() Test receiving input from client. | public void | testInvalidParent() Attempt to illegally add WindowPane to SplitPane, test for failure. | public void | testOverload() Attempt to illegally add more than one child, test for failure. | public void | testPrimaryConstructor() Test primary constructor. | public void | testProperties() Test property accessors and mutators. | public void | testValidParent() Ensure WindowPane can be legally added to a ContentPane. |
testInput | public void testInput()(Code) | | Test receiving input from client.
|
testInvalidParent | public void testInvalidParent()(Code) | | Attempt to illegally add WindowPane to SplitPane, test for failure.
|
testOverload | public void testOverload()(Code) | | Attempt to illegally add more than one child, test for failure.
|
testPrimaryConstructor | public void testPrimaryConstructor()(Code) | | Test primary constructor.
|
testProperties | public void testProperties()(Code) | | Test property accessors and mutators.
|
testValidParent | public void testValidParent()(Code) | | Ensure WindowPane can be legally added to a ContentPane.
|
|
|