Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions exercises/clock/src/test/java/ClockAddTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

import static org.junit.Assert.assertEquals;

/*
* version: 1.0.1
*/
public class ClockAddTest {

@Ignore("Remove to run test")
Expand Down
3 changes: 3 additions & 0 deletions exercises/clock/src/test/java/ClockCreationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

import static org.junit.Assert.assertEquals;

/*
* version: 1.0.1
*/
public class ClockCreationTest {

@Test
Expand Down
3 changes: 3 additions & 0 deletions exercises/clock/src/test/java/ClockEqualTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;

/*
* version: 1.0.1
*/
public class ClockEqualTest {

@Ignore("Remove to run test")
Expand Down