Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Merge thirtyinch-test in thirtyinch #118

Closed
StefMa opened this issue Sep 28, 2017 · 0 comments · Fixed by #120
Closed

Merge thirtyinch-test in thirtyinch #118

StefMa opened this issue Sep 28, 2017 · 0 comments · Fixed by #120

Comments

@StefMa
Copy link
Contributor

StefMa commented Sep 28, 2017

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...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging a pull request may close this issue.

1 participant