Skip to content

Instantly share code, notes, and snippets.

@lazar-mitrovic
Created June 11, 2021 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazar-mitrovic/e882a0be4b84caa01575952cfc176578 to your computer and use it in GitHub Desktop.
Save lazar-mitrovic/e882a0be4b84caa01575952cfc176578 to your computer and use it in GitHub Desktop.
$ ./gradlew nativeTest
> Task :nativeTest
JUnit Platform on Native Image - report
----------------------------------------
org.graalvm.buildtools.example.App2Test > appHasAGreeting() SUCCESSFUL
org.graalvm.buildtools.example.AppTest > appHasAGreeting() SUCCESSFUL
Test run finished after 3 ms
[ 3 containers found ]
[ 0 containers skipped ]
[ 3 containers started ]
[ 0 containers aborted ]
[ 3 containers successful ]
[ 0 containers failed ]
[ 2 tests found ]
[ 0 tests skipped ]
[ 2 tests started ]
[ 0 tests aborted ]
[ 2 tests successful ]
[ 0 tests failed ]
BUILD SUCCESSFUL in 771ms
5 actionable tasks: 1 executed, 4 up-to-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment