From bcd9ae221522fa779ea1fd1ff1ab5b561ca0895f Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Thu, 24 Nov 2016 03:35:01 +0700 Subject: simple spring controller's tests --- juick-spring-www/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'juick-spring-www/build.gradle') diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle index 9ba9bebf..2b3c27f4 100644 --- a/juick-spring-www/build.gradle +++ b/juick-spring-www/build.gradle @@ -35,8 +35,9 @@ dependencies { compile "org.springframework.security:spring-security-web:${springSecurityVersion}" compile "org.springframework.security:spring-security-config:${springSecurityVersion}" - testCompile 'junit:junit:4.12' + testCompile "junit:junit:4.12" testCompile "org.mockito:mockito-core:1.+" + testCompile "org.springframework:spring-test:${springFrameworkVersion}" testRuntime "org.thymeleaf:thymeleaf-testing:3.0.1.RELEASE" -- cgit v1.2.3