wasyl
07/15/2020, 9:29 AMList<T>
and a Matcher<T>
, what’s the best way to check something like List<T>.shouldContainInOrder(List<Matcher<T>>)
?sam
07/15/2020, 11:23 AMwasyl
07/15/2020, 11:42 AMwasyl
07/15/2020, 11:43 AMshouldHaveSingleElement
, shouldContainInOrder
etc., only not with specific instances but with matcherssam
07/15/2020, 12:14 PMwasyl
07/15/2020, 12:25 PMInspector*
, is it part of Arrow extensions?sam
07/15/2020, 1:12 PMsam
07/15/2020, 1:12 PMsam
07/15/2020, 1:12 PMsam
07/15/2020, 1:13 PMwasyl
07/15/2020, 1:17 PM