-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dematerialize #174
Dematerialize #174
Conversation
test-RxJava-pull-requests #2 FAILURE |
RxJava-pull-requests #9 SUCCESS |
I would suggest you to use Mockito for the unit tests instead of coding stub observer. This will make testing a lot more easier. Basically what you need is to mock observer using Mockito is widely used within the codebase so you might want take a look to the existing tests for examples. |
@mairbek thanks. updated the code to use mockit. but still use |
RxJava-pull-requests #10 SUCCESS |
test-RxJava-pull-requests #3 FAILURE |
RxJava-pull-requests #11 SUCCESS |
test-RxJava-pull-requests #4 FAILURE |
This could not be automatically merged due to conflicts with other pull requests so manually merged in #177 |
…miter-configuration ReactiveX#174 Dynamic ratelimiter configuration
PR for #37
Someone might want to help me with proper unit tests :)