|
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.authentication.TestLoginLogoutEvent
This client tests for login/logout events of other clients.
IMPORTANT NOTE: Switch on the event plugins in xmlBlasterPlugins.xml for this test! There are two internal messages which hold login and logout events. You can subscribe to "__sys__Login" to be notified when a new client logs in, and to "__sys__Logout" to be notified when a client logs out. The message content contains the unique login name of this client. Tests the '__cmd:?clientList' feature as well. This client may be invoked multiple time on the same xmlBlaster server, as it cleans up everything after his tests are done. Invoke examples:
java junit.textui.TestRunner org.xmlBlaster.test.authentication.TestLoginLogoutEvent
java junit.swingui.TestRunner -noloading org.xmlBlaster.test.authentication.TestLoginLogoutEvent
| Field Summary | |
private java.lang.String |
expectedName
|
private I_XmlBlasterAccess |
firstConnection
|
private java.lang.String |
firstName
|
private Global |
glob
|
private static java.util.logging.Logger |
log
|
private java.lang.String |
passwd
|
private I_XmlBlasterAccess |
secondConnection
|
private java.lang.String |
secondName
|
private MsgInterceptor |
updateInterceptFirst
|
private MsgInterceptor |
updateInterceptSecond
|
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
TestLoginLogoutEvent(Global glob,
java.lang.String testName,
java.lang.String firstName,
java.lang.String secondName)
Constructs the TestLoginLogoutEvent object. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Invoke: java org.xmlBlaster.test.authentication.TestLoginLogoutEvent |
protected void |
setUp()
Sets up the fixture. |
void |
subscribe(java.lang.String oid)
Subscribe to login events with oid="__sys__Login" or "__sys__Logout" |
static junit.framework.Test |
suite()
Method is used by TestRunner to load these tests |
protected void |
tearDown()
Tears down the fixture. |
void |
testLoginLogout()
TEST: Test to receive a login and a logout event. |
| 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 Global glob
private static java.util.logging.Logger log
private I_XmlBlasterAccess firstConnection
private java.lang.String firstName
private I_XmlBlasterAccess secondConnection
private java.lang.String secondName
private java.lang.String expectedName
private java.lang.String passwd
private MsgInterceptor updateInterceptFirst
private MsgInterceptor updateInterceptSecond
| Constructor Detail |
public TestLoginLogoutEvent(Global glob,
java.lang.String testName,
java.lang.String firstName,
java.lang.String secondName)
testName - The name used in the test suitefirstName - The name to login to the xmlBlastersecondName - The name to login to the xmlBlaster again| Method Detail |
protected void setUp()
protected void tearDown()
public void subscribe(java.lang.String oid)
public void testLoginLogout()
public static junit.framework.Test suite()
public static void main(java.lang.String[] args)
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||