mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
#50 (fix) Validator creates invalid createReportInput xml in case of no scenrio match
This commit is contained in:
parent
610348d3bd
commit
a1a7328b8f
5 changed files with 31 additions and 3 deletions
|
|
@ -66,6 +66,10 @@ public abstract class BaseScenario {
|
|||
private ResourceType resourceType;
|
||||
}
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean fallback;
|
||||
|
||||
private XPathExecutable matchExecutable;
|
||||
|
||||
private XPathExecutable acceptExecutable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue