java测试类

Posted snowprince

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java测试类相关的知识,希望对你有一定的参考价值。

`import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = "classpath:applicationContext.xml")
public class Test {

@org.junit.Test
public void test(){
	System.out.println("我不知道!");
}

}
`






以上是关于java测试类的主要内容,如果未能解决你的问题,请参考以下文章

solr分布式索引实战分片配置读取:工具类configUtil.java,读取配置代码片段,配置实例

java 代码片段

java代码在片段活动中不起作用

java 测试片段

运行/调试你的PHP代码

使用实体框架迁移时 SQL Server 连接抛出异常 - 添加代码片段