Class and package refactoring with unit tests.

This commit is contained in:
Winston Li
2014-11-02 18:41:18 +00:00
parent c2fea2ee06
commit 2d8580f02b
22 changed files with 815 additions and 202 deletions
@@ -1,7 +1,15 @@
package uk.ac.ic.test;
import org.junit.Test;
/**
* Created by Winston on 02/11/14.
*/
public class MainTests {
@Test
public void nothingToTest() {
}
}
@@ -1,7 +0,0 @@
package uk.ac.ic.test;
/**
* Created by Winston on 02/11/14.
*/
public class WGBServerTests {
}
@@ -0,0 +1,15 @@
package uk.ac.ic.test.application;
import org.junit.Test;
/**
* Created by Winston on 02/11/14.
*/
public class WLGitBridgeApplicationTests {
@Test
public void nothingToTest() {
}
}
@@ -0,0 +1,15 @@
package uk.ac.ic.test.application;
import org.junit.Test;
/**
* Created by Winston on 02/11/14.
*/
public class WLGitBridgeServerTests {
@Test
public void nothingToTest() {
}
}
@@ -0,0 +1,15 @@
package uk.ac.ic.test.git;
import org.junit.Test;
/**
* Created by Winston on 02/11/14.
*/
public class WLGitServletConfigTests {
@Test
public void nothingToTest() {
}
}
@@ -0,0 +1,15 @@
package uk.ac.ic.test.git;
import org.junit.Test;
/**
* Created by Winston on 02/11/14.
*/
public class WLGitServletTests {
@Test
public void nothingToTest() {
}
}
@@ -0,0 +1,15 @@
package uk.ac.ic.test.git;
import org.junit.Test;
/**
* Created by Winston on 02/11/14.
*/
public class WLReceivePackFactoryTests {
@Test
public void nothingToTest() {
}
}
@@ -0,0 +1,15 @@
package uk.ac.ic.test.git;
import org.junit.Test;
/**
* Created by Winston on 02/11/14.
*/
public class WLRepositoryResolverTests {
@Test
public void nothingToTest() {
}
}
@@ -0,0 +1,15 @@
package uk.ac.ic.test.git;
import org.junit.Test;
/**
* Created by Winston on 02/11/14.
*/
public class WLUploadPackTests {
@Test
public void nothingToTest() {
}
}