java.lang.AssertionError: [Extracted: productNumber, quantity]
Expecting actual:
[("001", 2), ("002", 2)]
to contain exactly in any order:
[("001", 0), ("002", 1)]
elements not found:
[("001", 0), ("002", 1)]
and elements not expected:
[("001", 2), ("002", 2)]