You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`before`|string|optional| `stepKey` of action that must be executed next.
118
118
`after`|string|optional| `stepKey` of the preceding action.
119
119
120
-
### assertArraySubset
121
-
122
-
See [assertArraySubset docs on codeception.com](http://codeception.com/docs/modules/Asserts#assertArraySubset).
123
-
124
-
Attribute|Type|Use|Description
125
-
---|---|---|---
126
-
`expected`|string|required| A value of the expected result.
127
-
`expectedType`|string|optional| A type of the expected result. Possible values: `const` (default), `int`, `float`, `bool`, `string`, `variable`, `array`.
128
-
`actual`|string|required| A value of the actual result.
129
-
`actualType`|string|optional| A type of the actual result. Possible values: `const` (default), `int`, `float`, `bool`, `string`, `variable`, `array`.
130
-
`strict`|boolean|optional|
131
-
`message`|string|optional|Text of informational message about a cause of failure.
132
-
`stepKey`|string|required| A unique identifier of the text step.
133
-
`before`|string|optional| `stepKey` of action that must be executed next.
134
-
`after`|string|optional| `stepKey` of the preceding action.
135
-
136
120
### assertContains
137
121
138
122
See [assertContains docs on codeception.com](http://codeception.com/docs/modules/Asserts#assertContains).
`expected`|string|required| A value of the expected result.
143
127
`expectedType`|string|optional| A type of the expected result. Possible values: `const` (default), `int`, `float`, `bool`, `string`, `variable`, `array`.
144
128
`actual`|string|required| A value of the actual result.
145
-
`actualType`|string|optional| A type of the actual result. Possible values: `const` (default), `int`, `float`, `bool`, `string`, `variable`, `array`.
129
+
`actualType`|string|optional| A type of the actual result. Possible values: `const` (default), `int`, `float`, `bool`, `string`, `variable`, `array`, `arrayVariable`.
146
130
`message`|string|optional|Text of informational message about a cause of failure.
147
131
`stepKey`|string|required| A unique identifier of the text step.
148
132
`before`|string|optional| `stepKey` of action that must be executed next.
`expected`|string|required| A value of the expected result.
374
358
`expectedType`|string|optional| A type of the expected result. Possible values: `const` (default), `int`, `float`, `bool`, `string`, `variable`, `array`.
375
359
`actual`|string|required| A value of the actual result.
376
-
`actualType`|string|optional| A type of the actual result. Possible values: `const` (default), `int`, `float`, `bool`, `string`, `variable`, `array`.
360
+
`actualType`|string|optional| A type of the actual result. Possible values: `const` (default), `int`, `float`, `bool`, `string`, `variable`, `array`, `arrayVariable`.
377
361
`message`|string|optional|Text of informational message about a cause of failure.
378
362
`stepKey`|string|required| A unique identifier of the text step.
379
363
`before`|string|optional| `stepKey` of action that must be executed next.
0 commit comments