|
|
@@ -15,7 +15,7 @@ public class PrimeFactorsTest {
|
|
15
|
15
|
private double input;
|
|
16
|
16
|
private List<Integer> expectedOutput;
|
|
17
|
17
|
|
|
18
|
|
- @Parameters
|
|
|
18
|
+ @Parameters(name="Prime factors of {0} = {1}")
|
|
19
|
19
|
public static Collection<Object[]> data() {
|
|
20
|
20
|
return Arrays.asList(new Object[][]{
|
|
21
|
21
|
{1, Arrays.asList(new Integer[0])},
|