| java.lang.Object com.sun.midp.i3test.TestCase javax.microedition.lcdui.TestIsShown
TestIsShown | public class TestIsShown extends TestCase (Code) | | This test is designed to verify values returned by Displayable.isShown.
According to the spec isShown should be true only Displayable is visible in
the foreground and no system screen/menu is up. This test is largely
redundant with others, but it's useful because it shows how to simulate a
keypress and to wait for the event to be processed.
|
Constructor Summary | |
public | TestIsShown() Constructs the test instance by initializing a form and populating it
with some commands. |
Method Summary | |
public void | runTests() Runs all the tests. |
TestIsShown | public TestIsShown()(Code) | | Constructs the test instance by initializing a form and populating it
with some commands.
|
runTests | public void runTests()(Code) | | Runs all the tests.
|
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)
|
|
|