Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/Testing/foundation

< EclipseLink‎ | Development‎ | Testing
Revision as of 16:01, 6 September 2007 by Unnamed Poltroon (Talk) (New page: == Running the Legacy LRG == Early in its existance, this product was tested with an in-house testing framework. A large number of tests are still available through this test framework....)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Running the Legacy LRG

Early in its existance, this product was tested with an in-house testing framework. A large number of tests are still available through this test framework. Testing is gradually being migrated to frameworks such as JUnit, but the GUI tool available in the legacy framework is still quite useful for testing. The code for this test framework is stored in the eclipselink.core.test project. Here is how to run it:

  1. Create a Java Application run target on the eclipselink.core.test project - I'll call it Testing Browser
  2. Use org.eclipse.persistence.testing.framework.ui.TestingBrowserFrame as the main class
  3. Add "-Xmx256m" as a VM argument
  4. Add the following to the classpath:

Back to the top