Procházet zdrojové kódy

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 před 11 roky
rodič
revize
ae9b0ffef4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      prime-factors/build.gradle

+ 1
- 1
prime-factors/build.gradle Zobrazit soubor

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