Class QaJGivenPerClassReporterMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- dev.aherscu.qa.jgiven.reporter.maven.plugin.AbstractQaJgivenReporterMojo
-
- dev.aherscu.qa.jgiven.reporter.maven.plugin.QaJGivenPerClassReporterMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="perclass-report", defaultPhase=VERIFY) public class QaJGivenPerClassReporterMojo extends AbstractQaJgivenReporterMojo
Generates JGiven report in QA format per class (segregated).
-
-
Field Summary
Fields Modifier and Type Field Description protected String
templateResource
-
Fields inherited from class dev.aherscu.qa.jgiven.reporter.maven.plugin.AbstractQaJgivenReporterMojo
datePattern, debug, outputDirectory, pdf, screenshotScale, skip, sourceDirectory
-
-
Constructor Summary
Constructors Constructor Description QaJGivenPerClassReporterMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
templateResource
@Parameter(defaultValue="/qa-jgiven-perclass-reporter.html") protected String templateResource
-
-