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

citrus-quarkus from group org.citrusframework (version 4.2.0)

Adds Citrus support to your Quarkus tests. Citrus is an Open Source Java integration testing framework supporting a wide range of message protocols and data formats (Kafka, Http REST, JMS, TCP/IP, SOAP, FTP/SFTP, XML, Json, and more)

Group: org.citrusframework Artifact: citrus-quarkus
Show all versions Show documentation Show source 
 

0 downloads
Artifact citrus-quarkus
Group org.citrusframework
Version 4.2.0
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies citrus-base, quarkus-arc, quarkus-test-common,
There are maybe transitive dependencies!

testing-integration-test from group io.kroxylicious.testing (version 0.8.1)

Integration test for the JUnit5 extension. This is a separate module only because using the junit-platform-testkit prevents IntelliJ from executing tests, which makes debugging happy-path tests difficult.

Group: io.kroxylicious.testing Artifact: testing-integration-test
Show all versions Show source 
 

0 downloads
Artifact testing-integration-test
Group io.kroxylicious.testing
Version 0.8.1
Last update 12. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies testing-junit5-extension, kafka-clients, kafka_2.13, zookeeper, testcontainers, junit-jupiter-api,
There are maybe transitive dependencies!

biz.aQute.tester.junit-platform from group biz.aQute.bnd (version 7.0.0)

A bnd tester using JUnit Platform. Like biz.aQute.tester, this bundle will add itself to the -runbundles at the end. At startup, this bundle will then look for TestEngine implementations among the loaded bundles and use them to execute the tests. This bundle does NOT contain the necessary TestEngine implementations for JUnit 3, 4 or 5 - it will import them just like any other bundle.

Group: biz.aQute.bnd Artifact: biz.aQute.tester.junit-platform
Show all versions Show documentation Show source 
 

0 downloads
Artifact biz.aQute.tester.junit-platform
Group biz.aQute.bnd
Version 7.0.0
Last update 06. October 2023
Organization Bndtools
URL https://bnd.bndtools.org/
License (Apache-2.0 OR EPL-2.0)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

SHAFT_DSL from group io.github.shafthq (version 1.0.3)

SHAFT DSL is a SHAFT Ecosystem project that extends basic SHAFT_Engine functionality and provides the user with easy-access domain specific elements. This facilitated authoring tests even more and provides a unique user experience that is tailored to testers everywhere.

Group: io.github.shafthq Artifact: SHAFT_DSL
Show all versions Show documentation 
 

0 downloads
Artifact SHAFT_DSL
Group io.github.shafthq
Version 1.0.3
Last update 17. September 2023
Organization not specified
URL https://shafthq.github.io/
License MIT License
Dependencies amount 8
Dependencies SHAFT_ENGINE, ojdbc8, regions, aws-java-sdk-sqs, ssm, aws-java-sdk-dynamodb, sqs, unitils-core,
There are maybe transitive dependencies!

net.twisterrob.gradle.plugin.gradle.test.gradle.plugin from group net.twisterrob.gradle.plugin.gradle.test (version 0.16)

TWiStErRob's testing helper plugin and testing utilities for Gradle based integration tests. A wrapper for `org.gradle.testkit.runner.GradleRunner` to reduce boilerplate. Also contains helpers for building a project on disk from code and assert the results of an execution.

Group: net.twisterrob.gradle.plugin.gradle.test Artifact: net.twisterrob.gradle.plugin.gradle.test.gradle.plugin
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact net.twisterrob.gradle.plugin.gradle.test.gradle.plugin
Group net.twisterrob.gradle.plugin.gradle.test
Version 0.16
Last update 25. July 2023
Organization not specified
URL https://github.com/TWiStErRob/net.twisterrob.gradle
License Unlicense
Dependencies amount 1
Dependencies twister-gradle-test,
There are maybe transitive dependencies!

nameapi-ontology5-json from group org.nameapi.ontology.json (version 5.4.2)

Provides from and to JSON marshalling for the domain classes in the 'core' module. This uses the Jackson library. You don't necessarily need this module. It may serve you also as a functional demo. It also contains tests to ensure the conversion from and to JSON using Jackson works correctly.

Group: org.nameapi.ontology.json Artifact: nameapi-ontology5-json
Show all versions Show documentation Show source 
 

0 downloads
Artifact nameapi-ontology5-json
Group org.nameapi.ontology.json
Version 5.4.2
Last update 19. May 2023
Organization Optimaize GmbH, Switzerland
URL http://www.nameapi.org
License not specified
Dependencies amount 4
Dependencies nameapi-ontology5-core, jackson-core, jackson-databind, jackson-datatype-guava,
There are maybe transitive dependencies!

db2-r2dbc from group com.ibm.db2 (version 1.1.0)

A new database driver that was developed for use by Java Reactive Applications using Java Spring Project Reactor. For documentation, samples and tests please refer the GitHub repository https://github.com/ibmdb/java_reactive_driver

Group: com.ibm.db2 Artifact: db2-r2dbc
Show documentation 
 

0 downloads
Artifact db2-r2dbc
Group com.ibm.db2
Version 1.1.0
Last update 27. April 2023
Organization not specified
URL https://github.com/ibmdb/java_reactive_driver
License International Program License Agreement (IPLA)
Dependencies amount 4
Dependencies r2dbc-spi, reactor-core, reactor-netty, slf4j-api,
There are maybe transitive dependencies!

maven-resources-plugin from group org.apache.maven.plugins (version 3.3.1)

The Resources Plugin handles the copying of project resources to the output directory. There are two different kinds of resources: main resources and test resources. The difference is that the main resources are the resources associated with the main source code while the test resources are associated with the test source code. Thus, this allows the separation of resources for the main source code and its unit tests.

Group: org.apache.maven.plugins Artifact: maven-resources-plugin
Show all versions Show documentation Show source 
 

531 downloads
Artifact maven-resources-plugin
Group org.apache.maven.plugins
Version 3.3.1
Last update 21. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies plexus-utils, maven-filtering, commons-io, commons-lang3,
There are maybe transitive dependencies!

kafka-junit from group com.salesforce.kafka.test (version 3.2.5)

This library wraps Kafka's embedded test cluster, allowing you to more easily create and run integration tests using JUnit against a "real" kafka server running within the context of your tests.

Group: com.salesforce.kafka.test Artifact: kafka-junit
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kafka-junit
Group com.salesforce.kafka.test
Version 3.2.5
Last update 21. February 2023
Organization Salesforce
URL https://github.com/salesforce/kafka-junit
License BSD-3
Dependencies amount 1
Dependencies curator-test,
There are maybe transitive dependencies!

kafka-junit-core from group com.salesforce.kafka.test (version 3.2.5)

Group: com.salesforce.kafka.test Artifact: kafka-junit-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact kafka-junit-core
Group com.salesforce.kafka.test
Version 3.2.5
Last update 21. February 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 519 from 552 (items total 5515)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy