#swifttesting search results
🎉 SwiftQC v1.0.0 drops TOMORROW! It’s one of the most feature-complete property-based testing libraries for Swift. Check out the release notes sneak peek! #Swift #SwiftTesting ☺️
This testing thing is actually super awesome! You can enable or disable a specific Test based on a condition, like a feature toggle! #SwiftTesting #WWDC24
Also a big fan of this, just use the comparison operators instead of using all those methods :) #SwiftTesting #WWDC24
The Swift Testing Framework, crafted with an innovative approach, offers intuitive APIs and a simplified syntax to streamline the testing process, empowering developers to test their code more efficiently. 🚀 #WWDC24 #swift #swifttesting #swiftUI #apple
🧪 Wrote tests for grid geometry using Swift Testing—found and fixed some bugs, plus did a bit of refactoring. Now diving into colors! 🎨 Just added greyscale to the mix. Check out the difference! #BuildInPublic #iOSDev #SwiftTesting
I love, love, love improvements like this. I count 13 expectations with XCTest versus just two with #SwiftTesting. This is an awesome session by @throwspace: developer.apple.com/wwdc24/10179 #WWDC24
First time working with the new #SwiftTesting macro. Loving how easy it is to write tests—and how much it improves readability. #iOSDev
Daniel Steinberg is running a 2 hour workshop on Exploring Swift Testing at @IOSDEVUK. The workshop is included as part of the conference package. For more information and tickets, see: iosdevuk.com #iOS #Swift #SwiftTesting
#SwiftTesting は書き心地こそ非常に良いですが、CIでの実行速度が明らかに遅く各ケース10秒以上かかってしまいます パラメータテストで遅いという情報はあるものの、自分の場合は関係なく遅いのですが既知の問題なのでしょうか? ちなみにXcode Cloudです forums.swift.org/t/test-much-sl…
I just published iOS 18: Swift Testing link.medium.com/Eh4Q4wxyzLb #wwdc24 #swiftTesting #xcode16 #iOS18
link.medium.com
iOS 18: Swift Testing
WWDC 24 released new testing framework to write test cases called Swift-Testing. Previously we were using XCTest. The new test APIs are…
We are *still* on 4.5.1. We need #SwiftTesting in our iPads! 🙌 developer.apple.com/swift-playgrou…
Trying out Apple's new #SwiftTesting. Finally, Swift gets a modern test framework!
Join me on October 12 for a 3-hour workshop, "Introduction to Testing in iOS"! This is a must-attend session for developers looking to master pragmatic testing techniques in Swift. Secure your spot for just $89: azamsharp.teachable.com/p/introduction… #iOSDev #Coding #SwiftTesting
And I wrote SO MANY TESTS. Previously my coverage was embarrassingly low 🙈 When #SwiftTesting was announced at #WWDC I decided to go all in with that and really embrace it. Especially for data model and business logic it is such a game changer to finally have proper tests 😁
The slides of my talk in @appsterdam #SwiftTesting slideshare.net/jorgedortiz/sw… //cc @qcoding (love to read your comments)
The launch of the new testing framework 'Swift Testing' is exciting news! Simplifying the process of writing tests, enabling easier organization of tests and test scenarios Swift Testing is going to change the game. #SwiftTesting #CodingChats #Testing
🎉 SwiftQC v1.0.0 drops TOMORROW! It’s one of the most feature-complete property-based testing libraries for Swift. Check out the release notes sneak peek! #Swift #SwiftTesting ☺️
First time working with the new #SwiftTesting macro. Loving how easy it is to write tests—and how much it improves readability. #iOSDev
Trying out Apple's new #SwiftTesting. Finally, Swift gets a modern test framework!
#SwiftTesting は書き心地こそ非常に良いですが、CIでの実行速度が明らかに遅く各ケース10秒以上かかってしまいます パラメータテストで遅いという情報はあるものの、自分の場合は関係なく遅いのですが既知の問題なのでしょうか? ちなみにXcode Cloudです forums.swift.org/t/test-much-sl…
I just published A first look at a whole new paradigm for unit testing in Swift link.medium.com/yACgrbgnUQb #Swift #XCTest #SwiftTesting
Xcode15でSwft Testingを動かすのムズカシイネ..🧐 #SwiftTesting
#SwiftTesting introduces modern, customizable tools for unit testing in Swift, addressing XCTest’s limitations around concurrency and customization. Find out more about this topic, explore its key features, and learn how to migrate your testing strategy 👉 kwan.com/blog/swift-tes…
kwan.com
Swift Testing: A Comprehensive Overview
Let’s deep dive into Swift testing, get to know the strengths of XCTest and the exciting new SwiftTesting API introduced at WWDC24.
📱 Apple’s SwiftTesting API is here to revolutionize unit testing! Move beyond XCTest with powerful macros and intuitive features for faster, cleaner code. 👉 kwan.com/blog/swift-tes… #SwiftTesting #iOSDev #Apple
kwan.com
Swift Testing: A Comprehensive Overview
Let’s deep dive into Swift testing, get to know the strengths of XCTest and the exciting new SwiftTesting API introduced at WWDC24.
We created a little app for iOS and Mac developers to make it easier to migrate Swift XCTests to the Swift Testing framework: furnacecreek.org/testpiler/ #Swift #SwiftTesting #iOSDev
Join me on October 12 for a 3-hour workshop, "Introduction to Testing in iOS"! This is a must-attend session for developers looking to master pragmatic testing techniques in Swift. Secure your spot for just $89: azamsharp.teachable.com/p/introduction… #iOSDev #Coding #SwiftTesting
Discover Swift Testing, a modern testing package for Swift with clear APIs, custom test behaviors, and easy organization. Scale your testing with parameterized tests and cross-platform support. Join the future of Swift testing at github.com/swiftlang/swif…. #SwiftLang #SwiftTesting
We are *still* on 4.5.1. We need #SwiftTesting in our iPads! 🙌 developer.apple.com/swift-playgrou…
おお、Migrating a test from XCTestにaccuracy付きのXCTAssertEqualと同じものは無いって書いてあった!んでswift-numerics入れたらできるよとも。このドキュメントめっちゃ手厚いな。developer.apple.com/documentation/… #Swift #SwiftTesting
🧪 Wrote tests for grid geometry using Swift Testing—found and fixed some bugs, plus did a bit of refactoring. Now diving into colors! 🎨 Just added greyscale to the mix. Check out the difference! #BuildInPublic #iOSDev #SwiftTesting
Con Swift Testing tenemos una nueva forma de evaluar pruebas unitarias. En este artículo discutimos como podemos hacerlo gracias a las macros expect y require. asynclearn.com/blog/swift-tes… #swift #swiftTesting #testing
Discover Swift Testing, a modern, expressive testing package for Swift, offering clear APIs, custom test behaviors, easy organization, scalability, and cross-platform support. Learn more at: github.com/swiftlang/swif… #SwiftLang #SwiftTesting
And I wrote SO MANY TESTS. Previously my coverage was embarrassingly low 🙈 When #SwiftTesting was announced at #WWDC I decided to go all in with that and really embrace it. Especially for data model and business logic it is such a game changer to finally have proper tests 😁
Also a big fan of this, just use the comparison operators instead of using all those methods :) #SwiftTesting #WWDC24
This testing thing is actually super awesome! You can enable or disable a specific Test based on a condition, like a feature toggle! #SwiftTesting #WWDC24
The Swift Testing Framework, crafted with an innovative approach, offers intuitive APIs and a simplified syntax to streamline the testing process, empowering developers to test their code more efficiently. 🚀 #WWDC24 #swift #swifttesting #swiftUI #apple
🎉 SwiftQC v1.0.0 drops TOMORROW! It’s one of the most feature-complete property-based testing libraries for Swift. Check out the release notes sneak peek! #Swift #SwiftTesting ☺️
I love, love, love improvements like this. I count 13 expectations with XCTest versus just two with #SwiftTesting. This is an awesome session by @throwspace: developer.apple.com/wwdc24/10179 #WWDC24
🧪 Wrote tests for grid geometry using Swift Testing—found and fixed some bugs, plus did a bit of refactoring. Now diving into colors! 🎨 Just added greyscale to the mix. Check out the difference! #BuildInPublic #iOSDev #SwiftTesting
First time working with the new #SwiftTesting macro. Loving how easy it is to write tests—and how much it improves readability. #iOSDev
Daniel Steinberg is running a 2 hour workshop on Exploring Swift Testing at @IOSDEVUK. The workshop is included as part of the conference package. For more information and tickets, see: iosdevuk.com #iOS #Swift #SwiftTesting
Something went wrong.
Something went wrong.
United States Trends
- 1. #UFC322 47.1K posts
- 2. Ewing 6,657 posts
- 3. Bama 20.4K posts
- 4. #AEWCollision 8,025 posts
- 5. Bo Nickal 1,804 posts
- 6. Georgia 78.7K posts
- 7. Arch 19.5K posts
- 8. UConn 5,779 posts
- 9. Wellmaker 4,635 posts
- 10. Ole Miss 8,004 posts
- 11. Oklahoma 31.5K posts
- 12. Bronny 6,680 posts
- 13. Wingo 1,694 posts
- 14. James Peoples 1,126 posts
- 15. Noah Thomas N/A
- 16. Sark 2,486 posts
- 17. Tracy Cortez 2,205 posts
- 18. Lebby N/A
- 19. Jeremiah Smith 2,565 posts
- 20. #Svengoolie 1,752 posts