Interface ParameterResolver

  • All Known Implementing Classes:
    DefaultParameterResolver

    public interface ParameterResolver
    The parameter resolver is responsible for the creation of a map of parameters for fixture executions. It does NOT convert any values, which is the duty of the ValueConverter.
    Author:
    Rene Schneider - initial API and implementation