干掉junit测试包

This commit is contained in:
clunt 2022-03-14 13:55:22 +08:00
parent a3f2db85cd
commit bd22152ef4
3 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,12 @@
package com.ghy.goods; package com.ghy.goods;
import org.junit.jupiter.api.Test; //import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest; //import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest //@SpringBootTest
class GoodsApplicationTests { class GoodsApplicationTests {
@Test // @Test
void contextLoads() { void contextLoads() {
} }

View File

@ -1,12 +1,12 @@
package com.ghy.order; package com.ghy.order;
import org.junit.jupiter.api.Test; //import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest; //import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest //@SpringBootTest
class GhyOrderApplicationTests { class GhyOrderApplicationTests {
@Test // @Test
void contextLoads() { void contextLoads() {
} }

View File

@ -1,12 +1,12 @@
package com.ghy.payment; package com.ghy.payment;
import org.junit.jupiter.api.Test; //import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest; //import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest //@SpringBootTest
class PaymentApplicationTests { class PaymentApplicationTests {
@Test // @Test
void contextLoads() { void contextLoads() {
} }