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

Download JAR files tagged by assert with all dependencies

Search JAR files by class name

common from group org.floggy.3rd.org.eclipse.equinox (version 3.3.0.v20070426)

A library of utility classes (e.g., IStatus, Assert, IAdaptable, ...) that are frequently used by Eclipse bundles. This bundle can be used in various different OSGi systems or standalone (i.e., without OSGi).

Group: org.floggy.3rd.org.eclipse.equinox Artifact: common
Show documentation Show source 
 

2 downloads
Artifact common
Group org.floggy.3rd.org.eclipse.equinox
Version 3.3.0.v20070426
Last update 10. January 2011
Organization not specified
URL http://wiki.eclipse.org/Equinox
License Eclipse Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beanValidation-3.0 from group io.openliberty.features (version 24.0.0.10)

The Jakarta Bean Validation 3.0 specification provides an annotation-based model for validating JavaBeans. It can be used to assert and maintain the integrity of data as it travels through an application. This feature is built on the Hibernate Validator Engine.

Group: io.openliberty.features Artifact: beanValidation-3.0
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beanValidation-3.0
Group io.openliberty.features
Version 24.0.0.10
Last update 26. September 2024
Organization not specified
URL https://openliberty.io/
License Eclipse Public License 2.0
Dependencies amount 5
Dependencies com.ibm.websphere.appserver.eeCompatible-9.0, io.openliberty.jakarta.validation-3.0, io.openliberty.beanValidationCore-2.0, io.openliberty.beanValidation3.0.internal.ee-9.0, com.ibm.websphere.appserver.transaction-2.0,
There are maybe transitive dependencies!

beanValidation-2.0 from group io.openliberty.features (version 24.0.0.10)

The Bean Validation 2.0 specification provides an annotation based model for validating JavaBeans. It can be used to assert and maintain the integrity of data as it travels through an application. This feature is built on top of the Hibernate Validator Engine.

Group: io.openliberty.features Artifact: beanValidation-2.0
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beanValidation-2.0
Group io.openliberty.features
Version 24.0.0.10
Last update 26. September 2024
Organization not specified
URL https://openliberty.io/
License Eclipse Public License 2.0
Dependencies amount 7
Dependencies com.ibm.websphere.appserver.internal.optional.jaxb-2.2, com.ibm.websphere.appserver.transaction-1.2, com.ibm.websphere.appserver.eeCompatible-8.0, el-3.0, com.ibm.websphere.appserver.beanValidationCore-1.0, com.ibm.websphere.appserver.javax.cdi-2.0, com.ibm.websphere.appserver.javax.validation-2.0,
There are maybe transitive dependencies!

beanValidation-1.1 from group io.openliberty.features (version 24.0.0.10)

Group: io.openliberty.features Artifact: beanValidation-1.1
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beanValidation-1.1
Group io.openliberty.features
Version 24.0.0.10


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

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.17
Last update 02. May 2024
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!

limbus-staging from group com.remondis.limbus (version 3.1.0)

This is a library for integration test development. This library enables Limbus Plugin developers to simulate a Limbus Engine Environment, deploy their Plugin classes and assert their behaviour. The class com.remondis.limbus.launcher.LimbusStaging is the entry point for this library. The features can be used in a fluent builder style.

Group: com.remondis.limbus Artifact: limbus-staging
Show all versions Show documentation Show source 
 

0 downloads
Artifact limbus-staging
Group com.remondis.limbus
Version 3.1.0
Last update 26. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 19
Dependencies limbus-engine-interfaces, limbus-utils, limbus-vfs, limbus-system, limbus-launcher, slf4j-api, shrinkwrap-api, shrinkwrap-spi, shrinkwrap-impl-base, shrinkwrap-resolver-api, shrinkwrap-resolver-spi, shrinkwrap-resolver-api-maven, shrinkwrap-resolver-spi-maven, shrinkwrap-resolver-api-maven-archive, shrinkwrap-resolver-impl-maven, shrinkwrap-resolver-impl-maven-archive, shrinkwrap-resolver-api-maven-embedded, shrinkwrap-resolver-impl-maven-embedded, junit-vintage-engine,
There are maybe transitive dependencies!

