mhalbritter / graalvm-mockito

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mockito in GraalVM native image

Execute tests

./gradlew test

Execute tests in native-image

./gradlew nativeTest

FAQ

Where's the metadata for Mockito coming from?

Collected with the agent by running the tests:

./gradlew test -Pagent
./gradlew metadataCopy

About


Languages

Language:Java 100.0%