Closed lanwen closed 10 years ago
also add e2e tests module to simplify debugging of annotation processor, use props from props-loader 1.5
matcher.gen.annotations
For example we have @Expose annotation (com.google.gson.annotations.Expose) by Gson and want to generate matchers for fields with such annotation.
@Expose
com.google.gson.annotations.Expose
We can now:
mvn clean install -Dmatcher.gen.annotations=ru.yandex.qatools.processors.matcher.gen.annotations.GenerateMatcher,com.google.gson.annotations.Expose
matchers.gen.properties
matcher.gen.annotations=ru.yandex.qatools.processors.matcher.gen.annotations.GenerateMatcher,com.google.gson.annotations.Expose
also add e2e tests module to simplify debugging of annotation processor, use props from props-loader 1.5
matcher.gen.annotations
.For example we have
@Expose
annotation (com.google.gson.annotations.Expose
) by Gson and want to generate matchers for fields with such annotation.We can now:
matchers.gen.properties
with content