org.eclipse.soda.dk.epcglobal.llrp.gpio.profile.test
Class EpcglobalLlrpGpioProfileTest
java.lang.Object
ProfileTest
org.eclipse.soda.dk.epcglobal.llrp.gpio.profile.test.EpcglobalLlrpGpioProfileTest
- All Implemented Interfaces:
- java.lang.Runnable, EpcglobalLlrpGpioProfileTestService
public class EpcglobalLlrpGpioProfileTest
- extends ProfileTest
- implements EpcglobalLlrpGpioProfileTestService, java.lang.Runnable
EPCglobal Low Level Reader Protocol (LLRP) GPIO Profile Test. The EpcglobalLlrpGpioProfileTest class implements a set of profiletest tests.
The list of exported services:
- Since:
- 1.0
- Version:
- 1.2.0
- See Also:
See the following specification(s) for more details:
| Title: |
EPCglobal Low Level Reader Protocol (LLRP) |
| Version: |
1.0.1 |
| Date: |
August 13, 2007 |
| Vendor: |
EPCglobal |
| Comment: |
Ratified |
| Title: |
EPCglobal Low Level Reader Protocol (LLRP) |
| Version: |
1.0.1 |
| Date: |
August 13, 2007 |
| Vendor: |
EPCglobal |
| Comment: |
Ratified |
| Title: |
LLRP Specification |
| Version: |
1.0.1 |
| Vendor: |
EPC |
| Title: |
LLRP Specification |
| Version: |
1.0.1 |
| Vendor: |
EPC |
|
Field Summary |
static java.lang.String |
CLASS_NAME
Defines the full class name. |
|
Method Summary |
ProfileService |
getDefaultProfile()
Gets the default AdapterService to be tested. |
static void |
main(java.lang.String[] arguments)
Main method to run tests in a stand alone mode. |
void |
setup()
Sets user-defined variables to use in the test. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Runnable |
run |
CLASS_NAME
public static final java.lang.String CLASS_NAME
- Defines the full class name.
- See Also:
- Constant Field Values
EpcglobalLlrpGpioProfileTest
public EpcglobalLlrpGpioProfileTest()
- Constructs a new instance of the EpcglobalLlrpGpioProfileTest class.
main
public static void main(java.lang.String[] arguments)
- Main method to run tests in a stand alone mode.
- Parameters:
arguments - The arguments (String[]) parameter.- See Also:
EpcglobalLlrpGpioProfile
getDefaultProfile
public ProfileService getDefaultProfile()
throws java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
- Gets the default AdapterService to be tested.
- Returns:
- ProfileService The Profile to be tested.
- Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException- See Also:
org.eclipse.soda.dk.profile.test.ProfileTest#getDefaultProfile()
setup
public void setup()
- Sets user-defined variables to use in the test.
- See Also:
org.eclipse.soda.dk.profile.test.ProfileTest#setup()
Copyright (c) 2009 IBM. See license in Legal section.