8.1K Star 23.7K Fork 10K

张恕征 / zheng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AppTest.java 655 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
package com.zheng.wechat.mp.service;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( String testName )
{
super( testName );
}
/**
* @return the suite of tests being tested
*/
public static Test suite()
{
return new TestSuite( AppTest.class );
}
/**
* Rigourous Test :-)
*/
public void testApp()
{
assertTrue( true );
}
}
Java
1
https://gitee.com/shuzheng/zheng.git
git@gitee.com:shuzheng/zheng.git
shuzheng
zheng
zheng
master

搜索帮助

14c37bed 8189591 565d56ea 8189591