| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.qpid |
| ArtifactId | ArtifactIdtests |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe 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 |
| Filename | Size |
|---|---|
| tests-0.4.pom | |
| tests-0.4.jar | 131 KB |
| tests-0.4-sources.jar | 45 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.qpid : proton-api | jar | 0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.python : jython-standalone | jar | 2.5.3 |