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

(Testing Frameworks)
(Testing Frameworks)
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
! CQ  
 
! CQ  
 
! Approved?
 
! Approved?
|-
 
| junit.junit
 
| Regression testing framework
 
| hudson-plugin-parent, hudson-test-utils
 
| [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 42: Line 30:
 
| 3.0  
 
| 3.0  
 
| 3.0
 
| 3.0
|
+
| N
 
|
 
|
 
|
 
|
Line 54: Line 42:
 
| 1.8.5  
 
| 1.8.5  
 
| 1.8.5
 
| 1.8.5
|
+
| N
 
|
 
|
 
|
 
|
Line 66: Line 54:
 
| 1.4.9  
 
| 1.4.9  
 
| 1.4.10
 
| 1.4.10
|
+
| N
 
|
 
|
 
|
 
|
Line 78: Line 66:
 
| 1.4.9  
 
| 1.4.9  
 
| 1.4.10
 
| 1.4.10
|
+
| N
 
|
 
|
 
|
 
|
Line 90: Line 78:
 
| 1.4.9  
 
| 1.4.9  
 
| 1.4.10
 
| 1.4.10
|
+
| N
 
|
 
|
 
|
 
|
Line 102: Line 90:
 
| 2.6-hudson-2  
 
| 2.6-hudson-2  
 
| 2.9
 
| 2.9
|
+
| N
 
|
 
|
 
|
 
|
Line 114: Line 102:
 
| 1.0-RC3  
 
| 1.0-RC3  
 
| 1.0-RC3
 
| 1.0-RC3
|
+
| N
 
|
 
|
 
|
 
|
Line 126: Line 114:
 
| 1.2  
 
| 1.2  
 
| 1.3.0RC1
 
| 1.3.0RC1
|
+
| N
 
|
 
|
 
|
 
|
Line 138: 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