Passage à AssertJ 3.8.0, raison de l'effet débloquant non comprise
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -10,7 +10,7 @@ import org.junit.runner.RunWith; | ... | @@ -10,7 +10,7 @@ import org.junit.runner.RunWith; |
10 | import org.legrog.entities.Country; | 10 | import org.legrog.entities.Country; |
11 | import org.legrog.test.MockitoExtension; | 11 | import org.legrog.test.MockitoExtension; |
12 | import org.mockito.*; | 12 | import org.mockito.*; |
13 | -import static org.assertj.core.api.Assertions.assertThat; | 13 | +import static org.assertj.core.api.Assertions.*; |
14 | 14 | ||
15 | /** | 15 | /** |
16 | * Classe testant AddCountryView | 16 | * Classe testant AddCountryView | ... | ... |
... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
34 | <junit.platform.version>1.0.0-M3</junit.platform.version> | 34 | <junit.platform.version>1.0.0-M3</junit.platform.version> |
35 | <junit.jupiter.version>5.0.0-M3</junit.jupiter.version> | 35 | <junit.jupiter.version>5.0.0-M3</junit.jupiter.version> |
36 | <mockito-core.version>2.2.16</mockito-core.version> | 36 | <mockito-core.version>2.2.16</mockito-core.version> |
37 | - <assertj-core.version>1.6.1</assertj-core.version> | 37 | + <assertj-core.version>3.8.0</assertj-core.version> |
38 | 38 | ||
39 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 39 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
40 | <maven.compiler.source>1.8</maven.compiler.source> | 40 | <maven.compiler.source>1.8</maven.compiler.source> | ... | ... |
-
Please register or login to post a comment