HI how can I test this method isOpenOrClosed? Name...
# test
i
HI how can I test this method isOpenOrClosed? Namely this `when`:
n
You could extract the logic you want to test into a function to which you pass an int
i
thank you very much, so I am going to refactor my existing code