Updated docs

This commit is contained in:
Marcin Grzejszczak
2016-09-23 22:44:01 +02:00
parent 6381362ad6
commit 0694d5b6f6
3 changed files with 3 additions and 3 deletions

View File

@@ -433,7 +433,7 @@ extended by the autogenerated tests. You have two options:
The convention is such that if you have a contract under e.g. `src/test/resources/contract/hello/v1/` and provide the value of the `packageWithBaseClasses` property
to `hello` then we will assume that there is a `HelloV1Base` class under `hello` package. In other words we take last two parts of package
if they exist and form a class with a `Base` suffix. Takes precedence over **baseClassForTests**. Example of usage in the `contracts` closure:
if they exist and form a class with a `Base` suffix. Takes precedence over **baseClassForTests**. Example of usage:
[source,xml,indent=0]
----