Uses of Class
org.apache.plc4x.test.driver.exceptions.DriverTestsuiteException
Packages that use DriverTestsuiteException
Package
Description
-
Uses of DriverTestsuiteException in org.apache.plc4x.test.driver
Methods in org.apache.plc4x.test.driver that throw DriverTestsuiteExceptionModifier and TypeMethodDescriptionIterable<org.junit.jupiter.api.DynamicTest> DriverTestsuiteRunner.createTestSuite() -
Uses of DriverTestsuiteException in org.apache.plc4x.test.driver.internal
Methods in org.apache.plc4x.test.driver.internal that throw DriverTestsuiteExceptionModifier and TypeMethodDescriptionvoidTestStep.execute(PlcConnection plcConnection, Plc4xEmbeddedChannel embeddedChannel, ByteOrder byteOrder) ConnectionManager.getConnection(String driverName, Map<String, String> driverParameters) static TestStepTestStep.parseTestStep(org.dom4j.Element curElement, Synchronizer synchronizer, DriverTestsuiteConfiguration driverTestsuiteConfiguration) static DriverTestsuiteDriverTestsuite.parseTestsuite(URI suiteUri, InputStream testsuiteDocumentXml, boolean autoMigrate) voidTestcase.run() -
Uses of DriverTestsuiteException in org.apache.plc4x.test.driver.internal.handlers
Methods in org.apache.plc4x.test.driver.internal.handlers that throw DriverTestsuiteExceptionModifier and TypeMethodDescriptionbyte[]IncomingPlcMessageHandler.getBytesFromXml(org.dom4j.Element referenceXml, ByteOrder byteOrder) -
Uses of DriverTestsuiteException in org.apache.plc4x.test.driver.internal.utils
Methods in org.apache.plc4x.test.driver.internal.utils that throw DriverTestsuiteExceptionModifier and TypeMethodDescriptionstatic voidDelay.delay(int milliseconds) static byte[]ChannelUtil.getOutboundBytes(Plc4xEmbeddedChannel embeddedChannel) static voidDelay.shortDelay() -
Uses of DriverTestsuiteException in org.apache.plc4x.test.driver.internal.validator
Methods in org.apache.plc4x.test.driver.internal.validator that throw DriverTestsuiteExceptionModifier and TypeMethodDescriptionstatic voidApiValidator.validateApiMessage(org.dom4j.Element referenceXml, String apiMessage) -
Uses of DriverTestsuiteException in org.apache.plc4x.test.migration
Methods in org.apache.plc4x.test.migration that throw DriverTestsuiteExceptionModifier and TypeMethodDescriptionstatic MessageInput<?> MessageResolver.getMessageInput(Map<String, String> options, String name, List<String> parserArguments) Returns the messageIO class based on a configured package. convention out ofprotocolNameoutputFlavorandname.static voidMessageValidatorAndMigrator.validateOutboundMessageAndMigrate(String testCaseName, Map<String, String> options, org.dom4j.Element referenceXml, List<String> parserArguments, byte[] data, ByteOrder byteOrder, boolean autoMigrate, URI siteURI) Validates a outbound message and migrates it to the expectation if the parameterautoMigrateis set to true.static booleanMessageValidatorAndMigrator.validateOutboundMessageAndMigrate(String testCaseName, MessageInput<?> messageInput, org.dom4j.Element referenceXml, byte[] data, ByteOrder byteOrder, boolean autoMigrate, URI siteURI) Validates a outbound message and migrates it to the expectation if the parameterautoMigrateis set to true