Uses of Class
dev.aherscu.qa.jgiven.reporter.AbstractQaJgivenReporter
-
-
Uses of AbstractQaJgivenReporter in dev.aherscu.qa.jgiven.reporter
Classes in dev.aherscu.qa.jgiven.reporter with type parameters of type AbstractQaJgivenReporter Modifier and Type Class Description class
AbstractQaJgivenReporter<M,T extends AbstractQaJgivenReporter<?,?>>
Base functionality and defaults for all kinds of reporters.static class
AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<M,T extends AbstractQaJgivenReporter<?,?>,C extends AbstractQaJgivenReporter<M,T>,B extends AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<M,T,C,B>>
static class
AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<M,T extends AbstractQaJgivenReporter<?,?>,C extends AbstractQaJgivenReporter<M,T>,B extends AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<M,T,C,B>>
Subclasses of AbstractQaJgivenReporter in dev.aherscu.qa.jgiven.reporter Modifier and Type Class Description class
QaJGivenPerClassReporter
Per test class reporter.class
QaJGivenPerMethodReporter
Per test method reporter.class
QaJGivenReporter
All in one report.Methods in dev.aherscu.qa.jgiven.reporter that return AbstractQaJgivenReporter Modifier and Type Method Description AbstractQaJgivenReporter<M,T>
AbstractQaJgivenReporter. prepare()
Prepares the output directory.protected AbstractQaJgivenReporter<M,T>
AbstractQaJgivenReporter. with(org.testng.xml.XmlSuite xmlSuite)
Builds a new reporter configured per following TestNG XML suite parameters: referenceTag the reference tag identifier, orDEFAULT_REFERENCE_TAG
screenshotScale the screenshot scale to apply when embedding files into reports, orDEFAULT_SCREENSHOT_SCALE
datePattern the date pattern to use for presenting dates, orDEFAULT_DATE_PATTERN
templateResourceXXX the template resource file name to apply; theXXX
is the concrete reporter implementation name (class)
-