-
Notifications
You must be signed in to change notification settings - Fork 149
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
Fixes #151: org.junit.runner.Description.fAnnotations array is null with junitparams parameterized junit tests #158
base: master
Are you sure you want to change the base?
Conversation
The broken build has nothing to to with this PR. It is caused by the discontinued support of some older TLS versions: This should be fixed on a separate branch. |
6219b2d
to
a8e633a
Compare
Dear @woprzech, did you have some time to review this pull request? |
The main dependency has a bug where annotations added on test methods are not forwarded to any test rules (Pragmatists/JUnitParams#151), which breaks the `ExpectedUnsubscribed` annotation used for hinting to the `RxErrorsRule` that we expect a certain number of `Completable` instances to not be subscribed to. There is a PR to fix it (Pragmatists/JUnitParams#158), but this has been inactive for over a year, so I forked the repository and applied the fix myself and published it via Jitpack.
I forked the repository, applied the fix myself and published it via Jitpack. Repository: https://github.com/vinaysshenoy/JUnitParams |
The main dependency has a bug where annotations added on test methods are not forwarded to any test rules (Pragmatists/JUnitParams#151), which breaks the `ExpectedUnsubscribed` annotation used for hinting to the `RxErrorsRule` that we expect a certain number of `Completable` instances to not be subscribed to. There is a PR to fix it (Pragmatists/JUnitParams#158), but this has been inactive for over a year, so I forked the repository and applied the fix myself and published it via Jitpack.
The main dependency has a bug where annotations added on test methods are not forwarded to any test rules (Pragmatists/JUnitParams#151), which breaks the `ExpectedUnsubscribed` annotation used for hinting to the `RxErrorsRule` that we expect a certain number of `Completable` instances to not be subscribed to. There is a PR to fix it (Pragmatists/JUnitParams#158), but this has been inactive for over a year, so I forked the repository and applied the fix myself and published it via Jitpack.
The main dependency has a bug where annotations added on test methods are not forwarded to any test rules (Pragmatists/JUnitParams#151), which breaks the `ExpectedUnsubscribed` annotation used for hinting to the `RxErrorsRule` that we expect a certain number of `Completable` instances to not be subscribed to. There is a PR to fix it (Pragmatists/JUnitParams#158), but this has been inactive for over a year, so I forked the repository and applied the fix myself and published it via Jitpack.
The main dependency has a bug where annotations added on test methods are not forwarded to any test rules (Pragmatists/JUnitParams#151), which breaks the `ExpectedUnsubscribed` annotation used for hinting to the `RxErrorsRule` that we expect a certain number of `Completable` instances to not be subscribed to. There is a PR to fix it (Pragmatists/JUnitParams#158), but this has been inactive for over a year, so I forked the repository and applied the fix myself and published it via Jitpack.
This PR should reproduce and fix the issue described in #151. Looking forward for your feedback.