
css.legenda.html Maven / Gradle / Ivy
Body
Default body is Verdana/10pt.
To disable default formating set feature in XXX to false.
Boxes
Text raised
Text lowered Status
Status
sr_failure
sr_success
sr_warning
sr_XXX_b (before)
sr_XXX_a (after)
All together
start failure end.
start success end.
start warning end.
start detail end.
start info end.
start ignored end.
start failure end.
start success end.
start warning end.
start detail end.
start info end.
start ignored end.
start failure end.
start success end.
start warning end.
start warning end.
start info end.
start ignored end.
start failure end.
start success end.
start warning end.
start detail end.
start info end.
start ignored end.
Label
The label color depends on test result.
Flow
If something(true) happens then do A, B, C... else do X, Y, Z...
Perfom a loop of:
- type number ${n}
- click 'OK'
.
Perfom a iteration of:
- show number ${index}
- item #{item}
.
Declarations
A local, variable is X.
A local scoped, variable is Y.
A global variable is Z.
Equality
The is a equality test: x = y
The is a inequality test: x != y
Macro definition/usage
The is a macro definition:
- do a1;
- do a2;
- ...
The is a macro call: user login.
Data enumeration
This is a data list:
- item 1
- ...
- item N
This is a scoped data list:
- item 1
- ...
- item N
This is a data map:
header 1
header ...
header N
a1
...
aN
b1
...
bN
This is a scoped data map:
header 1
header ...
header N
a1
...
aN
b1
...
bN
Include
Example of link to include file
source.html
source.html
content area.
try self reference: parent
core.html
Cyclic dependency.
.
.
Stacktrace
Example of trace:
14