From 7f6961a9de7d4b42e07b3f1fbd71e3bfb2200f9a Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 14:42:08 +0400 Subject: Add junit, setup test folders, add test/data/function.kt for initial model building without dependencies. --- .idea/libraries/junit_junit_4_11.xml | 15 +++++++++++++++ dokka.iml | 2 ++ lib/hamcrest-core-1.3.jar | Bin 0 -> 45024 bytes lib/junit-4.11-javadoc.jar | Bin 0 -> 379344 bytes lib/junit-4.11-sources.jar | Bin 0 -> 151329 bytes lib/junit-4.11.jar | Bin 0 -> 245039 bytes test/data/function.kt | 2 ++ 7 files changed, 19 insertions(+) create mode 100644 .idea/libraries/junit_junit_4_11.xml create mode 100644 lib/hamcrest-core-1.3.jar create mode 100644 lib/junit-4.11-javadoc.jar create mode 100644 lib/junit-4.11-sources.jar create mode 100644 lib/junit-4.11.jar create mode 100644 test/data/function.kt diff --git a/.idea/libraries/junit_junit_4_11.xml b/.idea/libraries/junit_junit_4_11.xml new file mode 100644 index 00000000..fae06116 --- /dev/null +++ b/.idea/libraries/junit_junit_4_11.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dokka.iml b/dokka.iml index 2fe62815..91a990ac 100644 --- a/dokka.iml +++ b/dokka.iml @@ -4,11 +4,13 @@ + + diff --git a/lib/hamcrest-core-1.3.jar b/lib/hamcrest-core-1.3.jar new file mode 100644 index 00000000..9d5fe16e Binary files /dev/null and b/lib/hamcrest-core-1.3.jar differ diff --git a/lib/junit-4.11-javadoc.jar b/lib/junit-4.11-javadoc.jar new file mode 100644 index 00000000..6986173c Binary files /dev/null and b/lib/junit-4.11-javadoc.jar differ diff --git a/lib/junit-4.11-sources.jar b/lib/junit-4.11-sources.jar new file mode 100644 index 00000000..bab4cddb Binary files /dev/null and b/lib/junit-4.11-sources.jar differ diff --git a/lib/junit-4.11.jar b/lib/junit-4.11.jar new file mode 100644 index 00000000..aaf74448 Binary files /dev/null and b/lib/junit-4.11.jar differ diff --git a/test/data/function.kt b/test/data/function.kt new file mode 100644 index 00000000..facbf677 --- /dev/null +++ b/test/data/function.kt @@ -0,0 +1,2 @@ + +fun fn() {} \ No newline at end of file -- cgit