Stefan Birkner
Stefan Birkner
@davido Can you give us an example of a build tool that relies on JUnit text UI to report test outcome.
I feel it is a good idea. For me your proposal that we handle it like a normal ignore makes sense, because I consider failed assumptions as dynamic ignores.
The JUnit team will merge it when two of us have approved the PR. I also added a small suggestion. It would be nice if you apply it but it...
@Panthro Which version of IntelliJ IDEA are you using?
@fubingting Can you please debug the test and tell us why it does not reach line 216 in TemporaryFolder.java. Is it because one of the conditions `lastMkdirsCallSuccessful` and `file.isDirectory()` is...
`Timeout` has a method `getTimeout`. Does this method already fix your problem? @Rule public final Timeout timeout = Timeout.seconds(5); @Test public void foo() { future.get( timeout.getTimeout(Timeunit.SECONDS), Timeunit.SECONDS ); // ......
I think that something like `@BeforeParameterRun` in #45 would be a solution to your problem, too. Am I right?
The code works as expected. From @kcooney's remarks in #1363 > The expressions passed into these methods should call production code, not test code, and AssumptionViolationException should generally be thrown...
@npathai's hamcrest-jdk8-extras has been renamed to https://github.com/npathai/hamcrest-optional.
Could you please add some tests for the new feature.