Fix kotlin pom.xml

This commit is contained in:
pivovarit
2017-01-29 15:29:55 +01:00
parent 68281fa705
commit 19afd94177
2 changed files with 46 additions and 23 deletions
@@ -6,12 +6,13 @@ import kotlin.test.assertEquals
class KotlinScalaInteroperabilityTest {
@Test
fun givenLowercaseString_whenExecuteMethodFromJavaStringUtils_shouldReturnStringUppercase() {
//given
val name = "tom"
//when
//whene
val res = StringUtils.toUpperCase(name)
//then