Class ArgumentsSourceHandler

  • All Implemented Interfaces:
    ParameterExtractionHandler

    public class ArgumentsSourceHandler
    extends AbstractParameterExtractionHandler
    Parameter extraction handler for @ArgumentsSource annotated parameterized tests. Supports extraction of parameter values from custom ArgumentsProvider implementations specified in @ArgumentsSource annotations. Handles complex argument providers with automatic instantiation and invocation.