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
In 1.x I was using TestSubscriber to perform assertions in unit tests. But it seems that in 2.x is TestObserver the class that we need to use for this matter. Is that correct? And if that's correct, when I should use TestSubscriber?
In 1.x I was using
TestSubscriberto perform assertions in unit tests. But it seems that in 2.x isTestObserverthe class that we need to use for this matter. Is that correct? And if that's correct, when I should useTestSubscriber?Thanks.