Merge 765-teleport-handling into jsoncache-fix

This commit is contained in:
ljacqu
2016-07-04 18:46:37 +02:00
13 changed files with 79 additions and 95 deletions
@@ -90,4 +90,10 @@ public class UtilsTest {
// then
assertThat(result, equalTo(name));
}
@Test
public void shouldHavePrivateConstructorOnly() {
// given / when / then
TestHelper.validateHasOnlyPrivateEmptyConstructor(Utils.class);
}
}