You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ot...@apache.org on 2021/01/06 21:43:01 UTC

[plc4x] 07/17: test for spi request class

This is an automated email from the ASF dual-hosted git repository.

otluk pushed a commit to branch feature/plc4py
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit ac4804d8130c3b89c807bb7a6bce3fa46c5e69de
Author: ottlukas <ot...@gmail.com>
AuthorDate: Fri Mar 27 22:12:23 2020 +0100

    test for spi request class
---
 .../java/org/apache/plc4x/java/spi/request/PlcRequestTest.java     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/plc4j/spi/src/test/java/org/apache/plc4x/java/spi/request/PlcRequestTest.java b/plc4j/spi/src/test/java/org/apache/plc4x/java/spi/request/PlcRequestTest.java
new file mode 100644
index 0000000..7648c78
--- /dev/null
+++ b/plc4j/spi/src/test/java/org/apache/plc4x/java/spi/request/PlcRequestTest.java
@@ -0,0 +1,7 @@
+package org.apache.plc4x.java.spi.request;
+
+import static org.junit.jupiter.api.Assertions.*;
+
+class PlcRequestTest {
+    // Test something here
+}
\ No newline at end of file