Running tests with the iPad 5.0 Simulator destination set, all expectations are failing with "unexpected method invoked". The same tests run fine with the iPad 4.3 simulator in Xcode 4.2. As you can see from the output, the expectation has been set:
2011-06-13 11:33:25.839 otest[12231:5103] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'OCMockObject[UITextView]: unexpected method invoked: setText:@"foo"
stubbed: text
stubbed: selectedRange
expected: setText:@"foo"'
