AKSW / RDFUnit

An RDF Unit Testing Suite
http://RDFUnit.aksw.org
Apache License 2.0
150 stars 42 forks source link

JUnit integration - Lazy creation of input models #52

Closed dhiller closed 8 years ago

dhiller commented 8 years ago

ATM the input models are eagerly created, this could be deferred to directly before running the test case against the input model.

pepperbob commented 8 years ago

Currently, if only one of the @TestInput-methods throws an error (e.g. RDF is not parsable), we propagate an InitializationError which stops the entire Runner from executing any tests at all.

In case the @TestInput-method fails, the entire TestSuite should be marked as "skipped" - the error message should be shown though (objections?).