-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathengine.check
35 lines (35 loc) · 1.33 KB
/
engine.check
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<checks>
<check
title="Model Errors"
modelfile="engine.rich"
modelbasepath="//error"
modelnamepath="@type"
modelvaluepath="concat(//element[@id=current()/@element]/@name,' ',@name)"
modelerrorid="$p1/object/error/@errorID"
inputfile="engine.rich"
referencemodel="engine.rich"
inputbasepath="//nonexistent"
inputnamepath=""
inputvaluepath=""
inputerrorid="$p1"
errorURL="concat('http://adadocs.demokracia.rulez.org/PDEngine/edemo/master/index.html#',$p1)"
errortitlestring="zenta:modelErrorTitle($p1,$p4)"
errordescription="zenta:modelErrorDescription($p1,$p4)"
/>
<check
title="Unimplemented behaviours"
modelfile="shippable/engine-testcases.xml"
modelbasepath="//testcase"
modelnamepath="@name"
modelvaluepath="''"
modelerrorid="zenta:engineErrorId($p1)"
inputfile="shippable/engine-implementedTestCases.xml"
inputbasepath="//testcase"
inputnamepath="@modelmatch"
inputvaluepath="''"
inputerrorid="$p1//object/testcase/@name"
errorURL="concat('http://adadocs.demokracia.rulez.org/PDEngine/edemo/master/index.html#',$p1)"
errortitlestring="zenta:engineErrorTitle($p1)"
errordescription="zenta:engineErrorDescription($p1, $p2)"
/>
</checks>