Class ReporterLoader

    • Constructor Detail

      • ReporterLoader

        public ReporterLoader()
    • Method Detail

      • load

        public List<ExecutionReporter> load​(Method method)
        Description copied from interface: Loader
        Loads a T based on the class

        Initializes the provider with the necessary annotation located somewhere on the class beforehand

        Specified by:
        load in interface Loader<List<ExecutionReporter>>
        Parameters:
        method - the method from which the information should be loaded
        Returns:
        the loaded object