All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by tests with all dependencies

Search JAR files by class name

cucumber2junit-maven-plugin from group io.github.martinschneider (version 1.2)

Generates plain JUnit tests from Gherkin feature files. This is useful when you want to execute Cucumber tests in an environment which does not allow custom JUnit runners, e.g. the AWS Device Farm.

Group: io.github.martinschneider Artifact: cucumber2junit-maven-plugin
Show all versions Show documentation Show source 
 

2 downloads
Artifact cucumber2junit-maven-plugin
Group io.github.martinschneider
Version 1.2
Last update 21. June 2018
Organization not specified
URL https://martinschneider.github.io/cucumber2junit
License Apache License, Version 2.0
Dependencies amount 8
Dependencies velocity, velocity-tools, guava, junit, assertj-core, slf4j-api, slf4j-simple, maven-plugin-api,
There are maybe transitive dependencies!

jsr330activator.testbundle1 from group no.steria.osgi.jsr330activator (version 1.1.0)

An OSGi bundle used in integration tests. This bundle exports the package containing the service definition for HelloService and imports the Jsr330BundleActivator and javax.inject from the OSGi runtime and uses the Jsr330BundleActivator to find a provider for HelloService and expose the service to listeners.

Group: no.steria.osgi.jsr330activator Artifact: jsr330activator.testbundle1
Show all versions Show documentation Show source 
 

0 downloads
Artifact jsr330activator.testbundle1
Group no.steria.osgi.jsr330activator
Version 1.1.0
Last update 27. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jsr330activator.implementation,
There are maybe transitive dependencies!

jsr330activator.testbundle2 from group no.steria.osgi.jsr330activator (version 1.1.0)

An OSGi bundle used in integration tests. This bundle exports the package containing the service definition for HelloService2 and embeds the Jsr330BundleActivator and imports javax.inject from the OSGi runtime and uses the Jsr330BundleActivator to find a provider for HelloService2 and expose the service to listeners.

Group: no.steria.osgi.jsr330activator Artifact: jsr330activator.testbundle2
Show all versions Show documentation Show source 
 

0 downloads
Artifact jsr330activator.testbundle2
Group no.steria.osgi.jsr330activator
Version 1.1.0
Last update 27. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jsr330activator.implementation,
There are maybe transitive dependencies!

jsr330activator.testbundle3 from group no.steria.osgi.jsr330activator (version 1.1.0)

An OSGi bundle used in integration tests. This bundle exports the package containing the service definitions for HelloService3a, HelloService3b, and HelloService3c, and embeds the Jsr330BundleActivator and javax.inject and uses the Jsr330BundleActivator to find a provider for HelloService3a, HelloService3b, HelloService3c, and set up listeners for the providers' dependencies and when the dependencies arrive, expose the service to listeners.

Group: no.steria.osgi.jsr330activator Artifact: jsr330activator.testbundle3
Show all versions Show documentation Show source 
 

0 downloads
Artifact jsr330activator.testbundle3
Group no.steria.osgi.jsr330activator
Version 1.1.0
Last update 27. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies javax.inject,
There are maybe transitive dependencies!

jsr330activator.testbundle7 from group no.steria.osgi.jsr330activator (version 1.1.0)

An OSGi bundle used in integration tests. This bundle exports the package containing two services that will have implementations that listen for the StorageService implementations in different ways, embeds the Jsr330BundleActivator and javax.inject and uses the Jsr330BundleActivator to find providers for the two services and avctivates these services.

Group: no.steria.osgi.jsr330activator Artifact: jsr330activator.testbundle7
Show documentation Show source 
 

0 downloads
Artifact jsr330activator.testbundle7
Group no.steria.osgi.jsr330activator
Version 1.1.0
Last update 27. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jsr330activator.implementation, javax.inject,
There are maybe transitive dependencies!

joala-dns from group net.joala (version 1.2.1)

Sometimes you need your tests to resolve hostnames. While you could change for example the /etc/hosts file for your test resolving this is not what you actually want to do. Joala DNS offers a custom Domain Name Server which you can feed with hosts to resolve from within your tests.

Group: net.joala Artifact: joala-dns
Show all versions Show documentation Show source 
 

0 downloads
Artifact joala-dns
Group net.joala
Version 1.2.1
Last update 02. August 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies joala-core, slf4j-api, guava, dnsjava, junit,
There are maybe transitive dependencies!

joala-conditions from group net.joala (version 1.2.1)

Implements Waiting for JUnit tests. Concept contains expressions which are responsible to retrieve a state of the application, matcher to verify the expected state (from Hamcrest Library) and conditions which are responsible to repeat the evaluation of the given expression until the state matches the expected state.

Group: net.joala Artifact: joala-conditions
Show all versions Show documentation Show source 
 

0 downloads
Artifact joala-conditions
Group net.joala
Version 1.2.1
Last update 02. August 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies joala-expressions, joala-time, joala-matchers, guava, junit, hamcrest-core, hamcrest-library, slf4j-api,
There are maybe transitive dependencies!

osgi.enroute.junit.wrapper from group org.osgi (version 4.12.0)

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. This bundle wraps JUnit as is and exports all packages with the bundle version since JUnit has not understood package versioning, nor semantic versioning. We also make imports optional since it has

Group: org.osgi Artifact: osgi.enroute.junit.wrapper
Show documentation Show source 
 

2 downloads
Artifact osgi.enroute.junit.wrapper
Group org.osgi
Version 4.12.0
Last update 14. October 2016
Organization OSGi Alliance
URL http://enroute.osgi.org/
License http://opensource.org/licenses/EPL-1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beanrunner from group net.sf.beanrunner (version 1.0.0)

This project provides a meaningful way to increase code coverage of your jUnit and TestNG tests. Unit testing Java Beans can be a tedious task. The goal of this project is to provide an automated way to unit test the getters and setters of a class.

Group: net.sf.beanrunner Artifact: beanrunner
Show all versions Show documentation Show source 
 

1 downloads
Artifact beanrunner
Group net.sf.beanrunner
Version 1.0.0
Last update 15. September 2016
Organization not specified
URL http://beanrunner.sourceforge.net
License Mozilla Public License 1.0 (MPL)
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

sonar-web-frontend-js from group fr.sii.sonar (version 2.1.0)

Consume reports generated by jshint for code quality. Also consume reports for code duplication (either simian or cpd). Consumes the unit/integration tests reports (generated by Jasmin) coverage report (lcov generated by Istanbul). The information generated by reports are added in Sonar

Group: fr.sii.sonar Artifact: sonar-web-frontend-js
Show all versions Show documentation Show source 
 

0 downloads
Artifact sonar-web-frontend-js
Group fr.sii.sonar
Version 2.1.0
Last update 06. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies sonar-report-core, sonar-coverage-lcov, sonar-test-junit, sonar-duplication-cpd, sonar-duplication-simian,
There are maybe transitive dependencies!



Page 524 from 552 (items total 5516)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy