8000 GitHub - StephenClarkApps/KataXCTestSwift
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

StephenClarkApps/KataXCTestSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift with XCTest

Installation

XCTest is a standard testing framework from Apple. It comes bundled up with Xcode and bundled up with SwiftPM for other platforms. Open-source version could be found here

Using Swift SPM

Official doc on how to use SwiftPM: SPM Usage

To build your package:

$ swift build

(And most importantly) to run tests:

$ swift test

How to open this project

The best way to write Swift code is by using Xcode, but you can also VSCode or any other text editor. In Xcode just select File -> Open and click on folder that contains this file.

To use Swith with other text editors check out SourceKit LSP from Apple Also for VSCode users, there is official Swift support: Swift for Visual Studio Code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0