DATACMNS-1483 - Polishing.

Statically import Assertions to align assertThat(…) calls with Java code. Use placeholder for MockK version.

Original pull request: #338.
This commit is contained in:
Mark Paluch
2019-02-20 11:20:07 +01:00
parent ccb9e987e8
commit f65fd511ac
5 changed files with 44 additions and 41 deletions

View File

@@ -266,7 +266,7 @@
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<version>1.9.1</version>
<version>${mockk}</version>
<scope>test</scope>
</dependency>