mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
14 lines
148 B
Java
14 lines
148 B
Java
import org.junit.Test;
|
|
|
|
/**
|
|
* Created by Winston on 05/12/14.
|
|
*/
|
|
public class SystemTest {
|
|
|
|
@Test
|
|
public void nothingToTest() {
|
|
|
|
}
|
|
|
|
}
|