@@ -167,6 +167,17 @@ Attribute|Type|Use|Description
167
167
168
168
See [ assertEquals docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertEquals ) .
169
169
170
+ Attribute|Type|Use|Description
171
+ ---|---|---|---
172
+ ` message ` |string|optional|Text of informational message about a cause of failure.
173
+ ` stepKey ` |string|required| A unique identifier of the text step.
174
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
175
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
176
+
177
+ ### assertEqualsWithDelta
178
+
179
+ See [ assertEqualsWithDelta docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertEqualsWithDelta ) .
180
+
170
181
Attribute|Type|Use|Description
171
182
---|---|---|---
172
183
` delta ` |string|optional|
@@ -175,6 +186,28 @@ Attribute|Type|Use|Description
175
186
` before ` |string|optional| ` stepKey ` of action that must be executed next.
176
187
` after ` |string|optional| ` stepKey ` of the preceding action.
177
188
189
+ ### assertEqualsCanonicalizing
190
+
191
+ See [ assertEqualsCanonicalizing docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertEqualsCanonicalizing ) .
192
+
193
+ Attribute|Type|Use|Description
194
+ ---|---|---|---
195
+ ` message ` |string|optional|Text of informational message about a cause of failure.
196
+ ` stepKey ` |string|required| A unique identifier of the text step.
197
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
198
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
199
+
200
+ ### assertEqualsIgnoringCase
201
+
202
+ See [ assertEqualsIgnoringCase docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertEqualsIgnoringCase ) .
203
+
204
+ Attribute|Type|Use|Description
205
+ ---|---|---|---
206
+ ` message ` |string|optional|Text of informational message about a cause of failure.
207
+ ` stepKey ` |string|required| A unique identifier of the text step.
208
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
209
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
210
+
178
211
### assertFalse
179
212
180
213
See [ assertFalse docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertFalse ) .
@@ -344,6 +377,17 @@ Attribute|Type|Use|Description
344
377
345
378
See [ assertNotEquals docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotEquals ) .
346
379
380
+ Attribute|Type|Use|Description
381
+ ---|---|---|---
382
+ ` message ` |string|optional|Text of informational message about a cause of failure.
383
+ ` stepKey ` |string|required| A unique identifier of the text step.
384
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
385
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
386
+
387
+ ### assertNotEqualsWithDelta
388
+
389
+ See [ assertNotEqualsWithDelta docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotEqualsWithDelta ) .
390
+
347
391
Attribute|Type|Use|Description
348
392
---|---|---|---
349
393
` delta ` |string|optional|
@@ -352,6 +396,28 @@ Attribute|Type|Use|Description
352
396
` before ` |string|optional| ` stepKey ` of action that must be executed next.
353
397
` after ` |string|optional| ` stepKey ` of the preceding action.
354
398
399
+ ### assertNotEqualsCanonicalizing
400
+
401
+ See [ assertNotEqualsCanonicalizing docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotEqualsCanonicalizing ) .
402
+
403
+ Attribute|Type|Use|Description
404
+ ---|---|---|---
405
+ ` message ` |string|optional|Text of informational message about a cause of failure.
406
+ ` stepKey ` |string|required| A unique identifier of the text step.
407
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
408
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
409
+
410
+ ### assertNotEqualsIgnoringCase
411
+
412
+ See [ assertNotEqualsIgnoringCase docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotEqualsIgnoringCase ) .
413
+
414
+ Attribute|Type|Use|Description
415
+ ---|---|---|---
416
+ ` message ` |string|optional|Text of informational message about a cause of failure.
417
+ ` stepKey ` |string|required| A unique identifier of the text step.
418
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
419
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
420
+
355
421
### assertNotInstanceOf
356
422
357
423
See [ assertNotInstanceOf docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotInstanceOf ) .
0 commit comments