!**< def
!define body (|''infinite''|USER|''with''|PASSWORD|
|''infinite''|@{USER}|''with''|@{PASSWORD}|
)
!define test (
!|fitlibrary.specify.definedAction.DefinedActionUnderTest|
|define action|
|${body}|
|''infinite''|rick|''with''|password|
|''expected test results''|2|''right''|0|''wrong''|0|''ignored''|2|''exceptions''|
)
*!
|!-fitlibrary.spec.SpecifyFixture-!|
|${test}|!-
fitlibrary.specify.definedAction.DefinedActionUnderTest |
define action |
infinite |
USER |
with |
PASSWORD |
infinite |
@{USER} |
with |
@{PASSWORD} |
|
infinite |
rick |
with |
password |
Defined action call:
infinite Infinite calling of defined actions |
rick |
with |
password |
|
expected test results |
2 |
right |
0 |
wrong |
0 |
ignored |
2 |
exceptions |
-!|