https://github.com/bigraph-toolkit-suite/bigraphs.test-support
A testing library for the bigraph tool ecosystem providing utilities for unit tests, regression tests, and integration tests.
https://github.com/bigraph-toolkit-suite/bigraphs.test-support
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Repository
A testing library for the bigraph tool ecosystem providing utilities for unit tests, regression tests, and integration tests.
Basic Info
- Host: GitHub
- Owner: bigraph-toolkit-suite
- License: apache-2.0
- Language: Java
- Default Branch: main
- Size: 9.77 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
bigraphs.test-support
Overview
bigraphs.test-support is a testing utility library for the bigraph ecosystem, providing helper classes, test data generators, and utilities to simplify writing unit tests, regression tests, and integration tests.
Installation
Maven Configuration
xml
<dependency>
<groupId>org.bigraphs.testing</groupId>
<artifactId>bigraph-test-support</artifactId>
<version>${version}</version>
<scope>test</scope>
</dependency>
For Gradle (Kotlin DSL)
groovy
testImplementation("org.bigraphs.test:bigraphs.test-support:VERSION")
Usage Example
Development
Building from Source
Execute the following goals to run the build:
shell
mvn clean install
The *.jar can be found inside the ./target/ folder of this project.
The dependency will be also installed in the local Maven repository and
can be used in other projects by following the instruction given above
Deployment
Prerequisites
The Sonatype account details (username + password) for the deployment must be provided to the
Maven Sonatype Plugin as used in the project's pom.xml file.
The Maven GPG plugin is used to sign the components for the deployment.
It relies on the gpg command being installed:
shell
sudo apt install gnupg2
and the GPG credentials being available e.g. from settings.xml (see here).
In settings.xml should be a profile and server configuration both with the <id>ossrh</id>.
- More information can be found here.
- Listing keys:
gpg --list-keys --keyid-format short - The
pom.xmlmust also conform to the minimal requirements containing all relevant tags as required by Sonatype.
Snapshot Deployment
Execute the following goals to deploy a SNAPSHOT release of the Java artifact to the snapshot repository:
```shell
Use the default settings.xml located at ~/.m2/
mvn clean deploy -P ossrh -DskipTests
mvn clean deploy -P ossrh
```
- The version tag in the
pom.xmlmust be suffixed with-SNAPSHOT.´
Release Deployment
To perform a release deployment, execute: ```shell mvn clean deploy -P release,ossrh -DskipTests
mvn clean deploy -P release,ossrh
``` - The SNAPSHOT suffix must be removed from the version tag - Artifacts must be manually released for Release Deployments in the Nexus Repository Manager.
Owner
- Name: Bigraph Toolkit Suite
- Login: bigraph-toolkit-suite
- Kind: organization
- Website: www.bigraphs.org
- Repositories: 1
- Profile: https://github.com/bigraph-toolkit-suite
BTS refers to a software product family for the research and development of bigraphical reactive systems.
GitHub Events
Total
- Push event: 1
- Create event: 2
Last Year
- Push event: 1
- Create event: 2
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Dominik Grzelak | d****k@o****t | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- org.projectlombok:lombok 1.18.26 provided
- com.fasterxml.jackson.core:jackson-databind 2.17.1
- com.google.guava:guava 33.0.0-jre
- org.bigraphs.framework:bigraph-converter 2.0.1
- org.bigraphs.framework:bigraph-core 2.0.1
- org.bigraphs.framework:bigraph-simulation 2.0.1
- org.bigraphs.framework:bigraph-visualization 2.0.1
- org.eclipse.platform:org.eclipse.core.runtime 3.31.0
- org.graphstream:gs-algo 2.0
- org.graphstream:gs-core 2.0
- org.graphstream:gs-ui-swing 2.0
- org.junit.jupiter:junit-jupiter-api 5.10.3 test