Sign in
eclipse
/
gerrit
/
epsilon
/
org.eclipse.epsilon
/
00a2261600ba4ac7180db6c4e110b75e4d3d6eb9
/
.
/
examples
/
org.eclipse.epsilon.eunit.examples.evl
/
tree-constraints.evl
blob: 7fdac085d14f89121566fc6d60b2e4cc947f68bc [
file
] [
log
] [
blame
]
context
Tree
{
constraint
LabelsStartWithT
{
check
:
self
.
label
.
startsWith
(
"t"
)
message
:
"Label starts with t"
}
critique
LabelsEndInN
{
check
:
self
.
label
.
endsWith
(
"n"
)
message
:
"Label ends with n"
}
}