Updated the package architecture
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
public class ProofsDriver {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package edu.msudenver.tsp.website;
|
||||
|
||||
public class ProofsDriver {
|
||||
}
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
package edu.msudenver.tsp.website;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.PropertySource;
|
||||
@@ -1,3 +0,0 @@
|
||||
public class ProofsDriverTest {
|
||||
|
||||
}
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
package edu.msudenver.tsp.website;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package edu.msudenver.tsp.website;
|
||||
|
||||
public class ProofsDriverTest {
|
||||
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package integrationTest;
|
||||
package edu.msudenver.tsp.website.integrationTest;
|
||||
|
||||
import hello.Application;
|
||||
import org.junit.Before;
|
||||
Reference in New Issue
Block a user