mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 05:42:15 -05:00
12 lines
174 B
Java
12 lines
174 B
Java
|
package uk.ac.ic.wlgitbridge.application;
|
||
|
|
||
|
import org.junit.Test;
|
||
|
|
||
|
public class AttsResourceHandlerTest {
|
||
|
|
||
|
@Test
|
||
|
public void testHandle() throws Exception {
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|