|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTestAgent
org.eclipse.soda.dk.gpio.profile.test.agent.GpioProfileTestAgent
public class GpioProfileTestAgent
| Field Summary | |
|---|---|
static int |
CHECK_ALL_OUTPUTS_OFF
Define the turn input last off (int) constant. |
static int |
CHECK_ALL_OUTPUTS_ON
Define the turn input last off (int) constant. |
static int |
CHECK_FIRST_OUTPUT_OFF
Define the turn input last off (int) constant. |
static int |
CHECK_FIRST_OUTPUT_ON
Define the turn input last off (int) constant. |
static int |
CHECK_LAST_OUTPUT_OFF
Define the turn input last off (int) constant. |
static int |
CHECK_LAST_OUTPUT_ON
Define the turn input last off (int) constant. |
static java.lang.String |
CLASS_NAME
Defines the class name. |
static java.util.ResourceBundle |
DefaultResourceBundle
Define the default resource bundle (ResourceBundle) field. |
static java.lang.String |
DESCRIPTION
Description of the test. |
static int |
DISCONNECT_READER
Define the disconnect reader (int) constant. |
static int |
RECONNECT_READER
Define the reconnect reader (int) constant. |
static int |
TURN_INPUT_ALL_OFF
Define the turn input all off (int) constant. |
static int |
TURN_INPUT_ALL_ON
Define the turn input all on (int) constant. |
static int |
TURN_INPUT_FIRST_OFF
Define the turn input first off (int) constant. |
static int |
TURN_INPUT_FIRST_ON
Define the turn input first on (int) constant. |
static int |
TURN_INPUT_LAST_OFF
Define the turn input last off (int) constant. |
static int |
TURN_INPUT_LAST_ON
Define the turn input last on (int) constant. |
| Fields inherited from interface org.eclipse.soda.dk.gpio.profile.test.agent.service.GpioProfileTestAgentService |
|---|
EXPECTED_INPUT_COUNT_PROPERTY, EXPECTED_OUTPUT_COUNT_PROPERTY, FACTORY_SERVICE_NAME, MANAGED_SERVICE_NAME, SERVICE_NAME |
| Constructor Summary | |
|---|---|
GpioProfileTestAgent()
Constructs a new instance of the GpioProfileTestAgent class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description (String) value. |
java.lang.Class |
loadTestClass()
Load test class and return the Class result. |
static void |
main(java.lang.String[] args)
Main method to run tests in a standalone mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_NAME
public static final java.lang.String DESCRIPTION
public static final int DISCONNECT_READER
public static final int RECONNECT_READER
public static final int TURN_INPUT_ALL_ON
public static final int TURN_INPUT_ALL_OFF
public static final int TURN_INPUT_FIRST_ON
public static final int TURN_INPUT_FIRST_OFF
public static final int TURN_INPUT_LAST_ON
public static final int TURN_INPUT_LAST_OFF
public static final int CHECK_ALL_OUTPUTS_ON
public static final int CHECK_ALL_OUTPUTS_OFF
public static final int CHECK_FIRST_OUTPUT_ON
public static final int CHECK_FIRST_OUTPUT_OFF
public static final int CHECK_LAST_OUTPUT_ON
public static final int CHECK_LAST_OUTPUT_OFF
public static java.util.ResourceBundle DefaultResourceBundle
| Constructor Detail |
|---|
public GpioProfileTestAgent()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - The args (String[]) parameter.GpioProfileTestAgentpublic java.lang.String getDescription()
String) value.public java.lang.Class loadTestClass()
Class) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||