Fresh Beginning
  • Home
  • Speaking
  • Github
  • Buy Me A Coffee
  • Patreon
  • Reading
  • About Me
Subscribe

unit testing

A collection of 2 posts
Xcode 13 Introduces a New Way for Handling Expected Unit Test Failures
unit test

Xcode 13 Introduces a New Way for Handling Expected Unit Test Failures

In my previous blog post [https://jayeshkawli.ghost.io/handling-expected-unit-test-failures-on-swift/], I wrote about using a couple of ways to either suppress or skip expected test failures. In Xcode 12.5, Apple introduced a new API XCTExpectFailure [https://developer.apple.com/documentation/xctest/3726077-xctexpectfailure] to provide a better way to handle
Jan 31, 2022 7 min read
Handling Expected Unit Test Failures in Swift and Xcode
XCTest

Handling Expected Unit Test Failures in Swift and Xcode

Xcode allows developers to make unit testing efficient and free from noise by skipping certain tests with known failure. There are many cases where engineers want unit tests to effectively catch failing code. But how about those where they know tests will fail, but still want to keep those tests
Jan 31, 2022 6 min read
Fresh Beginning © 2023
Powered by Ghost