tmf: Rework test trace classes
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / trace / AllTests.java
CommitLineData
eb8ea213
MK
1package org.eclipse.linuxtools.tmf.ui.tests.trace;
2
3import org.junit.runner.RunWith;
4import org.junit.runners.Suite;
5
6/**
7 * Test suite for Xml parser validation
8 * @author Matthew Khouzam
9 *
10 */
11@RunWith(Suite.class)
12@Suite.SuiteClasses({
13 CustomXmlTraceInvalidTest.class,
14 CustomXmlTraceBadlyFormedTest.class,
15 CustomXmlTraceValidTest.class
16})
17public class AllTests {
18}
This page took 0.025001 seconds and 5 git commands to generate.