Преглед изворни кода

reactive/webflux/authentication/username-pasword/form useJunitPlatform

Rob Winch пре 5 година
родитељ
комит
bd7c6a259a
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      reactive/webflux/authentication/username-password/form/build.gradle

+ 4 - 0
reactive/webflux/authentication/username-password/form/build.gradle

@@ -22,3 +22,7 @@ dependencies {
 	integTestImplementation 'org.seleniumhq.selenium:htmlunit-driver'
 }
 
+
+tasks.withType(Test).configureEach {
+	useJUnitPlatform()
+}