Maven Repository: testing
commons-jelly-tags-xmlunit
This is a Jelly interface for unit testing XML applications.
commons-jelly » commons-jelly-tags-xmlunit
HttpUnit
A Java library for the automatic stimulation and testing of web applications.
httpunit » httpunit
webtest
Free open-source tool for automated testing of web applications.
com.canoo.webtest » webtest
SureFire Booter
Maven is a project management and project comprehension tool. Maven is based on the concept of a project object model: builds, documentation creation, site publication, and distribution publication are all controlled from the project object model. Maven also provides tools to create source metrics, change logs based directly on source repository, and source cross-references.
surefire » surefire-booter
SureFire Parent
Surefire is a test framework project.
surefire » surefire-root
SureFire
Maven is a project management and project comprehension tool. Maven is based on the concept of a project object model: builds, documentation creation, site publication, and distribution publication are all controlled from the project object model. Maven also provides tools to create source metrics, change logs based directly on source repository, and source cross-references.
surefire » surefire
JUnit
JUnit is a regression testing framework written by Erich Gamma and Kent Beck.
It is used by the developer who implements unit tests in Java.
junit » junit
Test framework for taglibs
A small test framework for taglibs.
berkano » berkano-taglib-unit
jfcunit
jfcUnit enables developers to write test cases for Java Swing based applications
net.sf.jfcunit » jfcunit
Log4Unit
Log4Unit is a JUnit extension combining JUnit with Log4J
log4unit » log4unit
jWebUnit
jWebUnit is a Java framework that facilitates creation of acceptance tests
for web applications. It evolved from a project where we were using
HttpUnit and JUnit to create acceptance tests. As the tests were being
written, they were continuously refactored to remove duplication and
other bad smells in the test code. jWebUnit is the result of these
refactorings.
jwebunit » jwebunit
XMLUnit for Java
XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.
xmlunit » xmlunit
htmlunit
A tool for testing web based applications
htmlunit » htmlunit
Struts Test Case
StrutsTestCase for JUnit is an extension of the standard JUnit TestCase class that provides facilities for testing code based on the Struts framework
strutstestcase » strutstestcase
Excalibur Component Manager Tests
Tests for the Excalibur Component Manager.
excalibur-component-tests » excalibur-component-tests
TDDoc
TDDoc is a Java documentation framework based rMock. TDDoc adds
documentation capabilities to rMock so a codebase can be documented from its
test cases.
com.agical.rmock » rmock-ext-tddoc
TDDoc GUI testing extension
rmock-ext-gui is an extension to the Abbot GUI component testing framework
to provide virtual mocking services.
com.agical.rmock » rmock-ext-gui
RMock
RMock 2.0 is a Java mock object framework to use with jUnit.
RMock has support for a setup-modify-run-verify workflow when writing jUnit tests.
It integrates better with IDE refactoring support and allows designing classes and interfaces in a true test-first fashion.
com.agical.rmock » rmock
jMock
jMock is a library for testing Java code using mock objects
jmock » jmock
jMock CGLIB extension
jMock is a library for testing Java code using mock objects. The CGLIB extension allows creating of mock objects for classes.
jmock » jmock-cglib
Mocquer
Mock Object Creator
net.java.dev.mocquer » mocquer
JWebUnit
JWebUnit is a Java framework that facilitates creation of
acceptance tests for web applications. It evolved from a project
where we were using HttpUnit and JUnit to create acceptance
tests. As the tests were being written, they were continuously
refactored to remove duplication and other bad smells in the
test code. JWebUnit is the result of these refactorings.
net.sourceforge.jwebunit » jwebunit
Infinitest Continuous Testing Toolkit
Supporting classes that facilitate continuous testing via Infinitest
org.infinitest » continuous-testing-toolkit
openutils test utils (junit) for dwr
openutils test utils for dwr
net.sourceforge.openutils » openutils-testing-junit-dwr
Openutils testing4web
A simple infrastructure to build unit tests using ServletUnit, with all the needed Maven dependencies
already set up
net.sourceforge.openutils » openutils-testing4web
Openutils testing library
Framework that helps to simplify unit testing coding
net.sourceforge.openutils » openutils-testing
Openutils testing library (TestNG)
Framework that helps to simplify unit testing coding with TestNG
net.sourceforge.openutils » openutils-testing-testng
Openutils testing library (JUnit)
Framework that helps to simplify unit testing coding with JUnit
net.sourceforge.openutils » openutils-testing-junit
Fractal-BF: Test Utils
Fractal Binding Factory Testing Facilities: this module include
test fixtures, and the testing-harness used to run the connectors integration tests.
org.objectweb.fractal.bf.testing » fractal-bf-testing-parent
Fractal-BF: Fixtures
Integration tests fixtures
org.objectweb.fractal.bf.testing » fractal-bf-testing-fixtures
Fractal-BF: Integration Tests Fixtures
Integration tests fixtures
org.objectweb.fractal.bf.testing » fixtures
Fractal-BF: Testing Facilities
Fractal Binding Factory Testing Facilities: this module include
test fixtures, and the testing-harness used to test the plugins
org.objectweb.fractal.bf.testing » parent
Fractal-BF: Testing Harness
Fractal Binding Factory Testing Harness.
org.objectweb.fractal.bf.testing » fractal-bf-testing-harness
Fractal-BF: Fixtures compiled with Juliac
Integration tests fixtures with Juliac
org.objectweb.fractal.bf.testing » fractal-bf-testing-fixtures-juliac
Fractal-BF: Binding Factory Testing Harness
Fractal Binding Factory Testing Harness.
org.objectweb.fractal.bf.testing » harness
Skin JUnitRecorder Website
Webpage skin
com.seitenbau.testing » sb-junitrecorder-skin
SB Parameterized Test
JUnit Parameterized Test classes
com.seitenbau.testing » junit-parameterized-test
JUnitRecorder
Master project
com.seitenbau.testing » sb-junitrecorder-flatmaster
JUnitRecorder Core
Write a few paragraphs to say what your project is about.
com.seitenbau.testing » sb-junitrecorder-core
PatternTesting Parent
PatternTesting-Parent is the parent of the PatternTesting family.
The goal of PatternTesting is to verify Architecture/Design recommendations
and to write better code more easily.
It uses AOP and AspectJ to perform this feat.
net.sf.patterntesting » patterntesting-parent
patterntesting-exception
PatternTesting Exception (patterntesting-exception) is a framework round
about exceptions. It wraps some common exception (like IOException) to
provide some more information as the original exception (e.g. the
filename with the absolute pathname).
On the other it allows you to provoke exceptions for better testing.
net.sf.patterntesting » patterntesting-exception
patterntesting-check-ct
PatternTesting Check.CT (patterntesting-check-ct) is a quality framework that
allows to automatically verify that Architecture/Design recommendations
are implemented correctly in the code.
It provides different checks of known anti patterns (like using System.out
for logging) but provides also a test framework for better testing.
The checks are done during compile time (this is the "CT" in Check.CT").
net.sf.patterntesting » patterntesting-check-ct
patterntesting-concurrent
PatternTesting Concurrent (patterntesting-concurrent) is a collection
of useful thread aspects. It has support for testing, for
sychnronization and for concurrent programming.
Some of the ideas used in this library comes from reading
Brian Goetz's book "Java Concurrency in Practice".
net.sf.patterntesting » patterntesting-concurrent
patterntesting
PatternTesting is a testing framework that allows to automatically verify
that Architecture/Design recommendations are implemented correctly in the
code. It uses AOP and AspectJ to perform this feat.
net.sf.patterntesting » patterntesting
patterntesting-tools
PatternTesting Tools (patterntesting-tools) is the container for
tools around PatternTesting like the Ant extensions and Maven plugin.
net.sf.patterntesting » patterntesting-tools
patterntesting-check-rt
PatternTesting Check.RT (patterntesting-check-rt) provides different runtime
checks of known anti patterns (like using null values as arguments or
return values) but provides also a test framework for better testing.
net.sf.patterntesting » patterntesting-check-rt
patterntesting-samples
PatternTesting Samples (patterntesting-samples) is a collection of samples
how to use the PatternTesting framework. It uses both patterntesting-rt
and patterntesting-check to give you some ideas how to use it.
net.sf.patterntesting » patterntesting-samples
patterntesting-rt
PatternTesting Runtime (patterntesting-rt) is the runtime component for
the PatternTesting framework. It provides the annotations and base classes
for the PatternTesting testing framework (e.g. patterntesting-check,
patterntesting-concurrent or patterntesting-exception) but can be also
used standalone for classpath monitoring or profiling.
It uses AOP and AspectJ to perform this feat.
net.sf.patterntesting » patterntesting-rt
patterntesting-check
PatternTesting Check (patterntesting-check) is a quality framework that
allows to automatically verify that Architecture/Design recommendations
are implemented correctly in the code.
It provides different checks of known anti patterns (like using System.out
for logging) but provides also a test framework for better testing.
net.sf.patterntesting » patterntesting-check
ScalaTest
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
org.scala-tools.testing » scalatest
specs
specs is a Behaviour-Driven-Design framework
org.scala-tools.testing » specs
Apache Sling Launchpad Testing
Sling Launchpad Testing module, contains integration tests that
were previously in the launchpad webapp module.
org.apache.sling » org.apache.sling.launchpad.testing
Apache Sling Testing Utilities
Tools and utilities for automated testing of Sling modules
org.apache.sling » org.apache.sling.commons.testing
mycila-testing-all
All Mycila testing framework and plugins
com.mycila.testing » mycila-testing-all
mycila-testing-api
Testing API
com.mycila.testing » mycila-testing-api
mycila-testing
Mycila testing parent POM
com.mycila.testing » mycila-testing
mycila-testing-spring
Spring plugin
com.mycila.testing.plugins » mycila-testing-spring
mycila-testing-easymock
EasyMock plugin
com.mycila.testing.plugins » mycila-testing-easymock
mycila-testing-guice
Guice plugin
com.mycila.testing.plugins » mycila-testing-guice
mycila-testing-atunit
Spring plugin
com.mycila.testing.plugins » mycila-testing-atunit
mycila-testing-jmock
JMock plugin
com.mycila.testing.plugins » mycila-testing-jmock
mycila-testing-db
Database plugin
com.mycila.testing.plugins » mycila-testing-db
mycila-testing-plugins
All Mycila testing plugins
com.mycila.testing.plugins » mycila-testing-plugins
mycila-testing-guice2
Guice plugin
com.mycila.testing.plugins » mycila-testing-guice2
mycila-testing-dbunit
Database plugin
com.mycila.testing.plugins » mycila-testing-dbunit
mycila-testing-mockito
Mockito plugin
com.mycila.testing.plugins » mycila-testing-mockito
FEST Swing
Fluent interface for functional GUI testing
org.easytesting » fest-swing
FEST Testing
Utility methods for testing FEST modules
org.easytesting » fest-test
FEST: Fixtures for Easy Software Testing
Parent POM for all FEST Modules
org.easytesting » fest
FEST Swing - JUnit Extension
JUnit-specific extension for FEST-Swing
org.easytesting » fest-swing-junit
FEST Util
Utility methods used by FEST modules
org.easytesting » fest-util
FEST Swing - TestNG Extension
TestNG-specific extension for FEST-Swing
org.easytesting » fest-swing-testng
FEST Swing - JUnit 4.3.1 Extension
JUnit 4.3.1-specific extension for FEST-Swing
org.easytesting » fest-swing-junit-4.3.1
FEST Reflection
Fluent Interface that simplifies usage of Java Reflection
org.easytesting » fest-reflect
Maven Site Skin
Maven Site Skin
org.easytesting » fest-site-skin
FEST Mocks
Utilities that simplify usage of Mock Objects
org.easytesting » fest-mocks
FEST Swing - JUnit 4.5 Extension
JUnit 4.5-specific extension for FEST-Swing
org.easytesting » fest-swing-junit-4.5
FEST Fluent Assertions
'Flexible' or 'fluent' assertions for testing
org.easytesting » fest-assert
specs_2.8.0.Beta1-RC7
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.8.0.Beta1-RC7
specs-2.8.0.Beta1-RC6
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs-2.8.0.Beta1-RC6
WRHAPI Testing
Utilities to test a wrhapi implementation
org.wymiwyg » wrhapi-testing
Embedded Derby DbUnit Abstract TestCase
The project helps you to setup a DbUnit test using an embedded Derby database
by providing an AbstractEmbeddedDbTestCase.java that you extend, instructions
for using it, and the utility DatabaseCreator.java for creating and initializing the DB.
net.jakubholy.testing » dbunit-embeddedderby-parenttest
specs_2.8.0.Beta1-RC8
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.8.0.Beta1-RC8
specs_2.8.0.Beta1
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.8.0.Beta1
Apache Felix Karaf :: Testing environment
A bundle to help using Pax-Exam and Karaf.
org.apache.felix.karaf.tooling » org.apache.felix.karaf.tooling.testing
Apache ServiceMix :: Testing :: Support
Apache ServiceMix NMR: Test support classes
org.apache.servicemix.platform.testing » org.apache.servicemix.platform.testing.support
OSGi Lab Testing - Test Commons
OSGi Lab Testing - Test Commons
org.osgilab.testing » commons
Jolira Testing Tools
Tools for automatic software testing. Support finding directories for Maven
and http/https server "emulators".
com.jolira » testing-tools
specs_2.8.0
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.8.0
Apache Karaf :: Tooling :: Testing environment
A bundle to help using Pax-Exam and Karaf.
org.apache.karaf.tooling » org.apache.karaf.tooling.testing
specs_2.8.1.RC1
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.8.1.RC1
specs_2.8.1.RC2
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.8.1.RC2
specs_2.8.1.RC3
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.8.1.RC3
http-testing-harness Parent Module
Parent and aggregator for the testing harness for HTTP clients.
org.sonatype.http-testing-harness » hth-parent
specs_2.8.1
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.8.1
patterntesting-check
PatternTesting Check (patterntesting-check) is a quality framework that
allows to automatically verify that Architecture/Design recommendations
are implemented correctly in the code.
It provides different checks of known anti patterns (like using System.out
for logging) but provides also a test framework for better testing.
org.patterntesting » patterntesting-check
patterntesting-tools
PatternTesting Tools (patterntesting-tools) is the container for
tools around PatternTesting like the Ant extensions and Maven plugin.
org.patterntesting » patterntesting-tools
patterntesting-rt
PatternTesting Runtime (patterntesting-rt) is the runtime component for
the PatternTesting framework. It provides the annotations and base classes
for the PatternTesting testing framework (e.g. patterntesting-check,
patterntesting-concurrent or patterntesting-exception) but can be also
used standalone for classpath monitoring or profiling.
It uses AOP and AspectJ to perform this feat.
org.patterntesting » patterntesting-rt
patterntesting-check-rt
PatternTesting Check.RT (patterntesting-check-rt) provides different runtime
checks of known anti patterns (like using null values as arguments or
return values) but provides also a test framework for better testing.
org.patterntesting » patterntesting-check-rt
patterntesting-concurrent
PatternTesting Concurrent (patterntesting-concurrent) is a collection
of useful thread aspects. It has support for testing, for
sychnronization and for concurrent programming.
Some of the ideas used in this library comes from reading
Brian Goetz's book "Java Concurrency in Practice".
org.patterntesting » patterntesting-concurrent
patterntesting-exception
PatternTesting Exception (patterntesting-exception) is a framework round
about exceptions. It wraps some common exception (like IOException) to
provide some more information as the original exception (e.g. the
filename with the absolute pathname).
On the other it allows you to provoke exceptions for better testing.
org.patterntesting » patterntesting-exception
patterntesting-samples
PatternTesting Samples (patterntesting-samples) is a collection of samples
how to use the PatternTesting framework. It uses patterntesting-rt,
patterntesting-check, patterntesting-concurrent and patterntesting-exception
to give you some ideas how to use it.
org.patterntesting » samples
patterntesting-check-ct
PatternTesting Check.CT (patterntesting-check-ct) is a quality framework that
allows to automatically verify that Architecture/Design recommendations
are implemented correctly in the code.
It provides different checks of known anti patterns (like using System.out
for logging) but provides also a test framework for better testing.
The checks are done during compile time (this is the "CT" in Check.CT").
org.patterntesting » patterntesting-check-ct
PatternTesting Parent
PatternTesting-Parent is the parent of the PatternTesting family.
The goal of PatternTesting is to verify Architecture/Design recommendations
and to write better code more easily.
It uses AOP and AspectJ to perform this feat.
org.patterntesting » patterntesting-parent
patterntesting-libs
PatternTesting Libs (patterntesting-libs) simplifies the use of the PatternTesting libs
by collecting them into one big jar file.
org.patterntesting » patterntesting-libs
samples-jfs2010
This is an introduction and a simple case study how PatternTesting can help you to find some common errors and bugs.
org.patterntesting.samples » jfs2010
samples-misc
PatternTesting Samples Misc (patterntesting-samples-misc) is a collection of samples
how to use the PatternTesting framework. It uses both patterntesting-rt,
patterntesting-check, patterntesting-concurrent and patterntesting-exception
to give you some ideas how to use it.
org.patterntesting.samples » misc
samples-intro
This is an introduction to PatternTesting. It demonstrates the use of PatternTesting as Java library for testing.
org.patterntesting.samples » intro
specs_2.8.1_java_1.5
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.8.1_java_1.5
mycila-testing-jetty
Jetty plugin which run webapp before running JUnit functional test
com.mycila.testing.plugins » mycila-testing-jetty
Apache Sling Failing Server-Side Tests
Bundle that supplies server-side tests that fail, to test the Sling JUnit extensions
org.apache.sling » org.apache.sling.testing.samples.failingtests
Apache Sling Sample Integration Tests
Sample project that demonstrates the various tools and techniques
available to test Sling applications: plain build-time JUnit tests,
HTTP-based integration tests, server-side JUnit tests injected via
bundles and server-side scriptable tests.
org.apache.sling » org.apache.sling.testing.samples.integrationtests
Apache Sling Sample Server-Side Tests
Bundle that supplies sample server-side test classes for the Sling JUnit extensions
org.apache.sling » org.apache.sling.testing.samples.sampletests
Apache Sling Test Tools
Sling testing utilities.
org.apache.sling » org.apache.sling.testing.tools
Staccato-Commons-Testing
Testing components build on top of JUnit 4
net.sf.staccatocommons » commons-testing
specs_2.9.0
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.9.0
A Hibernate O/RM module
A module of the Hibernate O/RM project
org.hibernate » hibernate-testing
Hibernate JDBC4-JdbcSupport Testing
Test support of JDBC4 through JdbcSupport
org.hibernate » hibernate-jdbc4-testing
Hibernate JDBC3-JdbcSupport Testing
Test support of JDBC3 through JdbcSupport
org.hibernate » hibernate-jdbc3-testing
Hibernate Search Testing
Hibernate Search Testing Utilities
org.hibernate » hibernate-search-testing
specs_2.9.0-1
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.9.0-1
log4testing
log4testing is a simple logging library for test case execution logging.
com.hamburgsud.log4testing » core
TestNG-Extensions
Some simple extensions to testng for use with maven.
org.e-hoffman.testing » TestNG-Extensions
DynamicModuleAPI
Some simple extensions to testng for use with maven.
org.e-hoffman.testing » DynamicModuleAPI
specs_2.9.1
specs is a Behaviour-Driven-Design
framework
org.scala-tools.testing » specs_2.9.1
Express DbUnit with Embedded Derby DB
The project helps you to setup a DbUnit test using an embedded Derby database
by providing an AbstractEmbeddedDbTestCase.java that you extend, instructions
for using it, and the utility DatabaseCreator.java for creating and initializing the DB.
net.jakubholy.testing » dbunit-express
Jetty Test Webapp
org.mortbay.jetty » test
junit-doclet
junit-doclet » junit-doclet
Test Utils
com.cedarsoft.utils » test-utils
mmmockobjects
mockmaker » mmmockobjects
Artima SuiteRunner
suiterunner » suiterunner
junit-addons
junit-addons » junit-addons
de.abstrakt.mock
mockcreator » de.abstrakt.mock
mockcreator
mockcreator » mockcreator
mockobjects-jdk1.3-j2ee1.2
mockobjects » mockobjects-jdk1.3-j2ee1.2
alt-jdk1.3
mockobjects » alt-jdk1.3
mockobjects-jdk1.4-j2ee1.3
mockobjects » mockobjects-jdk1.4-j2ee1.3
mockobjects-jdk1.4-j2ee1.2
mockobjects » mockobjects-jdk1.4-j2ee1.2
alt-j1.3-j2ee1.2
mockobjects » alt-j1.3-j2ee1.2
mockobjects-j1.3-j2ee1.3
mockobjects » mockobjects-j1.3-j2ee1.3
mockobjects
mockobjects » mockobjects
mockobjects-jdk1.4
mockobjects » mockobjects-jdk1.4
mockobjects-alt-jdk1.4-j2ee1.2
mockobjects » mockobjects-alt-jdk1.4-j2ee1.2
mockobjects-alt-jdk1.3
mockobjects » mockobjects-alt-jdk1.3
alt-j1.3-j2ee1.3
mockobjects » alt-j1.3-j2ee1.3
mockobjects-j1.3-j2ee1.2
mockobjects » mockobjects-j1.3-j2ee1.2
mockobjects-core
mockobjects » mockobjects-core
mockobjects-j1.4-j2ee1.2
mockobjects » mockobjects-j1.4-j2ee1.2
mockobjects-alt-jdk1.4
mockobjects » mockobjects-alt-jdk1.4
mockobjects-alt-jdk1.3-j2ee1.2
mockobjects » mockobjects-alt-jdk1.3-j2ee1.2
mockobjects-jdk1.3
mockobjects » mockobjects-jdk1.3
mockobjects-alt-jdk1.3-j2ee1.3
mockobjects » mockobjects-alt-jdk1.3-j2ee1.3
mockobjects-jdk1.3-j2ee1.3
mockobjects » mockobjects-jdk1.3-j2ee1.3
alt-jdk1.4
mockobjects » alt-jdk1.4
mockobjects-alt-jdk1.4-j2ee1.3
mockobjects » mockobjects-alt-jdk1.4-j2ee1.3
alt-j1.4-j2ee1.3
mockobjects » alt-j1.4-j2ee1.3
alt-j1.4-j2ee1.2
mockobjects » alt-j1.4-j2ee1.2
mockobjects-j1.4-j2ee1.3
mockobjects » mockobjects-j1.4-j2ee1.3
patterntesting-aspectj
patterntesting » patterntesting-aspectj
GNU Lesser General Public License 2.1
com.flexiblewebsolutions.xdriveunit » xdriveunit
mockrunner
com.mockrunner » mockrunner
junitperf
junitperf » junitperf
EasyMock class extension
easymock » easymockclassextension
EasyMock 2.0
easymock » easymock
plugin-sysunit
sysunit » plugin-sysunit
commons
commons-test » commons
commons-test
commons-test » commons-test
Israfil Foundation Testing Helpers and Fakes
net.israfil.foundation » israfil-foundation-testing
Waffle Testing
org.codehaus.waffle » waffle-testing
Fractal-BF: Fixtures compiled with Tinfi
org.objectweb.fractal.bf.testing » fractal-bf-testing-fixtures-tinfi
marmalade-testing-tools
marmalade » marmalade-testing-tools
Flexmojos Testing
org.sonatype.flexmojos » flexmojos-testing
Testing
com.octo.captcha » jcaptcha-testing
JUnitRecorder Addons
com.seitenbau.testing » sb-junitrecorder-addons
JUnitRecorder Exampleusage
com.seitenbau.testing » sb-junitrecorder-exampleusage
scalacheck
org.scala-tools.testing » scalacheck
Atlassian XML-RPC Binder Test Framework
com.atlassian.xmlrpc » atlassian-xmlrpc-binder-testing
Apache ServiceMix Kernel :: Testing
org.apache.servicemix.kernel.testing » testing
Apache ServiceMix Kernel :: Testing - ITests
org.apache.servicemix.kernel.testing » org.apache.servicemix.kernel.testing.itests
Apache ServiceMix Kernel :: Testing - Support
org.apache.servicemix.kernel.testing » org.apache.servicemix.kernel.testing.support
scalacheck_2.7.5
org.scala-tools.testing » scalacheck_2.7.5
test-interface
org.scala-tools.testing » test-interface
scalacheck_2.7.6
org.scala-tools.testing » scalacheck_2.7.6
scalacheck_2.7.3
org.scala-tools.testing » scalacheck_2.7.3
scalacheck_2.7.4
org.scala-tools.testing » scalacheck_2.7.4
scalacheck_2.7.2
org.scala-tools.testing » scalacheck_2.7.2
Shared Assembly Descriptor
org.easytesting » fest-assembly
scalacheck_2.7.7
org.scala-tools.testing » scalacheck_2.7.7
sweet_2.8.0.Beta1-RC2
org.scala-tools.testing » sweet_2.8.0.Beta1-RC2
sweet_2.7.2
org.scala-tools.testing » sweet_2.7.2
sweet_2.7.7
org.scala-tools.testing » sweet_2.7.7
specs_2.7.5
org.scala-tools.testing » specs_2.7.5
specs_2.7.7
org.scala-tools.testing » specs_2.7.7
sweet_2.7.6
org.scala-tools.testing » sweet_2.7.6
sweet_2.7.4
org.scala-tools.testing » sweet_2.7.4
sweet_2.8.0.Beta1-RC1
org.scala-tools.testing » sweet_2.8.0.Beta1-RC1
sweet_2.7.5
org.scala-tools.testing » sweet_2.7.5
sweet_2.7.3
org.scala-tools.testing » sweet_2.7.3
Tycho Testing Harness
org.sonatype.tycho » tycho-testing-harness
Sonar :: Plugin Testing Harness
org.codehaus.sonar » sonar-plugin-testing-harness
scalacheck_2.8.0.RC1
org.scala-tools.testing » scalacheck_2.8.0.RC1
Sonar :: Testing Harness
org.codehaus.sonar » sonar-testing-harness
OW2 Chameleon - OSGi Helpers
org.ow2.chameleon.testing » osgi-helpers
Apache ServiceMix :: Testing
org.apache.servicemix.testing » testing
Sonar IDEs :: Testing Harness
org.codehaus.sonar-ide » sonar-ide-testing-harness
OW2 Chameleon - Tinybundles : iPOJO Extension
org.ow2.chameleon.testing » tinybundles-ipojo
scalacheck_2.8.0.RC2
org.scala-tools.testing » scalacheck_2.8.0.RC2
scalacheck_2.8.0.RC3
org.scala-tools.testing » scalacheck_2.8.0.RC3
Tycho Testing Harness
org.codehaus.tycho » tycho-testing-harness
scalacheck_2.8.0.RC4
org.scala-tools.testing » scalacheck_2.8.0.RC4
scalacheck_2.8.0.RC6
org.scala-tools.testing » scalacheck_2.8.0.RC6
scalacheck_2.8.0.RC5
org.scala-tools.testing » scalacheck_2.8.0.RC5
scalacheck_2.8.0.RC7
org.scala-tools.testing » scalacheck_2.8.0.RC7
scalacheck_2.8.0
org.scala-tools.testing » scalacheck_2.8.0
JAXB2 Basics - Testing
org.jvnet.jaxb2_commons » jaxb2-basics-testing
appengine-testing
com.google.appengine » appengine-testing
JUnit 3/4 SuiteConfiguration Test Runner
org.sonatype.http-testing-harness » junit-runner
Jetty Server Provider
org.sonatype.http-testing-harness » server-provider
HTTP Tests API
org.sonatype.http-testing-harness » hth-api
scalacheck_2.8.1
org.scala-tools.testing » scalacheck_2.8.1
Base for SuiteConfiguration test runners
org.sonatype.http-testing-harness » harness-runner
TestNG SuiteConfiguration Test Runner
org.sonatype.http-testing-harness » testng-runner
Legato Testing
net.disy.legato » legato-testing
scalacheck_2.9.0.RC1
org.scala-tools.testing » scalacheck_2.9.0.RC1
scalacheck_2.9.0.RC2
org.scala-tools.testing » scalacheck_2.9.0.RC2
Tycho Testing Harness (Incubation)
org.eclipse.tycho » tycho-testing-harness
scalacheck_2.9.0.RC3
org.scala-tools.testing » scalacheck_2.9.0.RC3
scalacheck_2.9.0
org.scala-tools.testing » scalacheck_2.9.0
scalacheck_2.9.0-1
org.scala-tools.testing » scalacheck_2.9.0-1
Apache Tuscany SCA Distribution Tomcat Testing
org.apache.tuscany.sca » tuscany-distribution-tomcat-testing
Hyperjaxb3 Testing
org.jvnet.hyperjaxb3 » hyperjaxb3-testing
Hyperjaxb2 Testing
org.jvnet.hyperjaxb2 » hyperjaxb2-testing
JAXB2 Commons Testing
org.jvnet.jaxb2_commons » testing
Hypercompass Testing
org.jvnet.hypercompass » hypercompass-testing
Jaxbcommons Testing
org.jvnet.jaxbcommons » jaxbcommons-testing
Jaxbvalidation Testing
org.jvnet.jaxbvalidation » jaxbvalidation-testing
Hifaces20 Testing
org.hisrc.hifaces20 » hifaces20-testing
WS-RX Testing Support
org.glassfish.metro » wsrx-testing
FestWebDriver
org.e-hoffman.testing » FestWebDriver
WebAppInvokerModule
org.e-hoffman.testing » WebAppInvokerModule
WebAppInvoker
org.e-hoffman.testing » WebAppInvoker
EmbeddedWebapp
org.e-hoffman.testing » EmbeddedWebapp
WebdriverModule
org.e-hoffman.testing » WebdriverModule
LogBackCapture
org.e-hoffman.testing » LogBackCapture
parent
org.e-hoffman.testing » parent
scalacheck_2.9.1.RC3
org.scala-tools.testing » scalacheck_2.9.1.RC3
scalacheck_2.9.1.RC2
org.scala-tools.testing » scalacheck_2.9.1.RC2