diff --git a/multi/multi__contract_dsl.html b/multi/multi__contract_dsl.html index 7bbfaf967d..0d940415aa 100644 --- a/multi/multi__contract_dsl.html +++ b/multi/multi__contract_dsl.html @@ -1817,4 +1817,92 @@ index of the contract in the list.
The generated stubs is shown in the fol 1_WithList.json
As you can see, the first file got the name parameter from the contract. The second
got the name of the contract file (WithList.groovy) prefixed with the index (in this
case, the contract had an index of 1 in the list of contracts in the file).
![]() | Tip |
|---|---|
As you can see, it iss much better if you name your contracts because doing so makes -your tests far more meaningful. |