java.lang.Object
org.kohsuke.github.AotIntegrationTest
AOT test to check if the required classes are registered for reflections / serialization. WARNING: This test needs to
be run with maven as a plugin is required to generate the AOT information first.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test to check if all required classes are registered for AOT.
-
Constructor Details
-
AotIntegrationTest
public AotIntegrationTest()Create default AotIntegrationTest instance
-
-
Method Details
-
testIfAllRequiredClassesAreRegisteredForAot
Test to check if all required classes are registered for AOT.- Throws:
IOException
- if the files to test can not be read
-