From bd22152ef462460e126f3e7aaf64f3f3cbb5ae40 Mon Sep 17 00:00:00 2001 From: clunt Date: Mon, 14 Mar 2022 13:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B2=E6=8E=89junit=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test/java/com/ghy/goods/GoodsApplicationTests.java | 8 ++++---- .../test/java/com/ghy/order/GhyOrderApplicationTests.java | 8 ++++---- .../java/com/ghy/payment/PaymentApplicationTests.java | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ghy-goods/src/test/java/com/ghy/goods/GoodsApplicationTests.java b/ghy-goods/src/test/java/com/ghy/goods/GoodsApplicationTests.java index f2ee3e43..f1dbd41d 100644 --- a/ghy-goods/src/test/java/com/ghy/goods/GoodsApplicationTests.java +++ b/ghy-goods/src/test/java/com/ghy/goods/GoodsApplicationTests.java @@ -1,12 +1,12 @@ package com.ghy.goods; -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; +//import org.junit.jupiter.api.Test; +//import org.springframework.boot.test.context.SpringBootTest; -@SpringBootTest +//@SpringBootTest class GoodsApplicationTests { - @Test +// @Test void contextLoads() { } diff --git a/ghy-order/src/test/java/com/ghy/order/GhyOrderApplicationTests.java b/ghy-order/src/test/java/com/ghy/order/GhyOrderApplicationTests.java index 5971adc4..47b08325 100644 --- a/ghy-order/src/test/java/com/ghy/order/GhyOrderApplicationTests.java +++ b/ghy-order/src/test/java/com/ghy/order/GhyOrderApplicationTests.java @@ -1,12 +1,12 @@ package com.ghy.order; -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; +//import org.junit.jupiter.api.Test; +//import org.springframework.boot.test.context.SpringBootTest; -@SpringBootTest +//@SpringBootTest class GhyOrderApplicationTests { - @Test +// @Test void contextLoads() { } diff --git a/ghy-payment/src/test/java/com/ghy/payment/PaymentApplicationTests.java b/ghy-payment/src/test/java/com/ghy/payment/PaymentApplicationTests.java index 224b9d27..60f56cd4 100644 --- a/ghy-payment/src/test/java/com/ghy/payment/PaymentApplicationTests.java +++ b/ghy-payment/src/test/java/com/ghy/payment/PaymentApplicationTests.java @@ -1,12 +1,12 @@ package com.ghy.payment; -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; +//import org.junit.jupiter.api.Test; +//import org.springframework.boot.test.context.SpringBootTest; -@SpringBootTest +//@SpringBootTest class PaymentApplicationTests { - @Test +// @Test void contextLoads() { }