Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

FactorsValidator Class Reference

Inheritance diagram for FactorsValidator:

Inheritance graph
[legend]
Collaboration diagram for FactorsValidator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Object collect ()
 A method to retrieve data collected during the evaluation of this test.
 FactorsValidator () throws BNFTestException

Constructor & Destructor Documentation

FactorsValidator  )  throws BNFTestException
 

Definition at line 7 of file FactorsValidator.java.

00008                             {super(createTests());}


Member Function Documentation

Object collect  ) 
 

A method to retrieve data collected during the evaluation of this test.

Returns:
A list containing the data collected by this test during evaluation

Reimplemented from BNFAbstractTest.

Definition at line 20 of file FactorsValidator.java.

References BNFAbstractTest.formatting.

00020                          {
00021     if(formatting){
00022       return format(ValidatorUtils.flattenList((List)super.collect()));
00023     } else { 
00024       return ValidatorUtils.flattenList((List)super.collect());
00025     }
00026   }


The documentation for this class was generated from the following file:
Generated on Sun Nov 13 10:13:19 2005 for JavaBackus-NaurTestAPI(JBNT) by  doxygen 1.4.2