Jonathan Bluett-Duncan
Jonathan Bluett-Duncan
I'm still interested in contributing this eventually.
If this issue is ever addressed, I wonder if it would be worth including ClassGraph, shadowing it, and using it instead of `ClasspathScanner`. 🤔
It's not ideal, but JUnit 5 has a method called [`assertTimeoutPreemptively`](https://junit.org/junit5/docs/current/api/org.junit.jupiter.api/org/junit/jupiter/api/Assertions.html#assertTimeoutPreemptively(java.time.Duration,org.junit.jupiter.api.function.Executable)), which you can call with a programmatic timeout duration in every test method that needs a timeout. For example,...
> Thanks. "not ideal" is a bit of an understatement, though. We have several hundred tests that would need to be modified to make this work. This is a big...
This might still be a useful issue to keep open?
The proposed documentation change sounds useful to me, so I wonder if this issue should be re-opened?
I personally like this idea, and I cannot think of any alternatives, so I'm happy for **Platform** to go down this route.
Are https://github.com/JnRouvignac/AutoRefactor/issues/148 and https://github.com/JnRouvignac/AutoRefactor/commit/6705113a055cea41053d5a162998dce17fc2dbae related to this issue?
Thanks for taking the effort to look into this @cal101; looks interesting! :+1:
@cal101 Your effort would probably be best presented as a Pull Request, if you know how to do one of those. That way, people are more likely to find it...