|
2009-10-01 1.2.0 | |||||||||
| 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.eclipse.soda.dk.rfid.inventory.profile.testcases.RfidInventoryTestcaseSingle
public class RfidInventoryTestcaseSingle
| Field Summary | |
|---|---|
static java.lang.String |
EMPTY_STRING
Define the empty string (String) constant. |
protected int |
notificationCount
Define the notification count (int) field. |
protected java.lang.Object |
notificationCountObject
Define the notification count object (int) field. |
protected int |
notificationWaitCount
Define the notification wait count (int) field. |
protected boolean |
quiet
Define the quiet (boolean) field. |
static java.lang.String |
RESOURCE_BUNDLE
Define the resource bundle (String) constant. |
| Constructor Summary | |
|---|---|
RfidInventoryTestcaseSingle(java.lang.String name)
Constructs an instance of this class from the specified name parameter. |
|
| Method Summary | |
|---|---|
int |
getNotificationCount()
Gets the notification count (int) value. |
int |
getNotificationWaitCount()
Gets the notification wait count (int) value. |
boolean |
isQuiet()
Gets the quiet (boolean) value. |
static void |
main(java.lang.String[] arguments)
Main with the specified arguments parameter. |
void |
notificationReceived(java.lang.String externalKey,
java.util.Dictionary data)
Notification received with the specified external key and data parameters. |
void |
runTest01(NotificationService notificationService,
RfidInventoryProfileTester rfidInventoryProfileTester,
int count)
Run test01 with the specified notification service and RFID inventory profile tester parameters. |
void |
runTest02(NotificationService notificationService,
RfidInventoryProfileTester rfidInventoryProfileTester,
int count)
Run test01 with the specified notification service and RFID inventory profile tester parameters. |
void |
setNotificationCount(int notificationCount)
Sets the notification count value. |
void |
setNotificationWaitCount(int notificationWaitCount)
Sets the notification wait count value. |
void |
setQuiet(boolean quiet)
Sets the quiet value. |
void |
test01()
Test 01. |
int |
updateNotificationCount()
Update the notification count (int) value. |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String RESOURCE_BUNDLE
public static final java.lang.String EMPTY_STRING
protected boolean quiet
protected int notificationCount
protected int notificationWaitCount
protected final java.lang.Object notificationCountObject
| Constructor Detail |
|---|
public RfidInventoryTestcaseSingle(java.lang.String name)
name - The name (String) parameter.| Method Detail |
|---|
public static void main(java.lang.String[] arguments)
arguments - The arguments (String[]) parameter.public int getNotificationCount()
int) value.setNotificationCount(int),
updateNotificationCount()public int getNotificationWaitCount()
int) value.setNotificationWaitCount(int)public boolean isQuiet()
boolean) value.setQuiet(boolean)
public void notificationReceived(java.lang.String externalKey,
java.util.Dictionary data)
externalKey - The external key (String) parameter.data - The data (Dictionary) parameter.
public void runTest01(NotificationService notificationService,
RfidInventoryProfileTester rfidInventoryProfileTester,
int count)
notificationService - The notification service (NotificationService) parameter.rfidInventoryProfileTester - The RFID inventory profile tester (RfidInventoryProfileTester) parameter.count - The count (int) parameter.
public void runTest02(NotificationService notificationService,
RfidInventoryProfileTester rfidInventoryProfileTester,
int count)
notificationService - The notification service (NotificationService) parameter.rfidInventoryProfileTester - The RFID inventory profile tester (RfidInventoryProfileTester) parameter.count - The count (int) parameter.public void setNotificationCount(int notificationCount)
notificationCount - The notification count (int) parameter.getNotificationCount(),
updateNotificationCount()public void setNotificationWaitCount(int notificationWaitCount)
notificationWaitCount - The notification wait count (int) parameter.getNotificationWaitCount()public void setQuiet(boolean quiet)
quiet - The quiet (boolean) parameter.isQuiet()public void test01()
public int updateNotificationCount()
int) value.getNotificationCount(),
setNotificationCount(int)
|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||