| java.lang.Object com.sun.midp.i3test.TestCase javax.microedition.sip.TestSipAddress
TestSipAddress | public class TestSipAddress extends TestCase (Code) | | Tests for SipAddress class.
|
Method Summary | |
void | Test1() Body of the test 1. | void | Test2() Body of the test 2.
Test checks URI parts. | void | Test3() Body of the test 3. | void | Test4() Body of the test 4. | void | Test5() Body of the test 5. | void | Test6() Body of the test 6. | void | Test7() Body of the test 7. | void | Test8() Body of the test 8. | void | Test9() Body of the test 9. | public void | runTests() |
Test1 | void Test1()(Code) | | Body of the test 1.
Test constructors of SipAddress class.
|
Test2 | void Test2()(Code) | | Body of the test 2.
Test checks URI parts.
See Also: ABNF See Also: in RFC3261, p. 228 |
Test3 | void Test3()(Code) | | Body of the test 3.
Test SipAddress methods: setDisplayName()/getDisplayName().
|
Test4 | void Test4()(Code) | | Body of the test 4.
Test SipAddress methods: setScheme()/getScheme().
|
Test5 | void Test5()(Code) | | Body of the test 5.
Test SipAddress methods: setUser()/getUser().
|
Test6 | void Test6()(Code) | | Body of the test 6.
Test SipAddress methods: setURI()/getURI().
|
Test7 | void Test7()(Code) | | Body of the test 7.
Test SipAddress methods: setHost()/getHost() & setPort()/getPort().
|
Test8 | void Test8()(Code) | | Body of the test 8.
Test SipAddress methods: setParameter()/getParameter()/
removeParameter()/getParameterNames().
|
Test9 | void Test9()(Code) | | Body of the test 9.
Test SipAddress methods: toString().
|
runTests | public void runTests()(Code) | | Run 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)
|
|
|