요구사항

재고 차감이 되지 않아 테스트 실패

image.png

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)]

단위 테스트

image.png

image.png

image.png

image.png