Class PactUrlLoader

  • All Implemented Interfaces:
    au.com.dius.pact.provider.junitsupport.loader.PactLoader

    
    public class PactUrlLoader
     implements PactLoader
                        

    Implementation of PactLoader that downloads pacts from given urls

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final UrlsSource getPactSource()
      final Unit setPactSource(UrlsSource pactSource)
      final PactReader getPactReader()
      final Unit setPactReader(PactReader pactReader)
      final ValueResolver getResolver()
      final Unit setResolver(ValueResolver resolver)
      final Array<String> getUrls()
      final Auth getAuthentication()
      String description() Returns a description of this pact loader
      List<Pact> load(String providerName) Load pacts from appropriate source
      PactSource getPactSource() Returns the source object that the pacts where loaded from
      • Methods inherited from class au.com.dius.pact.provider.junitsupport.loader.PactLoader

        enablePendingPacts, initLoader, setValueResolver
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait