Renamed SnapshotRepositorySource to SnapshotRepositoryBuilder and created WLBridgedProject to replace the old SnapshotRepositoryBuilder.

This commit is contained in:
Winston Li
2014-11-05 16:41:41 +00:00
parent f2c987c658
commit 27c5dc1364
10 changed files with 218 additions and 251 deletions
@@ -5,11 +5,11 @@ import org.junit.Test;
/**
* Created by Winston on 05/11/14.
*/
public class BridgedProjectTests {
public class WLBridgedProjectTests {
@Test
public void nothingToTest() {
}
}
@@ -3,7 +3,7 @@ package uk.ac.ic.wlgitbridge.test.writelatex;
import org.junit.Test;
/**
* Created by Winston on 03/11/14.
* Created by Winston on 05/11/14.
*/
public class SnapshotRepositoryBuilderTests {
@@ -1,15 +0,0 @@
package uk.ac.ic.wlgitbridge.test.writelatex;
import org.junit.Test;
/**
* Created by Winston on 05/11/14.
*/
public class SnapshotRepositorySourceTests {
@Test
public void nothingToTest() {
}
}