| nextapp.echo2.app.test.WindowTest
WindowTest | public class WindowTest extends TestCase (Code) | | Unit test(s) for the nextapp.echo2.app.Window component.
|
Method Summary | |
public void | testChangeContent() Tests changing content of window. | public void | testInvalidChild() Attempts to illegally add a Label to a
Window , tests for failure. | public void | testOverload() Attempts to illegally add more than one ContentPane s to a
Window , tests for failure. | public void | testProperties() Tests property accessors and mutators. |
testChangeContent | public void testChangeContent()(Code) | | Tests changing content of window.
|
testInvalidChild | public void testInvalidChild()(Code) | | Attempts to illegally add a Label to a
Window , tests for failure.
|
testOverload | public void testOverload()(Code) | | Attempts to illegally add more than one ContentPane s to a
Window , tests for failure.
|
testProperties | public void testProperties()(Code) | | Tests property accessors and mutators.
|
|
|