In most unit testing frameworks I have only seen the asserting equality function as "assertEquals". In SimpleTest it is "assertEqual" without the "s" in the end which is really confusing for me. I suggest creating at least an alias called "assertEquals".