IDEA-287845 test case
- Run Test with IDEA using gradle delegation(default)
- See console output hangs on
> Task :test
with no output fromsetUp()
method - See all stdout appears in console only when execution finally comes to
test()
itself
- Open terminal in project root and execute
./gradlew :test --tests "Test"
- See output from
setUp()
method appears in console just in time it should