Interface ParameterExtractionHandler

    • Method Detail

      • extractParameters

        java.lang.Object extractParameters​(ParameterExtractionContext context)
        Extracts parameters from the test method using this strategy's specific logic.
        Parameters:
        context - the parameter extraction context containing test method and annotations
        Returns:
        extracted parameter value (single value for simple params, Map for multiple params), or null if extraction fails
        Throws:
        ParameterExtractionException - if parameter extraction encounters an error
      • getStrategyName

        java.lang.String getStrategyName()
        Gets the name of this strategy for debugging and logging purposes.
        Returns:
        human-readable strategy name