|
|
|
|
|
|
8
|
import static java.util.Collections.singletonList;
|
8
|
import static java.util.Collections.singletonList;
|
|
9
|
import static org.junit.Assert.assertEquals;
|
9
|
import static org.junit.Assert.assertEquals;
|
|
10
|
|
10
|
|
|
11
|
-public final class ChangeCalculatorTest {
|
|
|
|
|
|
11
|
+public class ChangeCalculatorTest {
|
|
12
|
|
12
|
|
|
13
|
/*
|
13
|
/*
|
|
14
|
* See https://github.com/junit-team/junit4/wiki/Rules for information on JUnit Rules in general and
|
14
|
* See https://github.com/junit-team/junit4/wiki/Rules for information on JUnit Rules in general and
|