Skip to content

Commit a47563a

Browse files
committed
work: Unit Tests and Integration Tests
1 parent 4e8a1c2 commit a47563a

33 files changed

+62
-51
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist;
2+
3+
public class ControllerIntegrationTestSuite {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist;
2+
3+
public class EntitiesUnitTestSuite {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist.domain;
2+
3+
public class ApplicationErrorControllerIT {
4+
}

src/test/java/org/woehlke/java/simpleworklist/domain/ApplicationErrorControllerTest.java

Lines changed: 0 additions & 4 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package org.woehlke.java.simpleworklist.domain;
22

3-
public class PagesControllerTest {
3+
public class ContextControllerIT {
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package org.woehlke.java.simpleworklist.domain;
22

3-
public class TaskControllerTest {
3+
public class PagesControllerIT {
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package org.woehlke.java.simpleworklist.domain;
22

3-
public class SearchControllerTest {
3+
public class ProjectControllerIT {
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package org.woehlke.java.simpleworklist.domain;
22

3-
public class ContextControllerTest {
3+
public class ProjectIdControllerIT {
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package org.woehlke.java.simpleworklist.domain;
22

3-
public class ProjectControllerTest {
3+
public class SearchControllerIT {
44
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist.domain;
2+
3+
public class TaskControllerIT {
4+
}

0 commit comments

Comments
 (0)