lttng: Avoid exposing internal class in shared tests
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 1 May 2015 17:25:14 +0000 (13:25 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 19 May 2015 18:07:59 +0000 (14:07 -0400)
commita6366b8b0bf8ea75c5d18b1522348dd51b97b909
treeca3f6f324eabe2f106eb7e8953254cb998748d48
parentabf7b9b048996483eac663fd6e06a98567186d68
lttng: Avoid exposing internal class in shared tests

The VirtualMachineExperiment is internal, the shared test
utilities, which are made public, should not expose this
concept. Use a TmfExperiment, which is a public TMF concept
instead.

Change-Id: Id02891b77abf45ffc95e3c212ce62f759178e493
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/46961
org.eclipse.tracecompass.lttng2.kernel.core.tests/shared/org/eclipse/tracecompass/lttng2/lttng/kernel/core/tests/shared/vm/VmTestExperiment.java
org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/analysis/vm/VirtualMachineAnalysisTest.java
This page took 0.042444 seconds and 5 git commands to generate.