gov.nasa.pds.tools.dict.type
Class NonDecimalCheckerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by gov.nasa.pds.tools.BaseTestCase
              extended by gov.nasa.pds.tools.dict.type.NonDecimalCheckerTest
All Implemented Interfaces:
junit.framework.Test

public class NonDecimalCheckerTest
extends BaseTestCase

Version:
$Revision: 4967 $
Author:
pramirez, jagander

Field Summary
 
Fields inherited from class gov.nasa.pds.tools.BaseTestCase
LABEL_DIR, PARSER, RESOLVER, TEST_DIR
 
Constructor Summary
NonDecimalCheckerTest()
           
 
Method Summary
 void testBadChars()
           
 void testBadCharsLong()
           
 void testBadContents()
           
 void testBadRadix()
           
 void testExceedsMax()
           
 void testInvalidBase()
           
 void testLessThanMin()
           
 void testMismatch()
           
 void testNoBase()
           
 void testNoEnd()
           
 void testNoStart()
           
 void testNumErrors()
           
 void testSigned()
           
 void testTrailingDigit()
           
 void testValueWSpaces()
           
 
Methods inherited from class gov.nasa.pds.tools.BaseTestCase
assertDoesntHaveProblem, assertHasProblem, assertHasProblem, assertNegative, assertPositive, assertProblemEquals, assertZero, getDictionary, validate
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonDecimalCheckerTest

public NonDecimalCheckerTest()
Method Detail

testMismatch

public void testMismatch()
                  throws LabelParserException,
                         IOException
Throws:
LabelParserException
IOException

testBadChars

public void testBadChars()
                  throws LabelParserException,
                         IOException
Throws:
LabelParserException
IOException

testBadCharsLong

public void testBadCharsLong()
                      throws LabelParserException,
                             IOException
Throws:
LabelParserException
IOException

testValueWSpaces

public void testValueWSpaces()
                      throws LabelParserException,
                             IOException
Throws:
LabelParserException
IOException

testNoBase

public void testNoBase()
                throws LabelParserException,
                       IOException
Throws:
LabelParserException
IOException

testNoEnd

public void testNoEnd()
               throws LabelParserException,
                      IOException
Throws:
LabelParserException
IOException

testNoStart

public void testNoStart()
                 throws LabelParserException,
                        IOException
Throws:
LabelParserException
IOException

testTrailingDigit

public void testTrailingDigit()
                       throws LabelParserException,
                              IOException
Throws:
LabelParserException
IOException

testBadRadix

public void testBadRadix()
                  throws LabelParserException,
                         IOException
Throws:
LabelParserException
IOException

testInvalidBase

public void testInvalidBase()
                     throws LabelParserException,
                            IOException
Throws:
LabelParserException
IOException

testBadContents

public void testBadContents()
                     throws LabelParserException,
                            IOException
Throws:
LabelParserException
IOException

testExceedsMax

public void testExceedsMax()
                    throws LabelParserException,
                           IOException
Throws:
LabelParserException
IOException

testLessThanMin

public void testLessThanMin()
                     throws LabelParserException,
                            IOException
Throws:
LabelParserException
IOException

testSigned

public void testSigned()
                throws LabelParserException,
                       IOException
Throws:
LabelParserException
IOException

testNumErrors

public void testNumErrors()
                   throws LabelParserException,
                          IOException
Throws:
LabelParserException
IOException


Copyright © 2005–2013 Planetary Data System. All rights reserved.