Junit 坑java.lang.Exception: No tests found matching [{ExactMatcher:fDisplayName=findByname(java.la
@Test
public void findHerb(String name) {
String xmlPath="applicationContext.xml";
ApplicationContext applicationContext=new ClassPathXmlApplicationContext(xmlPath);
HerbService herbService=ap...
原创
2018-12-04 15:07:44 ·
561 阅读 ·
0 评论