干掉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;
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() {
}

View File

@ -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() {
}

View File

@ -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() {
}