> * In the method assertInstanceOf(klass, object, message="") the first > parameter is klass and the second one is object. IMO it's more > natural to switch those two, according to the English sentence: > "that object is an instance of this klass". This assert is consistent with the model of the other xUnit asserts which is: assertWhatever( expected, actual ) -- aaron