|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
net.sf.antcontrib.cpptasks.parser.TestCParser
public final class TestCParser
Tests for the CParser class.
Constructor Summary | |
---|---|
TestCParser(String name)
Constructor. |
Method Summary | |
---|---|
void |
testImmediateImportBracket()
Checks parsing of #include |
void |
testImmediateImportQuote()
Checks parsing of #import "foo.h". |
void |
testImmediateIncludeBracket()
Checks parsing of #include |
void |
testImmediateIncludeQuote()
Checks parsing of #include "foo.h". |
void |
testIncompleteImmediateImportBracket()
Checks parsing of #import |
void |
testIncompleteImmediateImportQuote()
Checks parsing of #import "foo.h. |
void |
testIncompleteImmediateIncludeBracket()
Checks parsing of #include |
void |
testIncompleteImmediateIncludeQuote()
Checks parsing of #include "foo.h. |
void |
testLeadingSpace()
Checks parsing when line contains leading whitespace. |
void |
testLeadingTab()
Checks parsing when line contains a leading tab. |
void |
testNoQuoteOrBracket()
Checks parsing of #include foo.h. |
void |
testNotFirstWhitespace()
Checks parsing of //#include "foo.h". |
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 TestCParser(String name)
name
- String test nameMethod Detail |
---|
public void testImmediateImportBracket() throws IOException
IOException
- test fails on IOExceptionpublic void testImmediateImportQuote() throws IOException
IOException
- test fails on IOExceptionpublic void testImmediateIncludeBracket() throws IOException
IOException
- test fails on IOExceptionpublic void testImmediateIncludeQuote() throws IOException
IOException
- test fails on IOException.public void testIncompleteImmediateImportBracket() throws IOException
IOException
- test fails on IOExceptionpublic void testIncompleteImmediateImportQuote() throws IOException
IOException
- test fails on IOExceptionpublic void testIncompleteImmediateIncludeBracket() throws IOException
IOException
- test fails on IOExceptionpublic void testIncompleteImmediateIncludeQuote() throws IOException
IOException
- test fails on IOExceptionpublic void testNoQuoteOrBracket() throws IOException
IOException
- test fails on IOExceptionpublic void testNotFirstWhitespace() throws IOException
IOException
- test fails on IOExceptionpublic void testLeadingSpace() throws IOException
IOException
- test fails on IOException.public void testLeadingTab() throws IOException
IOException
- test fails on IOException.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |