move JoinLinesTest to java-tests

This commit is contained in:
Dmitry Jemerov
2015-02-12 12:35:05 +01:00
parent bf1af9137e
commit 831087097d
53 changed files with 521 additions and 0 deletions
@@ -0,0 +1,7 @@
public class BrokenAlignment {
public BrokenAlignment(String errorMessage) {
<caret>if (StringUtils
.contains(errorMessage, "'UK_ACCOUNT_USERNAME'")
}
}