Skip to content

Commit 6f4791b

Browse files
committed
fix graalVM tests
1 parent debee16 commit 6f4791b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Args=--initialize-at-build-time=org.junit.runner.RunWith \
22
--initialize-at-build-time=org.junit.experimental.categories.Category \
3-
--initialize-at-build-time=org.junit.runners.model.FrameworkField
3+
--initialize-at-build-time=org.junit.runners.model.FrameworkField \
4+
-H:DynamicProxyConfigurationResources=${.}/proxy-config.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[
2+
{
3+
"interfaces": ["org.mockito.plugins.MockMaker"]
4+
}
5+
]

0 commit comments

Comments
 (0)