소스 검색

Merge pull request #608 from exercism/clock-version

clock: tag test files with current version
FridaTveit 9 년 전
부모
커밋
f831e02f27

+ 3
- 0
exercises/clock/src/test/java/ClockAddTest.java 파일 보기

3
 
3
 
4
 import static org.junit.Assert.assertEquals;
4
 import static org.junit.Assert.assertEquals;
5
 
5
 
6
+/*
7
+ * version: 1.0.1
8
+ */
6
 public class ClockAddTest {
9
 public class ClockAddTest {
7
 
10
 
8
     @Ignore("Remove to run test")
11
     @Ignore("Remove to run test")

+ 3
- 0
exercises/clock/src/test/java/ClockCreationTest.java 파일 보기

3
 
3
 
4
 import static org.junit.Assert.assertEquals;
4
 import static org.junit.Assert.assertEquals;
5
 
5
 
6
+/*
7
+ * version: 1.0.1
8
+ */
6
 public class ClockCreationTest {
9
 public class ClockCreationTest {
7
 
10
 
8
     @Test
11
     @Test

+ 3
- 0
exercises/clock/src/test/java/ClockEqualTest.java 파일 보기

4
 import static org.junit.Assert.assertNotEquals;
4
 import static org.junit.Assert.assertNotEquals;
5
 import static org.junit.Assert.assertEquals;
5
 import static org.junit.Assert.assertEquals;
6
 
6
 
7
+/*
8
+ * version: 1.0.1
9
+ */
7
 public class ClockEqualTest {
10
 public class ClockEqualTest {
8
 
11
 
9
     @Ignore("Remove to run test")
12
     @Ignore("Remove to run test")