公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
加入开发规范 未写完
wuxw
2019-04-22
e36232928ba5b119c1917c86c6b2b1fa422c2260
[Lianxun_Java.git]
/
CommentService
/
src
/
test
/
java
/
com
/
java110
/
AppTest.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.java110;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
//@Test
public void shouldAnswerWithTrue()
{
//assertTrue( true );
}
}