gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/02: test skeleton


From: gnunet
Subject: [libeufin] 01/02: test skeleton
Date: Wed, 08 Apr 2020 19:33:46 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

commit 9e55ab8af0c945123746d4dd17ace0bee56f89b5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 8 18:59:08 2020 +0200

    test skeleton
---
 nexus/src/test/kotlin/XPathTest.kt |  2 --
 nexus/src/test/kotlin/taler.kt     | 17 +++++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/nexus/src/test/kotlin/XPathTest.kt 
b/nexus/src/test/kotlin/XPathTest.kt
index 388fb6d..f381175 100644
--- a/nexus/src/test/kotlin/XPathTest.kt
+++ b/nexus/src/test/kotlin/XPathTest.kt
@@ -2,10 +2,8 @@ package tech.libeufin.nexus
 
 import org.junit.Test
 import org.w3c.dom.Document
-import org.w3c.dom.Node
 import tech.libeufin.util.XMLUtil
 
-
 class XPathTest {
 
     @Test
diff --git a/nexus/src/test/kotlin/taler.kt b/nexus/src/test/kotlin/taler.kt
new file mode 100644
index 0000000..a71e6e3
--- /dev/null
+++ b/nexus/src/test/kotlin/taler.kt
@@ -0,0 +1,17 @@
+package tech.libeufin.nexus
+
+import io.ktor.routing.RootRouteSelector
+import io.ktor.routing.Route
+import io.ktor.routing.RouteSelector
+import io.ktor.routing.RouteSelectorEvaluation
+import io.ktor.util.InternalAPI
+import org.junit.Test
+import tech.libeufin.nexus.Taler
+
+class TalerTest {
+    @InternalAPI
+    @Test
+    fun paytoParserTest() {
+        val taler = Taler(Route(null, RootRouteSelector("unused")))
+    }
+}
\ 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]