ss: Change datastore.tests to a fragment plug-in
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 14 Dec 2016 19:24:57 +0000 (14:24 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 5 Jan 2017 22:06:14 +0000 (17:06 -0500)
commita25228aa67158ab2ce3f35a0082a39383cc0e38d
tree6631ce91e4f46a132859083b4bc58901c2da04d6
parentd37b7ce5df00a38a418e0695198c726ae26800f3
ss: Change datastore.tests to a fragment plug-in

This will allow us to use the same package names in the test
classes as the runtime ones. That way tests will have access
to package-visible (default visibility methods).

This will remove the need of having tons of public methods just
for testing. Default-visibility methods (or even protected, where
needed) are arguably much safer, and won't risk confusing future
clients.

Change-Id: I0393ac9103f94afcb9a818cbe2e7c8dfcadcac18
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/87163
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
statesystem/org.eclipse.tracecompass.datastore.core.tests/META-INF/MANIFEST.MF
statesystem/org.eclipse.tracecompass.datastore.core.tests/src/org/eclipse/tracecompass/datastore/core/tests/BackendTestPlugin.java [deleted file]
This page took 0.025354 seconds and 5 git commands to generate.