The type of the result of the operation.
Provides access to additional operations based on the IAnyOp interface for the assertion scope.
Provides access to additional operations based on the IAllOp interface for the assertion scope.
Asserts that the target collection ends with the expected members in consecutive order at the end. Uses deep equality when in deep context, strict equality otherwise. Both target and expected must conform to ArrayLikeOrSizedIterable but can be different concrete types.
The expected ending sequence (must be an ArrayLikeOrSizedIterable).
OptionalevalMsg: MsgSourceOptional error message.
Asserts that the target collection includes all members of the expected collection (order doesn't matter). Uses strict equality (===) for comparison. Both target and expected must conform to ArrayLikeOrSizedIterable but can be different concrete types.
The expected subset collection to check for (must be an ArrayLikeOrSizedIterable).
OptionalevalMsg: MsgSourceOptional error message.
Asserts that the target collection includes all members of the expected collection in the same order (but may have additional members in between). Uses strict equality (===) for comparison. Both target and expected must conform to ArrayLikeOrSizedIterable but can be different concrete types.
The expected subset collection to check for (must be an ArrayLikeOrSizedIterable).
OptionalevalMsg: MsgSourceOptional error message.
Asserts that the target collection has the same members as the expected collection, regardless of order. Uses deep equality when in deep context, strict equality otherwise. Both target and expected must conform to ArrayLikeOrSizedIterable but can be different concrete types.
The expected collection to compare against (must be an ArrayLikeOrSizedIterable).
OptionalevalMsg: MsgSourceOptional error message.
Asserts that the target collection has the same members in the same order as the expected collection. Uses deep equality when in deep context, strict equality otherwise. Both target and expected must conform to ArrayLikeOrSizedIterable but can be different concrete types.
The expected collection to compare against (must be an ArrayLikeOrSizedIterable).
OptionalevalMsg: MsgSourceOptional error message.
Asserts that the target collection starts with the expected members in consecutive order from the beginning. Uses deep equality when in deep context, strict equality otherwise. Both target and expected must conform to ArrayLikeOrSizedIterable but can be different concrete types.
The expected starting sequence (must be an ArrayLikeOrSizedIterable).
OptionalevalMsg: MsgSourceOptional error message.
Asserts that the target collection contains a subsequence matching the expected members. The members must appear in the specified order but don't need to be consecutive - other elements can appear between them. Uses deep equality when in deep context, strict equality otherwise. Both target and expected must conform to ArrayLikeOrSizedIterable but can be different concrete types.
The expected ordered subsequence (must be an ArrayLikeOrSizedIterable).
OptionalevalMsg: MsgSourceOptional error message.
Represents the include operations for the assertion scope.
Since
0.1.2