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

fix: client test目录异常

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