All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.com.dius.pact.consumer.groovy.EachLikeMatcher.groovy Maven / Gradle / Ivy

package au.com.dius.pact.consumer.groovy

import au.com.dius.pact.core.model.matchingrules.MatchingRule

/**
 * Each like matcher for arrays
 */
class EachLikeMatcher extends LikeMatcher {

  MatchingRule getMatcher() {
    au.com.dius.pact.core.model.matchingrules.TypeMatcher.INSTANCE
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy