|
UTF-X, Unit Testing Framework - Xslt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutfx.printers.ResultPrinterFactory
public class ResultPrinterFactory
ResultPrinter factory.
Copyright © 2004 - University of Southern Queensland.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
$Source: /cvs/utf-x/framework/src/java/utfx/printers/ResultPrinterFactory.java,v $
Field Summary | |
---|---|
(package private) static java.io.PrintStream |
err
stderr print stream |
(package private) static java.io.PrintStream |
out
stdout print stream |
(package private) static java.io.FileOutputStream |
output
this is the output stream for the logger result printer |
(package private) static java.io.PrintStream |
ps
print stream |
private java.lang.Class |
resultPrinterClass
Class representing the ResultPrinter type that this instance of the ResultPrinterFactory will create. |
Constructor Summary | |
---|---|
ResultPrinterFactory()
|
Method Summary | |
---|---|
static ResultPrinterFactory |
newInstance()
This method creates and returns a new instance of result printer factory. |
ResultPrinter |
newResultPrinter()
Get a result printer instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static java.io.PrintStream out
static java.io.PrintStream err
static java.io.FileOutputStream output
static java.io.PrintStream ps
private java.lang.Class resultPrinterClass
Constructor Detail |
---|
public ResultPrinterFactory()
Method Detail |
---|
public static ResultPrinterFactory newInstance()
utfx.result-printer.class
property. If
this method fails to instantiate a class of type specified in that
property then it will create and return a factory configured to use
JunitResultPrinter which is the default result printer.
public ResultPrinter newResultPrinter()
|
UTF-X, Unit Testing Framework - Xslt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |