LDP Marmotta Test Suite

Test Suite for LDP Implementation

Description

  • it provides a runnable test suite for the LDP Test Cases
  • particularly for Marmotta, but in principle suitable to run on top of any LDP implementation
  • it's implemented as a JUnit4 Runner
  • which would create tests in live according to the vocabulary
  • and will execute Rest-assured tests

Status

work in progress...

Usage

After normally installing Marmotta from the source:

git clone -b develop https://git-wip-us.apache.org/repos/asf/marmotta.git
cd marmotta/
mvn clean install -DskipTests

Then, in the LDP module (marmotta-ldp), just run:

mvn clean test -Dtest=LdpTestCases
  • No labels