JorgeCastilloPrz / ArrowAndroidSamples

Functional Programing Android architecture using http://arrow-kt.io/
426 stars 38 forks source link

Add tests for tagless-final #21

Closed skrabacz-michal closed 5 years ago

skrabacz-michal commented 6 years ago

Could you add tests for the tagless-final approach? To show how to mock/stub e.g. API requests?

JorgeCastilloPrz commented 5 years ago

Hey @skrabacz-michal, I'm sorry that took so long but I've bumped the project to last Arrow release (0.10.2) plus refactored a bunch of things and added some API Integration tests so you can see how to replace stuff at runtime.

Here you have the tests.

Closing this for now.