Currently, I am utilizing the The Intern test framework to test my web application. My current challenge is verifying whether a method has been called during a test. I have searched for resources that demonstrate how this can be achieved using tools like chai!assert or bdd but haven't found any. Can you provide me with a clue on how I can successfully confirm a method invocation during testing?