Class Testcase
java.lang.Object
org.apache.plc4x.test.driver.internal.Testcase
- All Implemented Interfaces:
LocationAware
-
Constructor Summary
ConstructorsConstructorDescriptionTestcase(DriverTestsuite driverTestsuite, String name, String description, List<TestStep> steps, Synchronizer synchronizer) -
Method Summary
Modifier and TypeMethodDescriptionAn optional pointer of test location within source file.getName()getSteps()voidrun()voidsetLocation(Location location)
-
Constructor Details
-
Testcase
public Testcase(DriverTestsuite driverTestsuite, String name, String description, List<TestStep> steps, Synchronizer synchronizer)
-
-
Method Details
-
getName
-
getDescription
-
getSteps
-
setLocation
-
getTestCaseLabel
-
getLocation
Description copied from interface:LocationAwareAn optional pointer of test location within source file.- Specified by:
getLocationin interfaceLocationAware- Returns:
- Location of element.
-
run
- Throws:
DriverTestsuiteException
-