mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
#41 Testing processing errors while running schema or schematron validations
This commit is contained in:
parent
382e1a5a72
commit
0d7aeb5de7
5 changed files with 143 additions and 31 deletions
|
|
@ -69,9 +69,15 @@ public abstract class BaseScenario {
|
|||
private XPathExecutable matchExecutable;
|
||||
|
||||
private XPathExecutable acceptExecutable;
|
||||
|
||||
@Setter
|
||||
private Schema schema;
|
||||
|
||||
@Setter
|
||||
private List<Transformation> schematronValidations;
|
||||
|
||||
private ContentRepository repository;
|
||||
|
||||
private Transformation reportTransformation;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue