Skip to content

elegantchaos/XCTestExtensions

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Test results Latest release swift 5.1 shield swift 5.2 shield swift 5.3 shield swift 5.4 shield swift 5.5 shield swift 5.6 shield Platforms: macOS, iOS, tvOS, Linux

XCTestExtensions

Swift testing utilties, extending the capabilities of XCTest.

Includes helpers for:

  • quickly loading test data from the bundle
  • running an external executable and checking its output
  • better comparison of strings
  • performing asynchronous actions in tests, and waiting for them to complete