An open API service indexing awesome lists of open source software.

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.

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).