干掉junit测试包
This commit is contained in:
parent
a3f2db85cd
commit
bd22152ef4
|
|
@ -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() {
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue