#50 (fix) Validator creates invalid createReportInput xml in case of no scenrio match

This commit is contained in:
Andreas Penski (init) 2020-04-15 14:01:27 +02:00
parent 610348d3bd
commit a1a7328b8f
5 changed files with 31 additions and 3 deletions

View file

@ -66,6 +66,10 @@ public abstract class BaseScenario {
private ResourceType resourceType;
}
@Getter
@Setter
private boolean fallback;
private XPathExecutable matchExecutable;
private XPathExecutable acceptExecutable;