@@ -179,6 +179,17 @@ Attribute|Type|Use|Description
179
179
180
180
See [ assertEquals docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertEquals ) .
181
181
182
+ Attribute|Type|Use|Description
183
+ ---|---|---|---
184
+ ` message ` |string|optional|Text of informational message about a cause of failure.
185
+ ` stepKey ` |string|required| A unique identifier of the text step.
186
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
187
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
188
+
189
+ ### assertEqualsWithDelta
190
+
191
+ See [ assertEqualsWithDelta docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertEqualsWithDelta ) .
192
+
182
193
Attribute|Type|Use|Description
183
194
---|---|---|---
184
195
` delta ` |string|optional|
@@ -187,6 +198,28 @@ Attribute|Type|Use|Description
187
198
` before ` |string|optional| ` stepKey ` of action that must be executed next.
188
199
` after ` |string|optional| ` stepKey ` of the preceding action.
189
200
201
+ ### assertEqualsCanonicalizing
202
+
203
+ See [ assertEqualsCanonicalizing docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertEqualsCanonicalizing ) .
204
+
205
+ Attribute|Type|Use|Description
206
+ ---|---|---|---
207
+ ` message ` |string|optional|Text of informational message about a cause of failure.
208
+ ` stepKey ` |string|required| A unique identifier of the text step.
209
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
210
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
211
+
212
+ ### assertEqualsIgnoringCase
213
+
214
+ See [ assertEqualsIgnoringCase docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertEqualsIgnoringCase ) .
215
+
216
+ Attribute|Type|Use|Description
217
+ ---|---|---|---
218
+ ` message ` |string|optional|Text of informational message about a cause of failure.
219
+ ` stepKey ` |string|required| A unique identifier of the text step.
220
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
221
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
222
+
190
223
### assertFalse
191
224
192
225
See [ assertFalse docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertFalse ) .
@@ -367,6 +400,17 @@ Attribute|Type|Use|Description
367
400
368
401
See [ assertNotEquals docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotEquals ) .
369
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
+ ### assertNotEqualsWithDelta
411
+
412
+ See [ assertNotEqualsWithDelta docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotEqualsWithDelta ) .
413
+
370
414
Attribute|Type|Use|Description
371
415
---|---|---|---
372
416
` delta ` |string|optional|
@@ -375,6 +419,28 @@ Attribute|Type|Use|Description
375
419
` before ` |string|optional| ` stepKey ` of action that must be executed next.
376
420
` after ` |string|optional| ` stepKey ` of the preceding action.
377
421
422
+ ### assertNotEqualsCanonicalizing
423
+
424
+ See [ assertNotEqualsCanonicalizing docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotEqualsCanonicalizing ) .
425
+
426
+ Attribute|Type|Use|Description
427
+ ---|---|---|---
428
+ ` message ` |string|optional|Text of informational message about a cause of failure.
429
+ ` stepKey ` |string|required| A unique identifier of the text step.
430
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
431
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
432
+
433
+ ### assertNotEqualsIgnoringCase
434
+
435
+ See [ assertNotEqualsIgnoringCase docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotEqualsIgnoringCase ) .
436
+
437
+ Attribute|Type|Use|Description
438
+ ---|---|---|---
439
+ ` message ` |string|optional|Text of informational message about a cause of failure.
440
+ ` stepKey ` |string|required| A unique identifier of the text step.
441
+ ` before ` |string|optional| ` stepKey ` of action that must be executed next.
442
+ ` after ` |string|optional| ` stepKey ` of the preceding action.
443
+
378
444
### assertNotInstanceOf
379
445
380
446
See [ assertNotInstanceOf docs on codeception.com] ( http://codeception.com/docs/modules/Asserts#assertNotInstanceOf ) .
0 commit comments