GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

Merge thirtyinch-test in thirtyinch #118

Closed StefMa closed 6 years ago

StefMa commented 6 years ago

Currently we have a extra thirtyinch-test dependency which includes just a single file. Because it is way more overhead to maintain these extra package we agreed that we want to merge it into the "main" thirtyinch module.

We want to have a similar idea like RxJava in tests. Just calling:

val presenterInstructor = MyPresenterImpl().test()

Currently we are not really sure if we really want to return the PresenterInstructor or another (helper) object which hold the real presenter and the instructor... Maybe later we want to add more functionality to it which can nicely delegate the "actions" (or maybe asserts 🤔 ) to the correct object...