Skip to content

bigraph-toolkit-suite/bigraphs.bigraphs-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A library for the Bigraph Toolkit Suite ecosystem that provides reusable testing utilities to support visualization, validation, and automated testing of bigraph-based models, tools, and frameworks.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors