Package org.eclipse.epsilon.egl.parse
Class TestEglParser
- java.lang.Object
-
- org.eclipse.epsilon.egl.parse.TestEglParser
-
public class TestEglParser extends Object
-
-
Constructor Summary
Constructors Constructor Description TestEglParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testComment()
void
testDoubleEndTag()
void
testDoubleStartTag()
void
testEmptyComment()
void
testEmptyMarker()
void
testEmptyProgram()
void
testMarker()
void
testMissingEndCommentTag()
void
testMissingEndTag()
void
testMissingStartCommentTag()
void
testMissingStartTag()
void
testMissingTextInTags()
void
testMultiline()
void
testMultiLineTaggedText()
void
testMultiSectionComment()
void
testOutputTaggedOnly()
void
testTaggedOnly()
void
testTaggedThenText()
void
testTextOnly()
void
testTextThenTagged()
-
-
-
Method Detail
-
testEmptyProgram
public void testEmptyProgram()
-
testTextOnly
public void testTextOnly()
-
testTaggedOnly
public void testTaggedOnly()
-
testOutputTaggedOnly
public void testOutputTaggedOnly()
-
testTextThenTagged
public void testTextThenTagged()
-
testTaggedThenText
public void testTaggedThenText()
-
testEmptyComment
public void testEmptyComment()
-
testComment
public void testComment()
-
testMultiSectionComment
public void testMultiSectionComment()
-
testEmptyMarker
public void testEmptyMarker()
-
testMarker
public void testMarker()
-
testMissingTextInTags
public void testMissingTextInTags()
-
testMissingStartTag
public void testMissingStartTag()
-
testMissingEndTag
public void testMissingEndTag()
-
testMissingStartCommentTag
public void testMissingStartCommentTag()
-
testMissingEndCommentTag
public void testMissingEndCommentTag()
-
testDoubleStartTag
public void testDoubleStartTag()
-
testDoubleEndTag
public void testDoubleEndTag()
-
testMultiline
public void testMultiline()
-
testMultiLineTaggedText
public void testMultiLineTaggedText() throws EglRecognitionException, IOException
- Throws:
EglRecognitionException
IOException
-
-