-
Type:
Test
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Jena 2.7.4
-
Fix Version/s: Jena 2.10.0
-
Component/s: Jena
-
Labels:None
The Model tests are all hard coded to use the ModelFactory.createDefaultModel() (and similar) model constructors. This makes it impossible for alternative implementations to verify they meet the interface contracts.
One solution is to convert the tests to use a getModel() method ala the getGraph() method used for the graph tests.
- contains
-
JENA-373 No Tests for Alt, Bag, Seq and Container in Model tests
-
- Closed
-