mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 17:32:16 -05:00
17 lines
260 B
Java
17 lines
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 {
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|