Class NativeBuildOutputExtension
java.lang.Object
io.quarkus.test.junit.nativeimage.NativeBuildOutputExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension
@Deprecated
public class NativeBuildOutputExtension
extends Object
implements org.junit.jupiter.api.extension.BeforeAllCallback
Deprecated.
This extension is no longer used by core Quarkus and will eventually be removed.
This is a general utility to assert via
unit testing how many classes, methods, objects etc. have been included in a native-image.
For detailed information and explanations on the build output, visit the upstream GraalVM documentation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext) Deprecated.voidDeprecated.voidverifyImageMetrics(String propertiesFileName) Deprecated.
-
Constructor Details
-
NativeBuildOutputExtension
public NativeBuildOutputExtension()Deprecated.
-
-
Method Details
-
verifyImageMetrics
public void verifyImageMetrics()Deprecated. -
verifyImageMetrics
Deprecated. -
beforeAll
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws Exception Deprecated.- Specified by:
beforeAllin interfaceorg.junit.jupiter.api.extension.BeforeAllCallback- Throws:
Exception
-