org.hackystat.telemetry.analyzer.language.parser
Class TestParserInternals

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
All Implemented Interfaces:
junit.framework.Test

public class TestParserInternals
extends junit.framework.TestCase

Test suite for internal parser implementations.

Version:
$Id$
Author:
(Cedric) Qin Zhang

Constructor Summary
TestParserInternals()
           
 
Method Summary
 void testParsingFunctionCall1()
          Tests parsing function calls.
 void testParsingFunctionCall2()
          Tests parsing function calls.
 void testParsingFunctionCall3()
          Tests parsing function calls.
 void testParsingFunctionCall4()
          Tests parsing function calls.
 void testParsingNumberConstant()
          Tests parsing number constants.
 void testParsingReductionCalls()
          Tests parsing reducer calls.
 void testParsingStreamsReference()
          Tests parsing of StreamsReference portion.
 void testParsingString()
          Tests parsing string.
 
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

TestParserInternals

public TestParserInternals()
Method Detail

testParsingFunctionCall1

public void testParsingFunctionCall1()
                              throws java.lang.Exception
Tests parsing function calls.

Throws:
java.lang.Exception - If test fails.

testParsingFunctionCall2

public void testParsingFunctionCall2()
                              throws java.lang.Exception
Tests parsing function calls.

Throws:
java.lang.Exception - If test fails.

testParsingFunctionCall3

public void testParsingFunctionCall3()
                              throws java.lang.Exception
Tests parsing function calls.

Throws:
java.lang.Exception - If test fails.

testParsingFunctionCall4

public void testParsingFunctionCall4()
                              throws java.lang.Exception
Tests parsing function calls.

Throws:
java.lang.Exception - If test fails.

testParsingReductionCalls

public void testParsingReductionCalls()
                               throws java.lang.Exception
Tests parsing reducer calls.

Throws:
java.lang.Exception - If test fails.

testParsingString

public void testParsingString()
                       throws java.lang.Exception
Tests parsing string.

Throws:
java.lang.Exception - If test fails.

testParsingStreamsReference

public void testParsingStreamsReference()
                                 throws java.lang.Exception
Tests parsing of StreamsReference portion.

Throws:
java.lang.Exception - If test fails.

testParsingNumberConstant

public void testParsingNumberConstant()
                               throws java.lang.Exception
Tests parsing number constants.

Throws:
java.lang.Exception - If test fails.