(chore) Integration Testing acceptMatch functionality

This commit is contained in:
Andreas Penski (init) 2020-03-23 13:22:38 +01:00
parent 65ed945602
commit 245d7d4cac
6 changed files with 30 additions and 6 deletions

View file

@ -57,6 +57,8 @@ public class Helper {
public static final URI FOO = Simple.ROOT.resolve("input/foo.xml");
public static final URI REJECTED = Simple.ROOT.resolve("input/withManualReject.xml");
public static final URI SCENARIOS = ROOT.resolve("scenarios.xml");
public static final URI REPOSITORY = ROOT.resolve("repository/");