mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
16 lines
177 B
Java
16 lines
177 B
Java
package uk.ac.ic.wlgitbridge;
|
|
|
|
import org.junit.Test;
|
|
|
|
/**
|
|
* Created by Winston on 02/11/14.
|
|
*/
|
|
public class MainTest {
|
|
|
|
@Test
|
|
public void nothingToTest() {
|
|
|
|
}
|
|
|
|
}
|