Scenario:
I'm trying to unit test the onClick handler of my application. Onclick does a simple search against a REST API, returns the results and updates the UI. I'm trying to unit test the onClick
Scenario:
I'm trying to unit test the onClick handler of my application. Onclick does a simple search against a REST API, returns the results and updates the UI. I'm trying to unit test the onClick