Swinject / SwinjectAutoregistration

Swinject extension to automatically register your services
MIT License
251 stars 45 forks source link

Remove dependency on Quick/Nimble #73

Closed yoichitgy closed 3 years ago

yoichitgy commented 3 years ago

This PR addresses the same issue of Swinject Issue #472, and performs the migration from Quick/Nimble to XCTest in the same way as Swinject PR #473.

Note A few unit tests that check throwing precondition were commented out because those cannot be tested without depending on Nimble or CwlPreconditionTesting. I prioritized migration to XCTest and reducing dependency this time for easier maintainability as stated in #472.

yoichitgy commented 3 years ago

@mpdifran Thank you for the review😃