Closed jzbrooks closed 3 weeks ago
assertk provides an index assertion that both asserts the index is valid and transforms the assertion subject to the value at that index.
assertk users should prefer this function of direct indexing for more consistent error messages.
MapValueAssertion
Map<T, U>
A quick fix should be straightforward.
assertk provides an index assertion that both asserts the index is valid and transforms the assertion subject to the value at that index.
assertk users should prefer this function of direct indexing for more consistent error messages.