org.jboss.test.jbossmq.test
Class SelectorParserUnitTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.jbossmq.test.SelectorParserUnitTestCase

public class SelectorParserUnitTestCase
extends TestCase

Tests of the JavaCC LL(1) parser.

See Also:
Serialized Form

Constructor Summary
SelectorParserUnitTestCase(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
 void testAndCombination()
           
 void testApproximateNumericLiteral1()
          Test diffent syntax for approximate numeric literal (+6.2, -95.7, 7.)
 void testApproximateNumericLiteral2()
           
 void testApproximateNumericLiteral3()
           
 void testFalseINOperator()
           
 void testFalseOROperator()
           
 void testGTExact()
           
 void testGTFloat()
           
 void testIds()
           
 void testINANDCombination()
           
 void testInvalidSelector()
           
 void testLTDouble()
           
 void testPrecedenceNAssoc()
           
 void testSimpleUnary()
           
 void testTrueINOperator()
           
 void testTrueOROperator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectorParserUnitTestCase

public SelectorParserUnitTestCase(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testSimpleUnary

public void testSimpleUnary()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testPrecedenceNAssoc

public void testPrecedenceNAssoc()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testIds

public void testIds()
             throws java.lang.Exception
Throws:
java.lang.Exception

testTrueINOperator

public void testTrueINOperator()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testFalseINOperator

public void testFalseINOperator()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testTrueOROperator

public void testTrueOROperator()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testFalseOROperator

public void testFalseOROperator()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testInvalidSelector

public void testInvalidSelector()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testApproximateNumericLiteral1

public void testApproximateNumericLiteral1()
Test diffent syntax for approximate numeric literal (+6.2, -95.7, 7.)


testApproximateNumericLiteral2

public void testApproximateNumericLiteral2()

testApproximateNumericLiteral3

public void testApproximateNumericLiteral3()

testGTExact

public void testGTExact()

testGTFloat

public void testGTFloat()

testLTDouble

public void testLTDouble()

testAndCombination

public void testAndCombination()

testINANDCombination

public void testINANDCombination()

main

public static void main(java.lang.String[] args)