AptSpringParent from group com.salesforce.aptspring (version 2.0.7)

This is the parent project of AptSpring. Despite it's name, 90% of the code in this project is agnostic to spring. The AptSpringProcessor however, will assert the correctness of a spring graph at compile time, by demanding that the graph be both type safe and fully enumerable during compilation.

Group: com.salesforce.aptspring Artifact: AptSpringParent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact AptSpringParent
Group com.salesforce.aptspring
Version 2.0.7
Last update 27. November 2019
Organization not specified
URL Not specified
License BSD-3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

quality-check from group net.sf.qualitycheck (version 1.3)

The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs™ JSR-305 support.

Group: net.sf.qualitycheck Artifact: quality-check
Show all versions Show documentation Show source 
 

3 downloads
Artifact quality-check
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-check/
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies jsr305, commons-logging, junit, slf4j-api, slf4j-simple,
There are maybe transitive dependencies!

quality-parent from group net.sf.qualitycheck (version 1.3)

The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs™ JSR-305 support.

Group: net.sf.qualitycheck Artifact: quality-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact quality-parent
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pact-jvm-consumer-groovy-v3_2.10 from group au.com.dius (version 2.2.15)

pact-jvm-consumer-groovy-v3 =========================== Groovy DSL for Pact JVM implementing V3 specification changes. ##Dependency The library is available on maven central using: * group-id = `au.com.dius` * artifact-id = `pact-jvm-consumer-groovy-v3_2.11` * version-id = `2.2.x` or `3.0.x` ##Usage Add the `pact-jvm-consumer-groovy-v3` library to your test class path. This provides a `PactMessageBuilder` class for you to use to define your pacts. If you are using gradle for your build, add it to your `build.gradle`: dependencies { testCompile 'au.com.dius:pact-jvm-consumer-groovy-v3_2.11:2.2.12' } ## Consumer test for a message consumer The `PactMessageBuilder` class provides a DSL for defining your message expectations. It works in much the same way as the `PactBuilder` class for Request-Response interactions. ### Step 1 - define the message expectations Create a test that uses the `PactMessageBuilder` to define a message expectation, and then call `run`. This will invoke the given closure with a message for each one defined in the pact. ```groovy def eventStream = new PactMessageBuilder().call { serviceConsumer 'messageConsumer' hasPactWith 'messageProducer' given 'order with id 10000004 exists' expectsToReceive 'an order confirmation message' withMetaData(type: 'OrderConfirmed') // Can define any key-value pairs here withContent(contentType: 'application/json') { type 'OrderConfirmed' audit { userCode 'messageService' } origin 'message-service' referenceId '10000004-2' timeSent: '2015-07-22T10:14:28+00:00' value { orderId '10000004' value '10.000000' fee '10.00' gst '15.00' } } } ``` ### Step 2 - call your message handler with the generated messages This example tests a message handler that gets messages from a Kafka topic. In this case the Pact message is wrapped as a Kafka `MessageAndMetadata`. ```groovy eventStream.run { Message message -> messageHandler.handleMessage(new MessageAndMetadata('topic', 1, new kafka.message.Message(message.contentsAsBytes()), 0, null, valueDecoder)) } ``` ### Step 3 - validate that the message was handled correctly ```groovy def order = orderRepository.getOrder('10000004') assert order.status == 'confirmed' assert order.value == 10.0 ``` ### Step 4 - Publish the pact file If the test was successful, a pact file would have been produced with the message from step 1.

Group: au.com.dius Artifact: pact-jvm-consumer-groovy-v3_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact pact-jvm-consumer-groovy-v3_2.10
Group au.com.dius
Version 2.2.15
Last update 17. September 2015
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 7
Dependencies pact-jvm-consumer-groovy_2.10, scala-library, groovy-all, json4s-native_2.10, pact-jvm-model-v3_2.10, slf4j-api, json4s-jackson_2.10,
There are maybe transitive dependencies!



Page 13 from 3 (items total 152)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy