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

Hudson-ci/development/third party libraries/Testing Frameworks

< Hudson-ci‎ | development‎ | third party libraries
Revision as of 21:13, 30 January 2012 by Winston.prakash.gmail.com (Talk | contribs) (Testing Frameworks)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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