Class TestStep
java.lang.Object
org.apache.plc4x.test.driver.internal.TestStep
- All Implemented Interfaces:
LocationAware
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(PlcConnection plcConnection, Plc4xEmbeddedChannel embeddedChannel, ByteOrder byteOrder) An optional pointer of test location within source file.static TestStepparseTestStep(org.dom4j.Element curElement, Synchronizer synchronizer, DriverTestsuiteConfiguration driverTestsuiteConfiguration)
-
Method Details
-
parseTestStep
public static TestStep parseTestStep(org.dom4j.Element curElement, Synchronizer synchronizer, DriverTestsuiteConfiguration driverTestsuiteConfiguration) throws DriverTestsuiteException - Throws:
DriverTestsuiteException
-
getLocation
Description copied from interface:LocationAwareAn optional pointer of test location within source file.- Specified by:
getLocationin interfaceLocationAware- Returns:
- Location of element.
-
execute
public void execute(PlcConnection plcConnection, Plc4xEmbeddedChannel embeddedChannel, ByteOrder byteOrder) throws DriverTestsuiteException - Throws:
DriverTestsuiteException
-