summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java
diff options
context:
space:
mode:
authorManuel Bentele2021-02-05 09:17:43 +0100
committerManuel Bentele2021-02-05 09:17:43 +0100
commit150b2366f88788b1415e6c43f33043ef4df908cb (patch)
tree7cd32e49bb3719332eb23287efc8e78f077a528b /core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java
parent[libvirt] Fix installation of package files (diff)
downloadmltk-150b2366f88788b1415e6c43f33043ef4df908cb.tar.gz
mltk-150b2366f88788b1415e6c43f33043ef4df908cb.tar.xz
mltk-150b2366f88788b1415e6c43f33043ef4df908cb.zip
[qemu] Add empty Maven project for 'qemu' runvirt plugin
Diffstat (limited to 'core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java')
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java b/core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java
new file mode 100644
index 00000000..90b658cd
--- /dev/null
+++ b/core/modules/qemu/runvirt-plugin-qemu/src/test/java/org/openslx/runvirt/plugin/qemu/AppTest.java
@@ -0,0 +1,20 @@
+package org.openslx.runvirt.plugin.qemu;
+
+import static org.junit.jupiter.api.Assertions.assertTrue;
+
+import org.junit.jupiter.api.Test;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest
+{
+ /**
+ * Rigorous Test :-)
+ */
+ @Test
+ public void shouldAnswerWithTrue()
+ {
+ assertTrue( true );
+ }
+}