|
|||||||||
| Home >> All >> proxy >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
proxy.protocol
Class SerializeTest

java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
proxy.protocol.SerializeTest
- All Implemented Interfaces:
- mobile.bearer.http.Protocol, junit.framework.Test
- public class SerializeTest
- extends junit.framework.TestCase
- implements mobile.bearer.http.Protocol
- extends junit.framework.TestCase
Description: Tests serialization of requests in mobile.protocol and their construction i proxy.protocol
| Field Summary | |
(package private) mobile.protocol.Request |
mR
|
(package private) Request |
pR
|
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
SerializeTest()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
The main method for this test. |
protected void |
setUp()
Sets up the fixture, for example, open a network connection. |
static junit.framework.Test |
suite()
Builds a new test suite for this test. |
void |
testCreateQC()
A serialization tests of a Connection creation. |
void |
testCreateQSES()
A serialization tests of a Session creation. |
void |
testCreateQSES2()
A serialization tests of a Session creation. |
void |
testCreateQueueSen()
A serialization tests of a Producer creation. |
void |
testCreateTC()
A serialization tests of a Connection creation. |
void |
testCreateTopicRec()
A serialization tests of a Producer creation. |
void |
testCreateTSES()
A serialization tests of a Session creation. |
void |
testLookupQ()
A serialization tests of a Request with the LOOKUP code |
void |
testLookupQCF()
A serialization tests of a Request with the LOOKUP code |
void |
testLookupT()
A serialization tests of a Request with the LOOKUP code |
void |
testLookupTCF()
A serialization tests of a Request with the LOOKUP code |
void |
testReceiveMessageQ()
A serialization tests of Message receipt. |
void |
testReceiveMessageT()
|
void |
testSendBytesMessage()
A serialization tests of Message sending. |
void |
testSendNullBytesMessage()
|
void |
testSendNullTextMessage()
A serialization tests of Message sending. |
void |
testSendTextMessage()
A serialization tests of Message sending. |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
pR
Request pR
mR
mobile.protocol.Request mR
| Constructor Detail |
SerializeTest
public SerializeTest()
| Method Detail |
main
public static void main(java.lang.String[] args)
- The main method for this test.
setUp
protected void setUp()
- Description copied from class:
junit.framework.TestCase - Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
suite
public static junit.framework.Test suite()
- Builds a new test suite for this test.
testLookupQCF
public void testLookupQCF()
- A serialization tests of a Request with the LOOKUP code
testLookupTCF
public void testLookupTCF()
- A serialization tests of a Request with the LOOKUP code
testLookupQ
public void testLookupQ()
- A serialization tests of a Request with the LOOKUP code
testLookupT
public void testLookupT()
- A serialization tests of a Request with the LOOKUP code
testCreateQC
public void testCreateQC()
- A serialization tests of a Connection creation.
testCreateTC
public void testCreateTC()
- A serialization tests of a Connection creation.
testCreateQSES
public void testCreateQSES()
- A serialization tests of a Session creation.
testCreateQSES2
public void testCreateQSES2()
- A serialization tests of a Session creation.
testCreateTSES
public void testCreateTSES()
- A serialization tests of a Session creation.
testCreateQueueSen
public void testCreateQueueSen()
- A serialization tests of a Producer creation.
testCreateTopicRec
public void testCreateTopicRec()
- A serialization tests of a Producer creation.
testSendBytesMessage
public void testSendBytesMessage()
- A serialization tests of Message sending.
testSendTextMessage
public void testSendTextMessage()
- A serialization tests of Message sending.
testSendNullBytesMessage
public void testSendNullBytesMessage()
testSendNullTextMessage
public void testSendNullTextMessage()
- A serialization tests of Message sending.
testReceiveMessageQ
public void testReceiveMessageQ()
- A serialization tests of Message receipt.
testReceiveMessageT
public void testReceiveMessageT()
|
|||||||||
| Home >> All >> proxy >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC