Package org.citrusframework.reporter
Class ReporterConfig
java.lang.Object
org.citrusframework.reporter.ReporterConfig
- Author:
- Christoph Deppisch
-
Field Details
-
CITRUS_LOGGING_REPORTER
- See Also:
-
CITRUS_JUNIT_REPORTER
- See Also:
-
CITRUS_HTML_REPORTER
- See Also:
-
DEFAULT_LOGGING_REPORTER_ENABLED_PROPERTY
- See Also:
-
DEFAULT_JUNIT_REPORTER_ENABLED_PROPERTY
- See Also:
-
DEFAULT_HTML_REPORTER_ENABLED_PROPERTY
- See Also:
-
-
Constructor Details
-
ReporterConfig
public ReporterConfig()
-
-
Method Details
-
loggingReporter
@Bean(name="citrusLoggingReporter") @Conditional(org.citrusframework.reporter.ReporterConfig.LoggingReporterEnablementCondition.class) public LoggingReporter loggingReporter() -
htmlReporter
@Bean(name="citrusHtmlReporter") @Conditional(org.citrusframework.reporter.ReporterConfig.HtmlReporterEnablementCondition.class) public HtmlReporter htmlReporter() -
junitReporter
@Bean(name="citrusJunitReporter") @Conditional(org.citrusframework.reporter.ReporterConfig.JunitReporterEnablementCondition.class) public JUnitReporter junitReporter() -
testReporters
-