Просмотр исходного кода

clock: tag test files with current version

Stuart Kent 9 лет назад
Родитель
Сommit
455bf9724a

+ 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.assertFalse;
4
 import static org.junit.Assert.assertFalse;
5
 import static org.junit.Assert.assertTrue;
5
 import static org.junit.Assert.assertTrue;
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")