Class TestConfigurationLoader

    • Constructor Detail

      • TestConfigurationLoader

        public TestConfigurationLoader​(TestInputExecutor testInputExecutor)
    • Method Detail

      • load

        public TestMethodConfiguration 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<TestMethodConfiguration>
        Parameters:
        method - the method from which the information should be loaded
        Returns:
        the loaded object