https://github.com/kjuly/kyunittestresourcemanager
Unit test resource manager.
https://github.com/kjuly/kyunittestresourcemanager
async cache download resources unit-test
Last synced: 22 days ago
JSON representation
Unit test resource manager.
- Host: GitHub
- URL: https://github.com/kjuly/kyunittestresourcemanager
- Owner: Kjuly
- License: mit
- Created: 2024-01-09T09:34:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-07T02:59:15.000Z (10 months ago)
- Last Synced: 2025-03-10T16:15:50.727Z (about 2 months ago)
- Topics: async, cache, download, resources, unit-test
- Language: Swift
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KYUnitTestResourceManager
Unit test resource manager.Asynchronously download and cache tiny image, video, or audio files to your simulator during unit testing.
![macOS][macOS-Badge] ![iOS][iOS-Badge] ![watchOS][watchOS-Badge]
[![SPM][SPM-Badge]][SPM-Link] [![CocoaPods][CocoaPods-Badge]][CocoaPods-Link] [![Carthage][Carthage-Badge]][Carthage-Link][macOS-Badge]: https://img.shields.io/badge/macOS-12.0%2B-blue?labelColor=00367A&color=3081D0
[iOS-Badge]: https://img.shields.io/badge/iOS-15.5%2B-blue?labelColor=00367A&color=3081D0
[watchOS-Badge]: https://img.shields.io/badge/watchOS-6.0%2B-blue?labelColor=00367A&color=3081D0[SPM-Badge]: https://img.shields.io/github/v/tag/Kjuly/KYUnitTestResourceManager?label=SPM&labelColor=2F4858&color=A8DF8E
[SPM-Link]: https://swiftpackageindex.com/Kjuly/KYUnitTestResourceManager
[CocoaPods-Badge]: https://img.shields.io/cocoapods/v/KYUnitTestResourceManager?label=CocoaPods&labelColor=2F4858&color=A8DF8E
[CocoaPods-Link]: https://cocoapods.org/pods/KYUnitTestResourceManager
[Carthage-Badge]: https://img.shields.io/github/v/tag/Kjuly/KYUnitTestResourceManager?label=Carthage&labelColor=2F4858&color=A8DF8E
[Carthage-Link]: https://swiftpackageindex.com/Kjuly/KYUnitTestResourceManager## Usage
Demo is available under [/KYUnitTestResourceManagerTests](https://github.com/Kjuly/KYUnitTestResourceManager/tree/main/KYUnitTestResourceManagerTests).
For details, please refer to Apple's official document ["Asynchronous Tests and Expectations"](https://developer.apple.com/documentation/xctest/asynchronous_tests_and_expectations).
## Resources
Some images, videos, and audio resources are available here: [Unit Test Resources](https://github.com/Kjuly/unit-test-resources).