gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libeufin] branch master updated: test skeleton


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: test skeleton
Date: Mon, 07 Oct 2019 16:54:17 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new a7f51ef  test skeleton
a7f51ef is described below

commit a7f51ef785d155b1416e9b99088b163ee14c857c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 7 16:54:09 2019 +0200

    test skeleton
---
 build.gradle               |  4 ++++
 src/test/kotlin/XmlTest.kt | 12 ++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/build.gradle b/build.gradle
index 41a1a57..06b813f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,3 +53,7 @@ jar {
         configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
     }
 }
+
+test {
+    useJUnit()
+}
diff --git a/src/test/kotlin/XmlTest.kt b/src/test/kotlin/XmlTest.kt
new file mode 100644
index 0000000..2b6fe54
--- /dev/null
+++ b/src/test/kotlin/XmlTest.kt
@@ -0,0 +1,12 @@
+package tech.libeufin
+
+import org.junit.Assert
+import org.junit.Test
+import org.junit.Assert.*
+
+class XmlTest {
+    @Test
+    fun iniValidation(){
+        assert(false)
+    }
+}
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]