Преглед изворни кода

Upgrade to JUnit 4.12

- includes @Parameters attribute that allows you to define a template for names of tests, making the test output far easier to follow.
John S. Ryan пре 11 година
родитељ
комит
ae9b0ffef4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      prime-factors/build.gradle

+ 1
- 1
prime-factors/build.gradle Прегледај датотеку

7
 }
7
 }
8
 
8
 
9
 dependencies {
9
 dependencies {
10
-  testCompile "junit:junit:4.10"
10
+  testCompile "junit:junit:4.12"
11
 }
11
 }