Class AotIntegrationTest

java.lang.Object
org.kohsuke.github.AotIntegrationTest

@SpringBootTest public class AotIntegrationTest extends Object
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 Details

    • AotIntegrationTest

      public AotIntegrationTest()
      Create default AotIntegrationTest instance
  • Method Details

    • testIfAllRequiredClassesAreRegisteredForAot

      public void testIfAllRequiredClassesAreRegisteredForAot() throws IOException
      Test to check if all required classes are registered for AOT.
      Throws:
      IOException - if the files to test can not be read