Sync docs from master to gh-pages
This commit is contained in:
@@ -2588,19 +2588,31 @@ components. Those properties might be used by e.g. inbuilt or custom Stub Downlo
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<simpara>The following properties are used when you want to specify the location of the JAR
|
||||
containing the contracts:
|
||||
* <emphasis role="strong">contractDependency</emphasis>: Specifies the Dependency that provides
|
||||
containing the contracts:</simpara>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara><emphasis role="strong">contractDependency</emphasis>: Specifies the Dependency that provides
|
||||
<literal>groupid:artifactid:version:classifier</literal> coordinates. You can use the <literal>contractDependency</literal>
|
||||
closure to set it up.
|
||||
* <emphasis role="strong">contractsPath</emphasis>: Specifies the path to the jar. If contract dependencies are
|
||||
downloaded, the path defaults to <literal>groupid/artifactid</literal> where <literal>groupid</literal> is slash
|
||||
separated. Otherwise, it scans contracts under the provided directory.
|
||||
* <emphasis role="strong">contractsMode</emphasis>: Specifies the mode of downloading contracts (whether the
|
||||
JAR is available offline, remotely etc.)
|
||||
* <emphasis role="strong">contractsSnapshotCheckSkip</emphasis>: If set to <literal>true</literal> will not assert whether the
|
||||
downloaded stubs / contract JAR was downloaded from a remote location or a local one(only applicable to Maven repos, not Git or Pact).
|
||||
* <emphasis role="strong">deleteStubsAfterTest</emphasis>: If set to <literal>false</literal> will not remove any downloaded
|
||||
closure to set it up.</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara><emphasis role="strong">contractsPath</emphasis>: Specifies the path to the jar. If contract dependencies are
|
||||
downloaded, the path defaults to <literal>groupid/artifactid</literal> where <literal>groupid</literal> is slash
|
||||
separated. Otherwise, it scans contracts under the provided directory.</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara><emphasis role="strong">contractsMode</emphasis>: Specifies the mode of downloading contracts (whether the
|
||||
JAR is available offline, remotely etc.)</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara><emphasis role="strong">contractsSnapshotCheckSkip</emphasis>: If set to <literal>true</literal> will not assert whether the
|
||||
downloaded stubs / contract JAR was downloaded from a remote location or a local one(only applicable to Maven repos, not Git or Pact).</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara><emphasis role="strong">deleteStubsAfterTest</emphasis>: If set to <literal>false</literal> will not remove any downloaded
|
||||
contracts from temporary directories</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section xml:id="gradle-single-base-class">
|
||||
<title>Single Base Class for All Tests</title>
|
||||
|
||||
Reference in New Issue
Block a user