Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: set run as application property for JUnit tests

...

  1. Create a new JUnit Plug-in Test
  2. Test page. Change Test Runner to be JUnit 3.
  3. Arguments page. Set the VM Arguments to -Xms256m -Xmx256m -XX:MaxPermSize=128m
  4. Main page. Set Run an application to either org.eclipse.ui.ide.workbench or org.eclipse.platform.ide
  5. Main page. Find where the build installed the launcher and point the workspace location to the eclipse/eclipse/plugins directory that was created during the mvn install process. Set the workspace (on the main tab) to something similar to C:\g\devtools\eclipse-plugin\trunk\testsuite\launcher\eclipse\eclipse\plugin

...