Last active
January 13, 2016 16:14
-
-
Save plivesey/8803ad0084f0be1a80a0 to your computer and use it in GitHub Desktop.
Swift LayoutTest Data Spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class func dataSpecForTest() -> [NSObject: AnyObject] { | |
return [ | |
"text": LYTStringValues(), | |
"buttonText": LYTStringValues(), | |
"buttonEnabled": LYTBoolValues(), | |
"imageType": LYTDataValues(values: ["linkedin", "customValue", NSNull()]) | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment