On 11/12/12 21:53, Claude Warren wrote:
I have found the AbstractTestModel adn AbstractTestReifiedStatements
classes (thanks Damian), but many of the test classes in the
model.test packages seem to use Factory.createDefaultModel() methods
to construct a model. So my question is: Is there a set of classes
that are intended to be used by model implementers to verify new
model implementations? What do TDB and SDB use to perform such
verifications?
Many thanks,
Claude
Confession time :-)
SDB and TDB both (mainly) test their graph implementations and assume
model "just works".
((
BTW: I have a new way to do graphs-over-datasets which will replace the
TDB graphs. The new way is general whereas the TDB graphs know about
TDB index structures.
))
Andy