[jbosstools-issues] [JBoss JIRA] (JBIDE-19110) Add Mockito to Target platform 4.50.0

Matej Gagyi (JIRA) issues at jboss.org
Thu Jan 29 10:24:49 EST 2015


    [ https://issues.jboss.org/browse/JBIDE-19110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036252#comment-13036252 ] 

Matej Gagyi commented on JBIDE-19110:
-------------------------------------

Seems Mockito from Locus works fine for me. [~adietish] might be able to justify tough.

JBIDE-18053 (powermock) is not required in our use case. 

> Add Mockito to Target platform 4.50.0
> -------------------------------------
>
>                 Key: JBIDE-19110
>                 URL: https://issues.jboss.org/browse/JBIDE-19110
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: target-platform
>            Reporter: Matej Gagyi
>            Priority: Optional
>             Fix For: 4.3.0.Final
>
>
> *Reason:* Needed to simplify testing of jbosstools-openshift
> *Project page/sources:* https://github.com/mockito/mockito
> *Version:* 1.9.5
> *License and owner:* MIT
> *Original p2 repo:* http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/
> *JBoss mirror:* http://download.jboss.org/jbosstools/updates/requirements/orbit/S20141129202728/
> *Include Sources:* Yes
> *Affected projects:*
> *Include in JBDS:* No
> *Type of dependency:* testing
> *List of bundles added/removed:*
> {code}
> diff --git a/jbosstools/multiple/jbosstools-multiple.target b/jbosstools/multiple/jbosstools-multiple.ta
> index c17fb92..51f6076 100644
> --- a/jbosstools/multiple/jbosstools-multiple.target
> +++ b/jbosstools/multiple/jbosstools-multiple.target
> @@ -10,8 +10,6 @@
>      <!-- JBIDE-12815 JBoss Tools Locus bundles: not quite ready to be included -->
>      <!-- <location includeAllPlatforms="false" includeMode="slicer" type="InstallableUnit" includeSourc
>        <repository location="http://download.jboss.org/jbosstools/updates/integration/kepler/core/locus/
> -      <!-- JBIDE-12971 Mockito
> -      <unit id="org.jboss.tools.locus.mockito" version="1.9.5.Final_patched_TEIIDDES-1681-v20130507-202
>        <!-- JBIDE-12972 Fest Assert
>        <unit id="org.jboss.tools.locus.easytesting.fest-assert" version="1.4.0.Final-v20130507-2028-B7"/
>      <!-- </location> -->
> @@ -86,6 +84,10 @@
>        <unit id="org.apache.jasper.glassfish" version="2.2.2.v201205150955"/>
>        <!-- <unit id="ch.qos.logback.slf4j" version="1.0.7.v20121108-1250"/> -->
>        <unit id="org.slf4j.api" version="1.7.2.v20121108-1250"/>
> +      
> +      <!-- Testing -->
> +      <unit id="org.mockito" version="1.9.5.v201311280930"/>
> +      <unit id="org.objenesis" version="1.0.0.v201105211943"/>
>      </location>
>  
>      <!-- TODO: make sure these versions match up across JBT/JBDS/Central target platforms (JBIDE-17429)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list