toggle menu
atala-automation
0.5.5
jvm
switch theme
search in API
atala-automation
/
io.iohk.atala.automation.cucumber.plugins
/
SerenityStepListener
/
Entry
Entry
data
class
Entry
(
val
keyword
:
String
,
val
stepText
:
String
,
val
arguments
:
List
<
String
>
,
val
isSubStep
:
Boolean
)
Members
Constructors
Entry
Link copied to clipboard
constructor
(
keyword
:
String
,
stepText
:
String
,
arguments
:
List
<
String
>
,
isSubStep
:
Boolean
)
Properties
arguments
Link copied to clipboard
val
arguments
:
List
<
String
>
is
Sub
Step
Link copied to clipboard
val
isSubStep
:
Boolean
keyword
Link copied to clipboard
val
keyword
:
String
step
Text
Link copied to clipboard
val
stepText
:
String