bigraphs-testing is a testing utility library for the Bigraph Toolkit Suite ecosystem, providing helper classes, test data generators in the future, and utilities to simplify writing unit tests, regression tests (WIP), and integration tests ( WIP).
Maven Configuration
<dependency>
<groupId>org.bigraphs.testing</groupId>
<artifactId>bigraphs-testing</artifactId>
<version>0.2.0</version>
<scope>test</scope>
</dependency>Gradle Configuration
testImplementation("org.bigraphs.testing:bigraphs-testing:0.2.0")Execute the following goals to run the build:
# Linux, Mac
$ mvn clean install -DskipTests
$ ./mvnw clean install -DskipTests
# Windows
$ ./mvnw.cmd clean install -DskipTestsThe *.jar can be found inside the ./target/ folder of this project.
The dependency will be also installed in the local Maven repository (~/.m2/) and
can be used in other projects by following the instruction given above
- See the Deployment Documentation
This library is Open Source software released under the Apache 2.0 license.