Skip to content

Commit

Permalink
Merge pull request #6 from Zaprogramiacz/post/swift-testing-parametri…
Browse files Browse the repository at this point in the history
…zed-tests

Add post "Swift Testing parametrized tests"
  • Loading branch information
Zaprogramiacz authored Sep 12, 2024
2 parents 597faf6 + fa6406c commit 457220b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions content/posts/swift-testing-parametrized-tests/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: 'Swift Testing parametrized tests'
date: 2024-08-12
tags: ['Swift', 'Swift Testing', 'Testing', 'unit testing']
cover:
image: 'posts/swift-testing-parametrized-tests/images/cover.png'
alt: 'At the top, the title "Swift Testing Parameterized Tests" and at the bottom, a table with scientists conducting experiments.'
---

Swift Testing can elevate your unit tests writing 🚀

Hello Apple Developer! I prepared a special post that will help you write better unit tests using the new SwiftTesting framework 🫢

The Swift Testing framework is the successor to XCTest for unit tests. It was introduced at this year's WWDC24 and is worth learning 📚

One of the main features of Swift Testing are parameterized tests 🧪

Click to learn how to leverage this new feature ⤵️

[Insights about Swift Testing Tags](resources/SwiftTestingParametrizedTests.pdf)

---

Thanks for reading. 📖

I hope you found it useful!

If you enjoy the topic don't forget to follow me on one of my social media - [LinkedIn](https://www.linkedin.com/in/maciej-gomolka/), [X](https://twitter.com/gomolka_maciej) or via [RSS](https://www.mobiledevdiary.com/index.xml) feed to keep up to speed. 🚀
Binary file not shown.

0 comments on commit 457220b

Please sign in to comment.