Andy Seaborne created JENA-1922:
-----------------------------------

             Summary: Remove use junit3 for manifest driven tests.
                 Key: JENA-1922
                 URL: https://issues.apache.org/jira/browse/JENA-1922
             Project: Apache Jena
          Issue Type: Improvement
          Components: ARQ, TDB, TDB2
    Affects Versions: Jena 3.15.0
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne
             Fix For: Jena 3.16.0


Tests driven by manifest files use JUnit3 TestSuite features to build the test 
tree. There isn't an equivalent facility in JUnit4 but JUnit4 includes a copy 
of JUnit3.

Construction of tests using JUnit3 TestSuite is used in:
 * jena-core: for legacy Turtle parser (minor, used for jena-core tests)
 * jena-arq - SPARQL and RIOT tests
 * jena-tdb, jena-tdb2.
 * jena-sdb
 * jena-iri

This ticket is to replace the JUnit3 features with JUnit4 runners in jena-arq, 
jena-tdb and jena-tdb2 (the majority of the usage, counting test numbers)

jena-core will be left alone (the legacy Turtle parser exists to parse 
jena-core test data e.g.assemblers).

jena-iri will be left alone.

jena-sdb is complex because tests also use a list of store configurations so do 
not naturally fit into the Runners needed for manifests. Code will be copied 
into jena-sdb to keep the existing scripted tests working using JUnit3 style.

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to