com.ohrasys.cad.bnf.validator
Class IdentifierValidator

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

public class IdentifierValidator
extends BNFRequiredTest


Field Summary
 
Fields inherited from class com.ohrasys.cad.bnf.BNFAbstractTest
collectedData, collecting, committed, formatting, i18n, nextTest, playable, result, tests
 
Constructor Summary
IdentifierValidator()
           
 
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

IdentifierValidator

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