.addClass(): This div did not have testClass, but testClass was added.
.removeClass(): This div had testClass, but testClass was removed.
.toggleClass(): The div did not have testClass, but then testClass was toggled. Does it have it?