Explore >> Select a destination


You are here

www.swiftbysundell.com
| | www.vadimbulavin.com
4.3 parsecs away

Travel
| | Learn four techniques of unit testing concurrent code in Swift using the XCTest framework: mocking, test before & after, XCTestExpectation, busy assertion.
| | www.neilmacy.co.uk
5.2 parsecs away

Travel
| | A quick overview of the new Swift Testing framework.
| | www.avanderlee.com
5.6 parsecs away

Travel
| | Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method.
| | www.enekoalonso.com
13.2 parsecs away

Travel
| Swift's Codable protocol (together with Encodable and Decodable) was introduced in Xcode 9 with Swift 4. This changed for good how we encode and decode JSON....