ctf: Add unittests for the CTF Lexer and Parser.
authorEtienne Bergeron <etienne.bergeron@gmail.com>
Sun, 8 Dec 2013 05:05:50 +0000 (00:05 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 17 Dec 2013 22:36:31 +0000 (17:36 -0500)
commit492700bc2f2dd58a7c5a7c507dc591b4ac63b735
tree1f65db92718224af1792ccbf4d8bfd25beaaa411
parenta95fddf5c96140155c06e28714922b28049b407c
ctf: Add unittests for the CTF Lexer and Parser.

This is a first draft of unittests for the CTF Lexer and Parser.
The coverage of these tests is still incomplete. More unittests
are to come.

Some tests are commented and need to fix the grammars.
The plan is to fix them in future commits to limits the
amount of refactoring.

Change-Id: I2d8e06560314ef22710985915b726a74974bbb1c
Signed-off-by: Etienne Bergeron <etienne.bergeron@gmail.com>
Reviewed-on: https://git.eclipse.org/r/19485
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
20 files changed:
org.eclipse.linuxtools.ctf.parser.tests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/.project [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/.settings/org.eclipse.pde.api.tools.prefs [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/about.html [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/src/org/eclipse/linuxtools/ctf/parser/tests/AllCtfParserTests.java [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/src/org/eclipse/linuxtools/ctf/parser/tests/CtfLexerTest.java [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser.tests/src/org/eclipse/linuxtools/ctf/parser/tests/CtfParserTest.java [new file with mode: 0644]
org.eclipse.linuxtools.ctf.parser/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng.alltests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/RunAllTests.java
pom.xml
This page took 0.031014 seconds and 5 git commands to generate.