26 lines
373 B
Java
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 {
|
|
|
|
}
|
|
} |