Your test was a Java application instead of an eclispe application.
Eclipse plugins would not get properly registered and loaded when running
in Java application mode. You may try change your test as a Junit plugin
test, and include all the required plugins in the plugin where the Junit
pluign test is located.