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

Difference between revisions of "Talk:Sirius/Modularization"

Line 1: Line 1:
 
About "External Dependencies" and "Automated Tests" parts,
 
About "External Dependencies" and "Automated Tests" parts,
 
* we don't talk about org.hamcrest.* and org.easymock. It's on purpose?
 
* we don't talk about org.hamcrest.* and org.easymock. It's on purpose?
* we have several kind of tests: Unit Tests, Integration Tests.
+
* we have several test kinds: Unit Tests, Integration Tests.
 
** The Lifecycle in maven allow to execute Unit Tests before to launch Integration Tests.
 
** The Lifecycle in maven allow to execute Unit Tests before to launch Integration Tests.
 
** It may be interesting  to separate these two types of tests anyway.
 
** It may be interesting  to separate these two types of tests anyway.

Revision as of 05:13, 8 August 2013

About "External Dependencies" and "Automated Tests" parts,

  • we don't talk about org.hamcrest.* and org.easymock. It's on purpose?
  • we have several test kinds: Unit Tests, Integration Tests.
    • The Lifecycle in maven allow to execute Unit Tests before to launch Integration Tests.
    • It may be interesting to separate these two types of tests anyway.

Back to the top