com.ohrasys.cad.bnf.validator
Class QuotedValidator

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

public class QuotedValidator
extends BNFRequiredTest


Field Summary
 
Fields inherited from class com.ohrasys.cad.bnf.BNFAbstractTest
collectedData, collecting, committed, formatting, i18n, nextTest, playable, result, tests
 
Constructor Summary
QuotedValidator()
           
 
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.BNFRequiredTest
test, toString
 
Methods inherited from class com.ohrasys.cad.bnf.BNFAbstractTest
checkTests, isFirstTest, isLastTest, isNotLastTest, reset, setCollecting, setFormatting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuotedValidator

public QuotedValidator()
                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