Interface AnnotationEngine

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.AutoCloseable process​(java.lang.Class<?> clazz, java.lang.Object testInstance)
      Processes the test instance to configure annotated members.
    • Method Detail

      • process

        java.lang.AutoCloseable process​(java.lang.Class<?> clazz,
                                        java.lang.Object testInstance)
        Processes the test instance to configure annotated members.
        Parameters:
        clazz - Class where to extract field information, check implementation for details
        testInstance - Test instance