//@RunWith(SpringRunner.class) //@SpringBootTest public class Demo2ApplicationTests { @Test public void contextLoads() { System.out.println("test,test"); } @Test public void testHelloworld(){ System.out.println("test hello world"); } }
//@RunWith(SpringRunner.class) //@SpringBootTest public class Demo2ApplicationTests { @Test public void contextLoads() { System.out.println("test,test"); } @Test public void testHelloworld(){ System.out.println("test hello world"); } }
转载于:https://www.cnblogs.com/jhuangsjtu/p/8689944.html