Analysis: Add unit tests for dependency graph builder module
authorFrancis Giraldeau <francis.giraldeau@gmail.com>
Tue, 30 Jun 2015 02:15:03 +0000 (22:15 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 14 Sep 2015 19:20:02 +0000 (15:20 -0400)
commite5b213336de87033f19c09d10229fc5a385a8a43
tree7e97011556aa655c3cd19f8e1f9e6fb3ce5d3228
parent824a0805b6487cdab56f6911028ca161e2175b34
Analysis: Add unit tests for dependency graph builder module

Change-Id: I214e1539b93705789bbb04e007ad893383d5cbbd
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Signed-off-by: Francis Giraldeau <francis.giraldeau@gmail.com>
Reviewed-on: https://git.eclipse.org/r/51080
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/build.properties
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/plugin.xml [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/src/org/eclipse/tracecompass/analysis/graph/core/tests/graph/AllTests.java
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/src/org/eclipse/tracecompass/analysis/graph/core/tests/graph/TmfGraphBuilderModuleTest.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/stubs/org/eclipse/tracecompass/analysis/graph/core/tests/stubs/module/GraphBuilderModuleStub.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/stubs/org/eclipse/tracecompass/analysis/graph/core/tests/stubs/module/GraphProviderStub.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/stubs/org/eclipse/tracecompass/analysis/graph/core/tests/stubs/package-info.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.core.tests/testfiles/stubtrace.xml [new file with mode: 0644]
This page took 0.025402 seconds and 5 git commands to generate.