Frank icon indicating copy to clipboard operation
Frank copied to clipboard

Add support for all of UIQuery's shorthand view names

Open moredip opened this issue 13 years ago • 2 comments

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.

moredip avatar Jun 29 '12 18:06 moredip

Hey Pete, Is there a list of all the shorthand class names UIQuery supports? Or all these only in UISpec's code?

olarivain avatar Jul 14 '12 22:07 olarivain

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

moredip avatar Jul 15 '12 22:07 moredip