mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 22:50:46 +02:00
31 lines
435 B
Java
31 lines
435 B
Java
package uk.ac.ic.wlgitbridge.application;
|
|
|
|
import org.junit.Test;
|
|
|
|
/**
|
|
* Created by Winston on 02/11/14.
|
|
*/
|
|
public class WLGitBridgeApplicationTests {
|
|
|
|
@Test
|
|
public void diesIfLessThanTwoArguments() {
|
|
|
|
}
|
|
|
|
@Test
|
|
public void diesIfFirstArgumentIsInvalidNumber() {
|
|
|
|
}
|
|
|
|
@Test
|
|
public void setsPortToFirstArgument() {
|
|
|
|
}
|
|
|
|
@Test
|
|
public void setsRootGitDirectoryPathToSecondArgument() {
|
|
|
|
}
|
|
|
|
}
|