]
Andre Dietisheim commented on JBIDE-19110:
------------------------------------------
JBIDE-18053 (powermock) would be a nice add-on but I grok the imcompatibilities make this
impossible for now.
IMHO that Mockito as-is from Locus is what we should be thriving for right now. I dont see
any need for specific customizations right now and I guess that we should restrain from
doing such. We could restart the discussions if it turns out we cannot get along without
those.
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/r...
*JBoss mirror:*
http://download.jboss.org/jbosstools/updates/requirements/orbit/S20141129...
*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/k...
- <!-- 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}