Files
Verso/services/git-bridge/test/uk/ac/ic/wlgitbridge/util/UtilTest.java
T
2014-12-04 21:08:53 +00:00

26 lines
373 B
Java

package uk.ac.ic.wlgitbridge.util;
import org.junit.Test;
public class UtilTest {
@Test
public void testEntries() throws Exception {
}
@Test
public void testBooleanToInt() throws Exception {
}
@Test
public void testIntToBoolean() throws Exception {
}
@Test
public void testRemoveAllSuffixes() throws Exception {
}
}