Last Version

org.apache.qpid:tests 0.4

The Proton system tests execute against either the Java or the C implementations, based on the chosen profile. To execute, run either "mvn test -P proton-j" or "mvn test -P proton-jni". To reduce the set of Python tests run, set system property proton.pythontest.pattern, for example: mvn test -Dproton.pythontest.pattern='proton_tests.transport.TransportTest.*' The proton-jni profile looks for the JNI jar and native libraries under directory <basedir>/build/proton-c. To override this, run Maven like so: "mvn test -P proton-jni -Dproton-c-build-dir=/path/to/build/dir".

License

License

GroupId

GroupId

org.apache.qpid
ArtifactId

ArtifactId

tests
Version

Version

0.4
Type

Type

jar
Description

Description

The Proton system tests execute against either the Java or the C implementations, based on the chosen profile. To execute, run either "mvn test -P proton-j" or "mvn test -P proton-jni". To reduce the set of Python tests run, set system property proton.pythontest.pattern, for example: mvn test -Dproton.pythontest.pattern='proton_tests.transport.TransportTest.*' The proton-jni profile looks for the JNI jar and native libraries under directory <basedir>/build/proton-c. To override this, run Maven like so: "mvn test -P proton-jni -Dproton-c-build-dir=/path/to/build/dir".
Project Organization

Project Organization

The Apache Software Foundation

Download tests 0.4


<!-- https://jarcasting.com/artifacts/org.apache.qpid/tests/ -->
<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>tests</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/tests/
implementation 'org.apache.qpid:tests:0.4'
// https://jarcasting.com/artifacts/org.apache.qpid/tests/
implementation ("org.apache.qpid:tests:0.4")
'org.apache.qpid:tests:jar:0.4'
<dependency org="org.apache.qpid" name="tests" rev="0.4">
  <artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='tests', version='0.4')
)
libraryDependencies += "org.apache.qpid" % "tests" % "0.4"
[org.apache.qpid/tests "0.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.qpid : proton-api jar 0.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.python : jython-standalone jar 2.5.3

Project Modules

There are no modules declared in this project.