提交 50b58233 编写于 作者: minghao.wu's avatar minghao.wu

fix: client test目录异常

上级 f1cd5cad
package com.pica.cloud.online.exam.server.client; package com.pica.cloud.online.exam.analysis.client;
public class App public class App
{ {
public static void main( String[] args ) public static void main( String[] args )
{ {
} }
} }
package com.pica.cloud.online.exam.analysis; package com.pica.cloud.online.exam.analysis;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
import org.junit.Test; import org.junit.Test;
/** /**
* Unit test for simple App. * Unit test for simple App.
*/ */
public class AppTest public class AppTest
{ {
/** /**
* Rigorous Test :-) * Rigorous Test :-)
*/ */
@Test @Test
public void shouldAnswerWithTrue() public void shouldAnswerWithTrue()
{ {
assertTrue( true ); assertTrue( true );
} }
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册