فهرست منبع

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()
+}