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