[ 
http://jira.codehaus.org/browse/JBEHAVE-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mauro Talevi updated JBEHAVE-228:
---------------------------------

    Description: 
A scenario reporter builder that allows easy instantiation of a delegating 
scenario reporter for multiple formats, e.g.

<pre>
new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, 
converter))
                            .with(CONSOLE).with(STATS)
                            .with(TXT).with(HTML).with(XML)
                            .build();
</pre>

It should provide a default for all formats, but allow for configurability for 
each format.

  was:
A scenario reporter builder that allows easy instantiation of a delegating 
scenario reporter for multiple formats, e.g.

<pre>
new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, 
converter))
                            .with(CONSOLE).with(STATS)
                            .with(TXT).with(HTML).with(XML)
                            .build();
</pre>

It should provide default for all formats, but allow for configurability for 
each format.


> ScenarioReporterBuilder
> -----------------------
>
>                 Key: JBEHAVE-228
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-228
>             Project: JBehave
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Mauro Talevi
>            Assignee: Mauro Talevi
>             Fix For: 2.4
>
>
> A scenario reporter builder that allows easy instantiation of a delegating 
> scenario reporter for multiple formats, e.g.
> <pre>
> new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, 
> converter))
>                             .with(CONSOLE).with(STATS)
>                             .with(TXT).with(HTML).with(XML)
>                             .build();
> </pre>
> It should provide a default for all formats, but allow for configurability 
> for each format.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to