Package dev.aherscu.qa.jgiven.reporter
Class QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder<C extends QaJGivenPerMethodReporter,B extends QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder<C,B>>
- java.lang.Object
-
- dev.aherscu.qa.jgiven.reporter.AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<com.tngtech.jgiven.report.model.ScenarioModel,QaJGivenPerMethodReporter,C,B>
-
- dev.aherscu.qa.jgiven.reporter.QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder<C,B>
-
- Enclosing class:
- QaJGivenPerMethodReporter
public abstract static class QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder<C extends QaJGivenPerMethodReporter,B extends QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder<C,B>> extends AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<com.tngtech.jgiven.report.model.ScenarioModel,QaJGivenPerMethodReporter,C,B>
-
-
Constructor Summary
Constructors Constructor Description QaJGivenPerMethodReporterBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B
$fillValuesFrom(C instance)
abstract C
build()
protected abstract B
self()
String
toString()
-
Methods inherited from class dev.aherscu.qa.jgiven.reporter.AbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder
datePattern, debug, outputDirectory, pdf, referenceTag, screenshotScale, sourceDirectory, templateResource
-
-
-
-
Method Detail
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFrom
in classAbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<com.tngtech.jgiven.report.model.ScenarioModel,QaJGivenPerMethodReporter,C extends QaJGivenPerMethodReporter,B extends QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
self
in classAbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<com.tngtech.jgiven.report.model.ScenarioModel,QaJGivenPerMethodReporter,C extends QaJGivenPerMethodReporter,B extends QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder<C,B>>
-
build
public abstract C build()
- Specified by:
build
in classAbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<com.tngtech.jgiven.report.model.ScenarioModel,QaJGivenPerMethodReporter,C extends QaJGivenPerMethodReporter,B extends QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder<C,B>>
-
toString
public String toString()
- Overrides:
toString
in classAbstractQaJgivenReporter.AbstractQaJgivenReporterBuilder<com.tngtech.jgiven.report.model.ScenarioModel,QaJGivenPerMethodReporter,C extends QaJGivenPerMethodReporter,B extends QaJGivenPerMethodReporter.QaJGivenPerMethodReporterBuilder<C,B>>
-
-