com.ohrasys.cad.bnf.validator
Class BNFValidator

java.lang.Object
  extended by com.ohrasys.cad.bnf.BNFAbstractTest
      extended by com.ohrasys.cad.bnf.BNFOneOrMoreRequiredTest
          extended by com.ohrasys.cad.bnf.validator.BNFValidator
All Implemented Interfaces:
BNFTestImplementor

public class BNFValidator
extends BNFOneOrMoreRequiredTest


Field Summary
 
Fields inherited from class com.ohrasys.cad.bnf.BNFAbstractTest
collectedData, collecting, committed, formatting, i18n, nextTest, playable, result, tests
 
Constructor Summary
BNFValidator()
           
 
Method Summary
 java.lang.Object collect()
          A method to retrieve data collected during the evaluation of this test
 
Methods inherited from class com.ohrasys.cad.bnf.BNFOneOrMoreRequiredTest
reset, test, toString
 
Methods inherited from class com.ohrasys.cad.bnf.BNFAbstractTest
checkTests, isFirstTest, isLastTest, isNotLastTest, setCollecting, setFormatting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BNFValidator

public BNFValidator()
             throws BNFTestException
Throws:
BNFTestException
Method Detail

collect

public java.lang.Object collect()
Description copied from class: BNFAbstractTest
A method to retrieve data collected during the evaluation of this test

Specified by:
collect in interface BNFTestImplementor
Overrides:
collect in class BNFAbstractTest
Returns:
A list containing the data collected by this test during evaluation