org.quilt.textui
Class Textui

java.lang.Object
  |
  +--org.quilt.textui.Textui
All Implemented Interfaces:
RunnerConst
Direct Known Subclasses:
MockTestRunner, TestRunner

public abstract class Textui
extends java.lang.Object
implements RunnerConst

Template textui test runner. Need to add main() and runWithIt().


Field Summary
protected  QuiltClassLoader quiltLoader
           
protected  StmtRegistry stmtReg
           
 
Fields inherited from interface org.quilt.runner.RunnerConst
DEFAULT_TRACE_FILTERS, ERRORS, FAILURES, SUCCESS
 
Constructor Summary
Textui()
           
 
Method Summary
protected  int handleArgs(java.lang.String[] args)
          Called by main - pulls arguments off a command line to build a QuiltTest structure and formatter vector.
 void usage()
          Command line usage message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quiltLoader

protected QuiltClassLoader quiltLoader

stmtReg

protected StmtRegistry stmtReg
Constructor Detail

Textui

public Textui()
Method Detail

usage

public void usage()
Command line usage message. XXX This must be fleshed out.


handleArgs

protected int handleArgs(java.lang.String[] args)
Called by main - pulls arguments off a command line to build a QuiltTest structure and formatter vector.

Parameters:
args - Usual command line argument vector
Returns:
RunnerConst status codes
See Also:
QuiltTest, RunnerConst


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.