Add support for all of UIQuery's shorthand view names
As a test engineer I want Shelley to support all the common UI____ shorthand forms that UIQuery does So that I can migrate my tests easier
e.g. alertView threePartButton should work.
Hey Pete, Is there a list of all the shorthand class names UIQuery supports? Or all these only in UISpec's code?
There isn't a list. IIRC uispec does some dynamic programming magic to try and guess whether you're calling a shorthand method. I think it does that by checking for a class with the shothand method name capitalized and with UI prefixed. I could be misremembering though.
Cheers,
Pete
Typed on a little bitty keyboard
On Jul 14, 2012, at 3:45 PM, [email protected] wrote:
Hey Pete, Is there a list of all the shorthand class names UIQuery supports? Or all these only in UISpec's code?
Reply to this email directly or view it on GitHub: https://github.com/moredip/Frank/issues/113#issuecomment-6987290