Skip to content

Instantly share code, notes, and snippets.

@damijanracel
Created October 11, 2018 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damijanracel/7ceb72ea14c7940b12898d8cb73038a6 to your computer and use it in GitHub Desktop.
Save damijanracel/7ceb72ea14c7940b12898d8cb73038a6 to your computer and use it in GitHub Desktop.
Testing localization example
func testLabel_Should_SetCorrectLocalizationKey() {
XCTAssertEqual(mainViewController!.label.localizationKey, LocalizationKey.bye)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment