From 4992b7fb29ca6bb31de0ac313aac9f34da4a7a1b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Feb 2019 13:36:06 +0100 Subject: [PATCH] Polish "Migrate Kotlin tests to Mockk" Closes gh-15993 --- spring-boot-project/spring-boot-test/pom.xml | 10 +++++----- .../test/web/client/TestRestTemplateExtensionsTests.kt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-boot-project/spring-boot-test/pom.xml b/spring-boot-project/spring-boot-test/pom.xml index 309196e6ca..1dfad81e61 100644 --- a/spring-boot-project/spring-boot-test/pom.xml +++ b/spring-boot-project/spring-boot-test/pom.xml @@ -146,6 +146,11 @@ logback-classic test + + io.mockk + mockk + test + org.apache.tomcat.embed tomcat-embed-core @@ -187,11 +192,6 @@ spring-webmvc test - - io.mockk - mockk - test - org.testng testng diff --git a/spring-boot-project/spring-boot-test/src/test/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensionsTests.kt b/spring-boot-project/spring-boot-test/src/test/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensionsTests.kt index 8f78dfeeb6..72a030ce06 100644 --- a/spring-boot-project/spring-boot-test/src/test/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensionsTests.kt +++ b/spring-boot-project/spring-boot-test/src/test/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensionsTests.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2017 the original author or authors. + * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.