https://github.com/ardoco/integrationtests

ArDoCo: Integration Test Modules

https://github.com/ardoco/integrationtests

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

ArDoCo: Integration Test Modules

Basic Info
  • Host: GitHub
  • Owner: ArDoCo
  • License: mit
  • Language: Java
  • Default Branch: main
  • Size: 5.46 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Codeowners

README.md

ArDoCo Integration Tests

The goal of this project is to connect architecture documentation and models with Traceability Link Recovery (TLR) while identifying missing or deviating elements (inconsistencies). An element can be any representable item of the model, like a component or a relation. To do so, we first create trace links and then make use of them and other information to identify inconsistencies.

ArDoCo is actively developed by researchers of the Modelling for Continuous Software Engineering (MCSE) group of KASTEL - Institute of Information Security and Dependability at the KIT.

Integration Tests

This repository contains integration tests for ArDoCo. For more information about the ArDoCo project visit the core website at ArDoCo/Core.

Owner

  • Name: ArDoCo
  • Login: ArDoCo
  • Kind: organization
  • Location: Germany

Architecture Documentation Consistency - Aiming to provide consistency analyses between formal models and informal (textual) documentation

GitHub Events

Total
Last Year

Dependencies

tests-base/pom.xml maven
  • com.tngtech.archunit:archunit-junit5
  • io.github.ardoco.core:common ${revision}
  • org.eclipse.collections:eclipse-collections
  • org.reflections:reflections
tests-inconsistency/pom.xml maven
  • io.github.ardoco.core:pipeline-id ${revision}
  • io.github.ardoco.core:connection-generator ${revision} test
  • io.github.ardoco.core:inconsistency-detection ${revision} test
  • io.github.ardoco.core:model-provider ${revision} test
  • io.github.ardoco.core:recommendation-generator ${revision} test
  • io.github.ardoco.core:tests-base ${revision} test
  • io.github.ardoco.core:text-extraction ${revision} test
  • io.github.ardoco.core:text-preprocessing ${revision} test
tests-tlr/pom.xml maven
  • io.github.ardoco.core:model-provider ${revision}
  • io.github.ardoco.core:pipeline-tlr ${revision}
  • io.github.ardoco.core:connection-generator ${revision} test
  • io.github.ardoco.core:pipeline-core ${revision} test
  • io.github.ardoco.core:recommendation-generator ${revision} test
  • io.github.ardoco.core:tests-base ${revision} test
  • io.github.ardoco.core:text-extraction ${revision} test
  • io.github.ardoco.core:text-preprocessing ${revision} test