mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-12 11:01:56 +00: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 {
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|