Public Member Functions | Static Public Member Functions | Protected Member Functions

alma.acs.testsupport.tat.NoDotJUnitRunner Class Reference

Inherits junit::textui::TestRunner.

List of all members.

Public Member Functions

 NoDotJUnitRunner ()

Static Public Member Functions

static void main (String args[])

Protected Member Functions

ResultPrinter createResultPrinter ()

Detailed Description

Variant of junit.textui.TestRunner that does not print a "." for every test. Using this class can be useful in conjunction with TAT, because these dots sometimes show up in the output and sometimes they don't (unknown hidden parameters of TAT??), which forces us to change the ref files unnecessarily.

Author:
hsommer

Constructor & Destructor Documentation

alma.acs.testsupport.tat.NoDotJUnitRunner.NoDotJUnitRunner (  ) 

Member Function Documentation

ResultPrinter alma.acs.testsupport.tat.NoDotJUnitRunner.createResultPrinter (  )  [protected]

Factory method for result printer. Could be overridden by a test that needs a more specialized custom ResultPrinter

Referenced by alma.acs.testsupport.tat.NoDotJUnitRunner.NoDotJUnitRunner().

static void alma.acs.testsupport.tat.NoDotJUnitRunner.main ( String  args[]  )  [static]

Copied from base class TestRunner, except that a NoDotJUnitRunner gets created.

References alma.acs.testsupport.tat.NoDotJUnitRunner.NoDotJUnitRunner().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties