| java.lang.Object com.sun.midp.i3test.TestCase com.sun.midp.links.TestLinkPortal
TestLinkPortal | public class TestLinkPortal extends TestCase (Code) | | Tests for the LinkPortal class.
|
Inner Class :class Getter extends Thread | |
Method Summary | |
public void | runTests() Runs all tests. | void | testActual() Tests setting and getting of actual data. | void | testBlockedGet() Tests blocking getLinks(), followed by setLinks(). | void | testClosed() Tests setting a closed link. | void | testIsolateState() Tests whether setLinks does proper checking on the isolate's state. | void | testNulls() Tests passing null for arguments. | void | testReplace() Tests replacement of a link array and proper cleanup. | void | testZero() Tests zero-length setting and getting operations. |
testActual | void testActual()(Code) | | Tests setting and getting of actual data.
|
testBlockedGet | void testBlockedGet()(Code) | | Tests blocking getLinks(), followed by setLinks().
|
testClosed | void testClosed()(Code) | | Tests setting a closed link.
|
testIsolateState | void testIsolateState() throws IsolateStartupException(Code) | | Tests whether setLinks does proper checking on the isolate's state.
|
testNulls | void testNulls()(Code) | | Tests passing null for arguments.
|
testReplace | void testReplace()(Code) | | Tests replacement of a link array and proper cleanup.
|
testZero | void testZero()(Code) | | Tests zero-length setting and getting operations.
|
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)
|
|
|