Skip to content

An App tells how to write unit tests and user interface tests using Xcode's built-in testing framework

Notifications You must be signed in to change notification settings

eryshkov/Unit-Testing

Repository files navigation

Unit Testing

Swift 4.2 XCode 10+ iOS iOS 12 Licence MIT

Demo video here

Main functionality

  • An App tells how to write unit tests and user interface tests using Xcode's built-in testing framework
  • uses NSCountedSet
  • uses XCTestCase & XCTAssertEqual
  • uses CharacterSet.alphanumerics
  • uses measure() method
  • uses private(set) mod
  • uses range(of: input, options: .caseInsensitive) method to find the first occurrence of a given string

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages