[jbehave-dev] [jira] Updated: (JBEHAVE-228) ScenarioReporterBuilder

2009-12-27 Thread Mauro Talevi (JIRA)

 [ 
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.

{code}
new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, 
converter))
.with(CONSOLE)
.with(TXT).with(HTML).with(XML)
.build();
{code}

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

It should build by default with STATS format, as this is used by the reporter 
renderer index, but allow for default formats to be changed.

It should allow for the specification of the report file directory, from the 
default jbehave-reports.
 


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

{code}
new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, 
converter))
.with(CONSOLE).with(STATS)
.with(TXT).with(HTML).with(XML)
.build();
{code}

It should provide a 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.
 {code}
 new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, 
 converter))
 .with(CONSOLE)
 .with(TXT).with(HTML).with(XML)
 .build();
 {code}
 It should provide a default reporter instance for all formats, but allow for 
 configurability for each format.
 It should build by default with STATS format, as this is used by the reporter 
 renderer index, but allow for default formats to be changed.
 It should allow for the specification of the report file directory, from the 
 default jbehave-reports.
  

-- 
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




[jbehave-dev] [jira] Updated: (JBEHAVE-228) ScenarioReporterBuilder

2009-12-26 Thread Mauro Talevi (JIRA)

 [ 
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




[jbehave-dev] [jira] Updated: (JBEHAVE-228) ScenarioReporterBuilder

2009-12-26 Thread Mauro Talevi (JIRA)

 [ 
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.

{code}
new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, 
converter))
.with(CONSOLE).with(STATS)
.with(TXT).with(HTML).with(XML)
.build();
{code}

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 a 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.
 {code}
 new ScenarioReporterBuilder(new FilePrintStreamFactory(scenarioClass, 
 converter))
 .with(CONSOLE).with(STATS)
 .with(TXT).with(HTML).with(XML)
 .build();
 {code}
 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