eryshkov / Unit-Testing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Swift 100.0%