Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » problems with JUnit Plugin Test
problems with JUnit Plugin Test [message #584220] Mon, 07 October 2002 14:11
Hans Dockter is currently offline Hans DockterFriend
Messages: 12
Registered: July 2009
Junior Member
I've created a plugin-project with one testcase that has one test:

public void testAccess() {
assertNotNull(ResourcesPlugin.getWorkspace());
}

The test doesn't run but following output is written to the console

!ENTRY org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.525
!MESSAGE Problems encountered loading the plug-in registry.
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.525
!MESSAGE Plug-in "org.eclipse.ui" was disabled due to missing or disabled
prerequisite plug-in "org.eclipse.update.core".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.526
!MESSAGE Plug-in "PTest" was disabled due to missing or disabled
prerequisite plug-in "org.eclipse.ui".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.533
!MESSAGE Unable to satisfy prerequisite constraint from "JBossPluginTest"
to "org.eclipse.ui".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.535
!MESSAGE Unable to satisfy prerequisite constraint from "JBossPlugin" to
"org.eclipse.ui".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.535
!MESSAGE Unable to satisfy prerequisite constraint from
"org.eclipse.jdt.ui" to "org.eclipse.ui".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.535
!MESSAGE Plug-in "org.eclipse.pde.junit" was disabled due to missing or
disabled prerequisite plug-in "org.eclipse.jdt.ui".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.536
!MESSAGE Plug-in "org.eclipse.help" was disabled due to missing or
disabled prerequisite plug-in "org.apache.lucene".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.536
!MESSAGE Unable to satisfy prerequisite constraint from
"org.eclipse.debug.ui" to "org.eclipse.ui".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.536
!MESSAGE Unable to satisfy prerequisite constraint from
"org.eclipse.jdt.debug.ui" to "org.eclipse.ui".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.537
!MESSAGE Unable to satisfy prerequisite constraint from
"org.eclipse.jdt.junit" to "org.eclipse.ui".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.537
!MESSAGE Unknown extension point
"org.eclipse.ant.core.extraClasspathEntries" specified in plug-in
"org.eclipse.jdt.core".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.537
!MESSAGE Unknown extension point "org.eclipse.team.core.fileTypes"
specified in plug-in "org.eclipse.jdt.core".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.537
!MESSAGE Unknown extension point "org.eclipse.ant.core.antTasks" specified
in plug-in "org.eclipse.core.resources".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.538
!MESSAGE Unknown extension point
"org.eclipse.ant.core.extraClasspathEntries" specified in plug-in
"org.eclipse.core.resources".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Okt 07, 2002 16:27:24.538
!MESSAGE Unknown extension point "org.eclipse.team.core.fileTypes"
specified in plug-in "org.eclipse.debug.core".
Previous Topic:[plugin.xml] one plugin refers to a class defined in another plugin
Next Topic:update-manager & http-proxy
Goto Forum:
  


Current Time: Fri Apr 26 22:53:53 GMT 2024

Powered by FUDForum. Page generated in 0.02988 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top