Nikolaev Ilya
Results
2
issues of
Nikolaev Ilya
Hi guys. Do you have any examples, best practices how you tests yours features?
question
Hi. In [best practices](https://badoo.github.io/MVICore/bestpractices/) you wrote next code ``` class BootstrapperImpl( private val feature1: Feature1 ) : Bootstrapper { override fun invoke(): Observable = feature1.news.map { SomeWishOfFeature2 } } ```...
question