net.sourceforge.groboutils.pmti.v1.itf
Interface ITestIssueRecordWriter
- All Known Implementing Classes:
- XMLTestIssueRecordWriter
- public interface ITestIssueRecordWriter
Writes test-issues to some location. This may be an XML file, an external
Problem Tracker, or just output to the screen.
- Since:
- July 7, 2002
- Version:
- $Date: 2003/02/10 22:51:59 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Method Summary |
void |
write(ITestIssueRecordSet set,
java.lang.String name)
Write the given record set to the output repository in the correct
format. |
write
public void write(ITestIssueRecordSet set,
java.lang.String name)
throws java.io.IOException
- Write the given record set to the output repository in the correct
format.
- Parameters:
set
- the set of records to write.name
- a hint to specify a category to describe the set's output;
this may be used to generate a filename, among other things.
- Throws:
java.io.IOException
Copyright © 2001-2003 by The GroboUtils Project