| java.lang.Object com.sun.midp.i3test.TestCase javax.microedition.lcdui.TestTextFieldInput
TestTextFieldInput | public class TestTextFieldInput extends TestCase (Code) | | This test case covers Input Session management code in TextField and
TextBox.
Bugs it tests against is :
6297297 - IllegalStateException in event processing thread
|
display | Display display(Code) | | instance of display
|
longtext | final static String longtext(Code) | | sample of the long text string
|
isCommandInMenu | boolean isCommandInMenu(Command c)(Code) | | Checks the command in Menu
Parameters: c - Command true if the command is in menu, false otherwise |
runTests | public void runTests()(Code) | | Overridden from TestCase parent. This method will kick off each
individual test
|
setUp | void setUp()(Code) | | Starts the test
|
tearDown | void tearDown()(Code) | | destroy test
|
testSetConstraints | void testSetConstraints()(Code) | | Tests setConstraints method
|
testShow | void testShow()(Code) | | Show the form on the display
|
testTraverse | void testTraverse()(Code) | | Tests traverse in/ traverse out
|
verifyAvailableInputModes | void verifyAvailableInputModes(boolean isNumericOnly)(Code) | | Verifies available input modes
Parameters: isNumericOnly - if only numeric only, false otherwise |
verifyInputStates | void verifyInputStates()(Code) | | Checks the input states
|
Methods inherited from com.sun.midp.i3test.TestCase | public void assertEquals(Object expected, Object actual)(Code)(Java Doc) public void assertEquals(String message, Object expected, Object actual)(Code)(Java Doc) public void assertEquals(int expected, int actual)(Code)(Java Doc) public void assertEquals(String message, int expected, int actual)(Code)(Java Doc) public void assertFalse(boolean condition)(Code)(Java Doc) public void assertFalse(String message, boolean condition)(Code)(Java Doc) public void assertNotNull(Object object)(Code)(Java Doc) public void assertNotNull(String message, Object object)(Code)(Java Doc) public void assertNotSame(Object expected, Object actual)(Code)(Java Doc) public void assertNotSame(String message, Object expected, Object actual)(Code)(Java Doc) public void assertNull(Object object)(Code)(Java Doc) public void assertNull(String message, Object object)(Code)(Java Doc) public void assertSame(Object expected, Object actual)(Code)(Java Doc) public void assertSame(String message, Object expected, Object actual)(Code)(Java Doc) public void assertTrue(String message, boolean condition)(Code)(Java Doc) public void assertTrue(boolean condition)(Code)(Java Doc) public void declare(String testName)(Code)(Java Doc) public void fail()(Code)(Java Doc) public void fail(String message)(Code)(Java Doc) protected SecurityToken getSecurityToken()(Code)(Java Doc) protected boolean getVerbose()(Code)(Java Doc) public void info(String s)(Code)(Java Doc) abstract public void runTests() throws Throwable(Code)(Java Doc)
|
|
|