-
I'm currently trying to use RxPresso in a test case, but it always gives a ClassCastException when the mock item is emitted.
**Test class**
``` java
@Rule
public ActivityTestRule subDepartmentAc…
-
Hi,
how can I use RxPresso if I use rx.Single instead of rx.Observable?
```
public interface DataRepository {
Single getUser(String id);
Single getArticles();
}
```
-
It would be useful if I can call `assertThat()` to verify if some error text is present on the screen. Otherwise, the only thing I have from Rxpresso is `expect()`.
Thanks,
Igor
-
Hey,
I got this error message when trying to add RxPresso to my project:
`Warning:Conflict with dependency 'io.reactivex:rxjava'. Resolved versions for app (1.1.9) and test app (1.0.14) differ. See …
-
It'd be great to have a demo showcasing how we deal with a reactive architecture. The example could parse a json and display some information in a fragment.
The goal is to show how to deal with netwo…
-
Hello
Espresso (https://code.google.com/p/android-test-kit/) is not mentioned at all. Did you have any bad experience with it?
-
Main planned theme is **Testing** (yay).
Feel free to suggest themes or questions to discuss or just ideas to improve the podcast. You can also suggest kind of "news" but not sure I want to make a ne…
-
The global readme should contain links to
- https://github.com/novoda/download-manager
- https://github.com/novoda/rxpresso
- https://github.com/novoda/landing-strip
- https://github.com/novoda/rxmoc…
-
Hello, I tried to import RxPresso 0.1.4 with gradle : jcenter() and my project is for a minimum sdk of 15.
After the sync, I get the error :
Error:(5, 5) uses-sdk:minSdkVersion 15 cannot be smaller t…
-
I can't run demo due to the fact that subscription is performed on main thread.