Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/TM/JUnittests Framework Documentation"

< DSDP‎ | TM
 
Line 5: Line 5:
 
'''Note:''' The page is under on-going maintenance and will be updated if the framework is changed or extended!
 
'''Note:''' The page is under on-going maintenance and will be updated if the framework is changed or extended!
  
== 1. Using the DSDP-TM JUnit tests ==
+
== Using the DSDP-TM JUnit tests ==
  
 
Using means running the test cases either within a ''target platform'' Eclipse or within the ''currently executing'' Eclipse instance.  
 
Using means running the test cases either within a ''target platform'' Eclipse or within the ''currently executing'' Eclipse instance.  
  
* If you have no clue what a target platform is or what PDE could mean in the context of Eclipse, section 1.2 is the one to continue with.
+
* If you have no clue what a target platform is or what PDE could mean in the context of Eclipse, section 2.2 is the one to continue with.
* If you are an Eclipse plug-in writer having the Eclipse JDT and PDE components in use, section 1.1 is the one to continue with.
+
* If you are an Eclipse plug-in writer having the Eclipse JDT and PDE components in use, section 2.1 is the one to continue with.
 
* If you are a DSDP-TM contributor or committer running the JUnit test to validate your changes, choose the way you prefer and which seems most efficient to you.
 
* If you are a DSDP-TM contributor or committer running the JUnit test to validate your changes, choose the way you prefer and which seems most efficient to you.
  
=== 1.1 Launching the DSDP-TM JUnit tests as JUnit Plug-in Test ===
+
=== Launching the DSDP-TM JUnit tests as JUnit Plug-in Test ===
  
=== 1.2 Launching the DSDP-TM JUnit tests from within the currently running Eclipse instance ===
+
=== Launching the DSDP-TM JUnit tests from within the currently running Eclipse instance ===

Revision as of 15:36, 26 December 2006

Hitch-Hacker's Guide to Using and Writing DSDP-TM (aka RSE) JUnit tests

This page is giving a introduction to the usage of the DSDP-TM JUnit tests framework as well as providing How To's and short descriptions of the features available in the framework for JUnit test developers.

Note: The page is under on-going maintenance and will be updated if the framework is changed or extended!

Using the DSDP-TM JUnit tests

Using means running the test cases either within a target platform Eclipse or within the currently executing Eclipse instance.

  • If you have no clue what a target platform is or what PDE could mean in the context of Eclipse, section 2.2 is the one to continue with.
  • If you are an Eclipse plug-in writer having the Eclipse JDT and PDE components in use, section 2.1 is the one to continue with.
  • If you are a DSDP-TM contributor or committer running the JUnit test to validate your changes, choose the way you prefer and which seems most efficient to you.

Launching the DSDP-TM JUnit tests as JUnit Plug-in Test

Launching the DSDP-TM JUnit tests from within the currently running Eclipse instance

Copyright © Eclipse Foundation, Inc. All Rights Reserved.