tmf.tests: Add tests for TmfStateSystemModule#isQueryable(long)
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Mon, 4 Apr 2016 20:00:23 +0000 (16:00 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Mon, 9 May 2016 17:10:08 +0000 (13:10 -0400)
commit31d786ef053f095856db9444f1e1424c9fd9de88
treeb86f2843423a5e7c83cf1578ab25536ed0f09ebc
parentd187a29bbff2f4ab6ffc4515fb182e0dfc273a04
tmf.tests: Add tests for TmfStateSystemModule#isQueryable(long)

This forces to add behavior to the test state provider so it is possible to
fine tune the event processing by adding a method to process events one at a
time and signal the provider to process the next event.

Change-Id: I999ccd8494c90efce42ba1dc9d59d73b8d018a84
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/71153
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.core.tests/plugin.xml
tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/statesystem/StateSystemAnalysisModuleTest.java
tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/analysis/TestStateSystemModule.java
tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/analysis/TestStateSystemProvider.java
tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/stub_xml_traces/valid/analysis_dependency.xml [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/statesystem/AbstractTmfStateProvider.java
This page took 0.024846 seconds and 5 git commands to generate.