On Jul 28, 2011, at 3:35 PM, Alex Schenkman wrote: > Hi List, > > How can I use <expectedFailure> togehter with the TestRunner. > Testrunner shows the number of expectedFailures, but it always zero, even > when I decorate with the Pragma. > > testShouldFail > <expectedFailure> > self fail. >
We had to disable the pragma because it lead to making running all tests of the image so slow that it took hours to run. We should look at this again... for now, you can use the old style of adding a method that returns an array of the selectors... -- Marcus Denker -- http://marcusdenker.de
