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 "Hudson-ci/development/third party libraries/Testing Frameworks"

m
(Testing Frameworks)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
   
 
   
= Testing Frameworks =
+
= Testing Frameworks =
 +
 
 +
PB == Piggyback on existing Eclipse approval
 +
 
 +
CQ == IPZilla Reference
 +
 
 
{| width="100%" border="1" cellpadding="1" cellspacing="1"
 
{| width="100%" border="1" cellpadding="1" cellspacing="1"
 
|-
 
|-
Line 12: Line 17:
 
! Url  
 
! Url  
 
! Current version  
 
! Current version  
! The latest available version
+
! The latest available version  
|-
+
! Distributed?
| junit.junit
+
! PB?
| Regression testing framework
+
! CQ
| hudson-plugin-parent, hudson-test-utils
+
! Approved?
| [http://www.opensource.org/licenses/cpl1.0.txt Common Public License Version 1.0]
+
| http://www.junit.org
+
| 4.8.1
+
| 4.9
+
 
|-
 
|-
 
| org.easymock.easymock  
 
| org.easymock.easymock  
Line 29: Line 30:
 
| 3.0  
 
| 3.0  
 
| 3.0
 
| 3.0
 +
| N
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.mockito.mockito-core  
 
| org.mockito.mockito-core  
Line 37: Line 42:
 
| 1.8.5  
 
| 1.8.5  
 
| 1.8.5
 
| 1.8.5
 +
| N
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.powermock.powermock-module-junit4  
 
| org.powermock.powermock-module-junit4  
Line 45: Line 54:
 
| 1.4.9  
 
| 1.4.9  
 
| 1.4.10
 
| 1.4.10
 +
| N
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.powermock.powermock-api-easymock  
 
| org.powermock.powermock-api-easymock  
Line 53: Line 66:
 
| 1.4.9  
 
| 1.4.9  
 
| 1.4.10
 
| 1.4.10
 +
| N
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.powermock.powermock-api-mockito  
 
| org.powermock.powermock-api-mockito  
Line 61: Line 78:
 
| 1.4.9  
 
| 1.4.9  
 
| 1.4.10
 
| 1.4.10
 +
| N
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.jvnet.hudson.htmlunit  
 
| org.jvnet.hudson.htmlunit  
Line 69: Line 90:
 
| 2.6-hudson-2  
 
| 2.6-hudson-2  
 
| 2.9
 
| 2.9
 +
| N
 +
|
 +
|
 +
|
 
|-
 
|-
 
| com.googlecode.junit-ext.junit-ext  
 
| com.googlecode.junit-ext.junit-ext  
Line 77: Line 102:
 
| 1.0-RC3  
 
| 1.0-RC3  
 
| 1.0-RC3
 
| 1.0-RC3
 +
| N
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.hamcrest.hamcrest-library  
 
| org.hamcrest.hamcrest-library  
Line 85: Line 114:
 
| 1.2  
 
| 1.2  
 
| 1.3.0RC1
 
| 1.3.0RC1
 +
| N
 +
|
 +
|
 +
|
 
|-
 
|-
 
| org.hamcrest.hamcrest-core  
 
| org.hamcrest.hamcrest-core  
Line 93: Line 126:
 
| 1.2  
 
| 1.2  
 
| 1.3.0RC1
 
| 1.3.0RC1
 +
| N
 +
|
 +
|
 +
|
 
|}
 
|}

Latest revision as of 21:13, 30 January 2012

Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Libraries: Testing Frameworks












Testing Frameworks

PB == Piggyback on existing Eclipse approval

CQ == IPZilla Reference

Library name Description Where used License Url Current version The latest available version Distributed? PB? CQ Approved?
org.easymock.easymock Provides an easy way to use Mock Objects in unit testing hudson Apache License, Version 2.0 http://sourceforge.net/projects/easymock/ 3.0 3.0 N
org.mockito.mockito-core simpler & better mocking hudson, hudson-test-framework MIT License http://mockito.org/ 1.8.5 1.8.5 N
org.powermock.powermock-module-junit4 Extend other mock libraries such as EasyMock with more powerful capabilities hudson-core, hudson-test-utils Apache License, Version 2.0 http://code.google.com/p/powermock/ 1.4.9 1.4.10 N
org.powermock.powermock-api-easymock Extend other mock libraries such as EasyMock with more powerful capabilities hudson-core Apache License, Version 2.0 http://code.google.com/p/powermock/ 1.4.9 1.4.10 N
org.powermock.powermock-api-mockito Extend other mock libraries such as EasyMock with more powerful capabilities hudson-test-utils Apache License, Version 2.0 http://code.google.com/p/powermock/ 1.4.9 1.4.10 N
org.jvnet.hudson.htmlunit Unit testing framework for testing Web based applications hudson-test-framework Apache License, Version 2.0 http://sourceforge.net/projects/htmlunit/ 2.6-hudson-2 2.9 N
com.googlecode.junit-ext.junit-ext Make the junit more powerful hudson-test-utils Apache License, Version 2.0 http://code.google.com/p/junit-ext/ 1.0-RC3 1.0-RC3 N
org.hamcrest.hamcrest-library Library of matchers for building test expressions hudson-test-utils New BSD License http://code.google.com/p/hamcrest/ 1.2 1.3.0RC1 N
org.hamcrest.hamcrest-core Library of matchers for building test expressions hudson-test-utils New BSD License http://code.google.com/p/hamcrest/ 1.2 1.3.0RC1 N

Back to the top