@Bryan_Neill wrote:
I'm pretty new to unit testing so bear with me...
I have a simple observer that fires an action based on a boolean. How can I unit test that
this.send
was called? I want to test the actual action logic in a separate test.Thanks!
Posts: 2
Participants: 2