Class PlatformConfigProvider
- java.lang.Object
-
- org.graalvm.junit.platform.config.platform.PlatformConfigProvider
-
- All Implemented Interfaces:
PluginConfigProvider
public class PlatformConfigProvider extends java.lang.Object implements PluginConfigProvider
-
-
Constructor Summary
Constructors Constructor Description PlatformConfigProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonLoad(NativeImageConfiguration config)voidonTestClassRegistered(java.lang.Class<?> testClass, NativeImageConfiguration registry)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.graalvm.junit.platform.config.core.PluginConfigProvider
getMajorJDKVersion
-
-
-
-
Method Detail
-
onLoad
public void onLoad(NativeImageConfiguration config)
- Specified by:
onLoadin interfacePluginConfigProvider
-
onTestClassRegistered
public void onTestClassRegistered(java.lang.Class<?> testClass, NativeImageConfiguration registry)- Specified by:
onTestClassRegisteredin interfacePluginConfigProvider
-
-