The type of the result of the operation.
Asserts that the value contains the expected using nested property matching. Each property in the expected is matched against the value using dot notation.
The object with properties to match.
OptionalevalMsg: MsgSourceThe message to display if the assertion fails.
The assertion result.
Asserts that the object has a nested property using dot notation. When a value is provided, also checks that the property value equals the expected value.
The dot-separated path to the property (e.g., "a.b.c").
Optionalvalue: anyThe expected value of the property (optional).
OptionalevalMsg: MsgSourceThe message to display if the assertion fails.
The property result operation for chaining.
Represents an interface that provides assertion operations for nested properties using dot notation (e.g., "a.b.c").
Since
0.1.5