Add test cases

refacor after pr review

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-07-28 14:51:50 +02:00
parent 7fa89d7d3c
commit 37eea0e16a
4 changed files with 210 additions and 18 deletions

View File

@@ -182,6 +182,9 @@ public abstract class AbstractIntegrationTest implements EnvironmentAware {
@After
public void after() {
testRepositoryManagement.clearTestRepository();
targetManagement.findAllTargetIds();
}
protected DefaultMockMvcBuilder createMvcWebAppContext() {