mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 15:23:03 -05:00
17 lines
No EOL
260 B
Java
17 lines
No EOL
260 B
Java
package uk.ac.ic.wlgitbridge.application;
|
|
|
|
import org.junit.Test;
|
|
|
|
public class SnapshotPushPostbackContentsTest {
|
|
|
|
@Test
|
|
public void testFromJSON() throws Exception {
|
|
|
|
}
|
|
|
|
@Test
|
|
public void testProcessPostback() throws Exception {
|
|
|
|
}
|
|
|
|
} |