org.jboss.test.jbossmq.test
Class SelectorParserUnitTestCase
java.lang.Object
TestCase
org.jboss.test.jbossmq.test.SelectorParserUnitTestCase
- public class SelectorParserUnitTestCase
- extends TestCase
Tests of the JavaCC LL(1) parser.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectorParserUnitTestCase
public SelectorParserUnitTestCase(java.lang.String name)
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)