|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.xmlBlaster.test.persistence.TestPersistence2
This client tests the persistence driver, the $lt;persistent> flag.
Invoke examples:
java junit.textui.TestRunner org.xmlBlaster.test.persistence.TestPersistence2
java junit.swingui.TestRunner -noloading org.xmlBlaster.test.persistence.TestPersistence2
| Field Summary | |
private Global |
glob
|
private static java.util.logging.Logger |
log
|
private static java.lang.String |
ME
|
private java.lang.String |
publishOid
|
private I_XmlBlasterAccess |
senderConnection
|
private java.lang.String |
senderContent
|
private java.lang.String |
senderName
|
private java.lang.String |
senderPasswd
|
private int |
serverPort
|
private EmbeddedXmlBlaster |
serverThread
|
private MsgInterceptor |
updateInterceptor
|
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
TestPersistence2(Global glob,
java.lang.String testName)
Constructs the TestPersistence2 object. |
|
| Method Summary | |
(package private) void |
checkContent(boolean checkContent)
Deprecated. FileDriver is deprecated |
private void |
doLogin()
|
static void |
main(java.lang.String[] args)
Deprecated. Use the TestRunner from the testsuite to run it: java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.persistence.TestPersistence2 |
void |
RestartTestServer()
a dirty hack to restart the Test Server between send and checkcontent. |
void |
sendPersistent()
Publish a persistent message. |
protected void |
setUp()
Sets up the fixture. |
static junit.framework.Test |
suite()
Method is used by TestRunner to load these tests |
protected void |
tearDown()
Tears down the fixture. |
void |
testPersistent()
TEST: Publish a persistent message. |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
private static final java.lang.String ME
private final Global glob
private static java.util.logging.Logger log
private final java.lang.String senderName
private final java.lang.String senderPasswd
private java.lang.String publishOid
private I_XmlBlasterAccess senderConnection
private java.lang.String senderContent
private EmbeddedXmlBlaster serverThread
private int serverPort
private MsgInterceptor updateInterceptor
| Constructor Detail |
public TestPersistence2(Global glob,
java.lang.String testName)
testName - The name used in the test suite| Method Detail |
protected void setUp()
private void doLogin()
protected void tearDown()
public void sendPersistent()
public void testPersistent()
public void RestartTestServer()
void checkContent(boolean checkContent)
public static junit.framework.Test suite()
public static void main(java.lang.String[] args)
java -Djava.compiler= junit.textui.TestRunner org.xmlBlaster.test.persistence.TestPersistence2
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||