OPS4J Pax Exam TestForge Collection.
Pax Exam TestForge: Collection of prebuild tests..
Here is the list of declaration for pax-exam-testforge. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-testforge</artifactId> <version>3.4.0</version> </dependency>
If you think this Maven repository POM file listing for pax-exam-testforge is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the pax-exam-testforge-3.4.0.jar
org.ops4j.pax.exam.testforge
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.ops4j.pax</groupId> <artifactId>exam</artifactId> <version>3.4.0</version> <relativePath>../../pom</relativePath> </parent> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-testforge</artifactId> <packaging>jar</packaging> <name>OPS4J Pax Exam TestForge Collection</name> <description>Pax Exam TestForge: Collection of prebuild tests.</description> <dependencies> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> </dependency> </dependencies> </project>