|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.hackystat.telemetry.analyzer.language.parser.TestParserInternals
public class TestParserInternals
Test suite for internal parser implementations.
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 |
---|
public TestParserInternals()
Method Detail |
---|
public void testParsingFunctionCall1() throws java.lang.Exception
java.lang.Exception
- If test fails.public void testParsingFunctionCall2() throws java.lang.Exception
java.lang.Exception
- If test fails.public void testParsingFunctionCall3() throws java.lang.Exception
java.lang.Exception
- If test fails.public void testParsingFunctionCall4() throws java.lang.Exception
java.lang.Exception
- If test fails.public void testParsingReductionCalls() throws java.lang.Exception
java.lang.Exception
- If test fails.public void testParsingString() throws java.lang.Exception
java.lang.Exception
- If test fails.public void testParsingStreamsReference() throws java.lang.Exception
java.lang.Exception
- If test fails.public void testParsingNumberConstant() throws java.lang.Exception
java.lang.Exception
- If test fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |