@rbxts/expect > Assertion > containsExactlyInOrder
Assertion.containsExactlyInOrder() method
Asserts that the array contains all of the values in expectedValues
, with nothing more or less, and in the same order.
Signature:
containsExactlyInOrder(expectedValues: InferArrayElement<T>[]): this;
Parameters
Parameter | Type | Description |
---|---|---|
expectedValues | InferArrayElement<T>[] |
Returns:
this
Remarks
Type alias for containExactlyInOrder.