Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.53 KB

File metadata and controls

59 lines (40 loc) · 1.53 KB

License: Apache 2.0 Maven Central

bigraphs-testing

Overview

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).

Usage

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")

Development

Building from Source

Execute the following goals to run the build:

# Linux, Mac
$ mvn clean install -DskipTests
$ ./mvnw clean install -DskipTests

# Windows
$ ./mvnw.cmd clean install -DskipTests

The *.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

Deployment

License

This library is Open Source software released under the Apache 2.0 license.