codersdojo 1.2.03 → 1.2.04
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/templates/java.junit/README
CHANGED
|
@@ -10,7 +10,6 @@ Assumptions:
|
|
|
10
10
|
- junit.jar is placed in the 'lib' directory.
|
|
11
11
|
- junit.jar contains JUnit 4.
|
|
12
12
|
- The whole kata source code is in the one %Kata_file%Test.java.
|
|
13
|
-
- The kata source file is placed in the 'src' directory.
|
|
14
13
|
- The kata class file is generated into the 'bin' directory.
|
|
15
14
|
- In the source file the classes are placed in the default package.
|
|
16
15
|
- The kata source file has a main method that starts the tests.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
codersdojo start run-once.%sh%
|
|
1
|
+
codersdojo start run-once.%sh% %Kata_file%Test.java
|
|
@@ -10,7 +10,6 @@ Assumptions:
|
|
|
10
10
|
- scala-library.jar, junit.jar, scalatest.jar and org.hamcrest.core.jar are placed in the 'lib' directory.
|
|
11
11
|
- junit.jar contains JUnit 4.
|
|
12
12
|
- The whole kata source code is in the one %Kata_file%Test.scala.
|
|
13
|
-
- The kata source file is placed in the 'src' directory.
|
|
14
13
|
- The kata class file is generated into the 'bin' directory.
|
|
15
14
|
- In the source file the classes are placed in the default package.
|
|
16
15
|
- The kata source file has a main method that starts the tests.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
codersdojo start run-once.%sh%
|
|
1
|
+
codersdojo start run-once.%sh% %Kata_file%Test.scala
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
%rm% bin/%Kata_file%Test.class
|
|
2
|
-
javac -cp lib/junit.jar -d bin
|
|
2
|
+
javac -cp lib/junit.jar -d bin %Kata_file%Test.scala
|
|
3
3
|
java -cp lib/junit.jar%:%lib/scala-library.jar%:%lib/scalatest.jar%:%lib/org.hamcrest.core.jar:bin org.junit.runner.JUnitCore %Kata_file%Test
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: codersdojo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.2.04
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- CodersDojo-Team
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-03-
|
|
18
|
+
date: 2011-03-06 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|