Hi all:
In my code, there is a cluetip that binds itself to an anchor. I need to know what sort of properties can I assert when unit testing it?
At the moment, all I could do is to assert the id of the cluetip, which seems insufficient. I want to find out whether there is some sort of class in cluetip that changes when it is binded to a particular html element.
Thanks.