diff --git a/checkstyle.xml b/checkstyle.xml index 9706c65..ba1e682 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -78,15 +78,19 @@ - - - + + + + + - + + + - + @@ -113,12 +117,7 @@ - - - - - - + @@ -157,7 +156,11 @@ - + + + + + @@ -183,6 +186,7 @@ - + + diff --git a/pom.xml b/pom.xml index 2676c00..e5c43e1 100644 --- a/pom.xml +++ b/pom.xml @@ -30,8 +30,8 @@ net.kemitix - kemitix-spring-parent - 1.2.1 + kemitix-parent + 0.6.1 @@ -48,13 +48,14 @@ junit junit + 4.12 test org.mockito mockito-core + 1.10.19 test - jar diff --git a/src/test/java/net/kemitix/wiser/assertions/WiserAssertionsTest.java b/src/test/java/net/kemitix/wiser/assertions/WiserAssertionsTest.java index 891f608..ce9e22c 100644 --- a/src/test/java/net/kemitix/wiser/assertions/WiserAssertionsTest.java +++ b/src/test/java/net/kemitix/wiser/assertions/WiserAssertionsTest.java @@ -209,7 +209,8 @@ public class WiserAssertionsTest { //given final String fragment = "foo"; //when - sendMimeMultipartMessage("from", "to", "subject " + fragment + " tail", "body"); + sendMimeMultipartMessage( + "from", "to", "subject " + fragment + " tail", "body"); //then getAssertions().withSubjectContains(fragment); }