You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
While I'm working on #54 I've found some strange stuff.
The test testManageViewSubscription_WithDetachSingleSub_ShouldUnsubscribe inside RxTiPresenterSubscriptionHandlerTest is equal to testManageViewSubscription_WithDetachView_ShouldUnsubscribe. So I guess we can remove it?!
Probably I've copied the test code to the rx2 module which can be removed ❌ as well
testManageViewDisposable_DetachBeforeAttach_ShouldThrowAssertError in RxiTiPresenterDisposableHandlerTest (and maybe in RxTiPresenterSubscriptionHandlerTest too) will - hopefully - never happen.
Is it currently possible to detach a view without attaching? 🤔
Should we move the TiMockPresenter inside the test module? 🤔
The text was updated successfully, but these errors were encountered:
While I'm working on #54 I've found some strange stuff.
The test
testManageViewSubscription_WithDetachSingleSub_ShouldUnsubscribe
insideRxTiPresenterSubscriptionHandlerTest
is equal totestManageViewSubscription_WithDetachView_ShouldUnsubscribe
. So I guess we can remove it?!Probably I've copied the test code to the
rx2
module which can be removed ❌ as welltestManageViewDisposable_DetachBeforeAttach_ShouldThrowAssertError
inRxiTiPresenterDisposableHandlerTest
(and maybe inRxTiPresenterSubscriptionHandlerTest
too) will - hopefully - never happen.Is it currently possible to detach a view without attaching? 🤔
Should we move the
TiMockPresenter
inside thetest
module? 🤔The text was updated successfully, but these errors were encountered: