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

Download JAR files tagged by test with all dependencies

Search JAR files by class name

abnffuzzer from group com.github.nradov (version 0.2.2)

Fuzz tester for Augmented Backus-Naur Form (ABNF) rules as defined in IETF RFC 5234. This library can directly parse a variety of input sources and extract the ABNF rules, then generate random output matching those rules. That output can be fed in a test framework such as JUnit to search for defects in an application which implements the rules. The most common use case would be testing implementations of other IETF RFCs.

Group: com.github.nradov Artifact: abnffuzzer
Show all versions Show documentation Show source 
 

0 downloads
Artifact abnffuzzer
Group com.github.nradov
Version 0.2.2
Last update 07. December 2019
Organization not specified
URL https://github.com/nradov/${project.artifactId}
License GNU Lesser General Public License, version 2.1
Dependencies amount 3
Dependencies commons-cli, antlr4, antlr4-runtime,
There are maybe transitive dependencies!

butor-mule-dao from group com.butor (version 1.0.30)

Group: com.butor Artifact: butor-mule-dao
Show all versions Show documentation Show source 
 

0 downloads
Artifact butor-mule-dao
Group com.butor
Version 1.0.30
Last update 22. November 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies butor-mule-common, butor-dao, butor-json,
There are maybe transitive dependencies!

butor-mule-common from group com.butor (version 1.0.30)

Group: com.butor Artifact: butor-mule-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact butor-mule-common
Group com.butor
Version 1.0.30
Last update 22. November 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

butor-fw-service-parent from group com.butor (version 1.0.30)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0

Group: com.butor Artifact: butor-fw-service-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact butor-fw-service-parent
Group com.butor
Version 1.0.30
Last update 22. November 2019
Organization not specified
URL http://www.butor.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

core from group com.robertboothby.djenni (version 0.2.0)

This module holds the core components of the Djenni data generator framework. By itself it provides most of the components to create an efficient end to end data generation framework for a specific domain. It contains the core SupplierBuilder interfaces, implementations for the core Java data types and useful test components. It is intended to be used in conjunction with the source-generator module that will speed up delivery of domain specific data generation and also with common domain modules (TBD) that deliver standard generators for common frameworks such as JAXB.

Group: com.robertboothby.djenni Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group com.robertboothby.djenni
Version 0.2.0
Last update 10. November 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies util, commons-lang3, junit, mockito-core, hamcrest-library, commons-rng-simple,
There are maybe transitive dependencies!

postgresql-test-datasource from group dk.kosmisk (version 1.0.2)

An integration test helper designed for dk.kosmisk:postgresql-maven-plugin. It is able to create a DataSource that connects to a postgresql, given a system-property with a port in it and a database name, or a URI in an environment variable or from PG* environment variables or to a personal PostgreSQL instance, with user/password/database-name which is the same as the user name for the user running the tests.

Group: dk.kosmisk Artifact: postgresql-test-datasource
Show all versions Show documentation Show source 
 

0 downloads
Artifact postgresql-test-datasource
Group dk.kosmisk
Version 1.0.2
Last update 10. November 2019
Organization not specified
URL https://github.com/kosmisk-dk/postgresql-test-datasource/
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-dbcp2, annotations,
There are maybe transitive dependencies!

artemis-fluid-core-utility-sources from group net.onedaybeard.artemis (version 2.3.0)

Provides a testing framework for support classes that are generated when using fluid entities. Since E.class and SuperMapper.class are not available at this point we resort to a bit of trickery so we can at least test the utility classes. fluid-core will pick up /src/test/java/com/artemis/ as resources (see /target/classes/fluid-entity-sources/) FluidGenerator can be made to deploy these while generating E and SuperMapper. See fluid-core pom which files are packaged as resources. Add new files to be deployed to FluidGenerator.generate manually!

Group: net.onedaybeard.artemis Artifact: artemis-fluid-core-utility-sources
Show all versions 
 

0 downloads
Artifact artemis-fluid-core-utility-sources
Group net.onedaybeard.artemis
Version 2.3.0
Last update 09. November 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies artemis-odb,
There are maybe transitive dependencies!

ecfeed.junit from group com.ecfeed (version 1.0.0)

An open library used to connect to the ecFeed service. It can be also used as a standalone testing tool. It is integrated with Junit5 and generates a stream of test cases using a selected algorithm (e.g. Cartesian, N-Wise). There are no limitations associated with the off-line version but the user cannot access the on-line computation servers and the model database.

Group: com.ecfeed Artifact: ecfeed.junit
Show documentation Show source 
 

0 downloads
Artifact ecfeed.junit
Group com.ecfeed
Version 1.0.0
Last update 04. October 2019
Organization not specified
URL https://ecfeed.com/
License Eclipse Public License - v 1.0
Dependencies amount 1
Dependencies selenium-java,
There are maybe transitive dependencies!

butor-fw-web-parent from group com.butor (version 1.0.29)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0

Group: com.butor Artifact: butor-fw-web-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact butor-fw-web-parent
Group com.butor
Version 1.0.29
Last update 30. August 2019
Organization not specified
URL http://www.butor.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

butor-fw-core-parent from group com.butor (version 1.0.29)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0

Group: com.butor Artifact: butor-fw-core-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact butor-fw-core-parent
Group com.butor
Version 1.0.29
Last update 30. August 2019
Organization not specified
URL http://www.butor.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 994 from 1022 (items total 10220)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy