Urs Metz
Urs Metz
I guess this addresses the situation as issue #49.
FYI @jjk-jacky: I've been using the version from the branch `rm-delta` with no issues. I'm not using all features of kalu: only update checks for the Arch repos and the...
There is also an issue concerning Angular, RxJS observables, and unit tests (angular/angular#10127) where some observables don't fire when the clock is mocked. In that issue there are some workarounds...
junit-team/junit#1073 should also be considered when discussing this issue.
@npryce Should I open a pull request with the suggested changes? @tavianator Do you want to tackle the issue with `ExpectedException.expectCause()` you mentioned in junit-team/junit#1073? Considering the discussion in #11...
I just had a look at the code of `ExpectedException` in hamcrest-java (should have done that before :-/; I thought it was identical to that from JUnit 4.12 but it...