Class IntegerCheckerTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class IntegerCheckerTest
    extends BaseTestCase
    Version:
    $Revision$
    Author:
    pramirez, jagander
    • Constructor Detail

      • IntegerCheckerTest

        public IntegerCheckerTest()
    • Method Detail

      • testTypeMismatch

        public void testTypeMismatch()
                              throws gov.nasa.pds.tools.LabelParserException,
                                     IOException
        Throws:
        gov.nasa.pds.tools.LabelParserException
        IOException
      • testBadReal

        public void testBadReal()
                         throws gov.nasa.pds.tools.LabelParserException,
                                IOException
        Throws:
        gov.nasa.pds.tools.LabelParserException
        IOException
      • testExceedsMax

        public void testExceedsMax()
                            throws gov.nasa.pds.tools.LabelParserException,
                                   IOException
        Throws:
        gov.nasa.pds.tools.LabelParserException
        IOException
      • testLessThanMin

        public void testLessThanMin()
                             throws gov.nasa.pds.tools.LabelParserException,
                                    IOException
        Throws:
        gov.nasa.pds.tools.LabelParserException
        IOException
      • testNumErrors

        public void testNumErrors()
                           throws gov.nasa.pds.tools.LabelParserException,
                                  IOException
        Throws:
        gov.nasa.pds.tools.LabelParserException
        IOException
      • testASCII_INTEGER_REGEX

        public void testASCII_INTEGER_REGEX()