InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
8.76k stars 695 forks source link

Add manualVerification argument for test verification #1854

Open JajaComp opened 2 months ago

JajaComp commented 2 months ago

In my project, I run a dependency graph test from an application module, as a result of which I cannot access many internal module classes. This modification solves this problem. Also in the Android project there are many internal classes of the ClassNameArgs type, this modification also allows you to validate classes by mask.