Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JUnit integration - Lazy creation of input models #52

Closed
dhiller opened this issue Sep 24, 2015 · 1 comment
Closed

JUnit integration - Lazy creation of input models #52

dhiller opened this issue Sep 24, 2015 · 1 comment

Comments

@dhiller
Copy link
Contributor

dhiller commented Sep 24, 2015

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

@pepperbob
Copy link
Contributor

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?).

dhiller added a commit to wk-muenster/RDFUnit that referenced this issue Sep 25, 2015
dhiller added a commit to wk-muenster/RDFUnit that referenced this issue Sep 25, 2015
Removed unnecessary constructor parameter and unused method, inlined variable
dhiller added a commit to wk-muenster/RDFUnit that referenced this issue Sep 25, 2015
Deferred creation of readers and models until before test
dhiller added a commit to wk-muenster/RDFUnit that referenced this issue Sep 25, 2015
dhiller added a commit to wk-muenster/RDFUnit that referenced this issue Sep 25, 2015
Removed duplicate member testInstanceMethod from RdfUnitJUnitTestCase
dhiller added a commit to wk-muenster/RDFUnit that referenced this issue Sep 25, 2015
dhiller pushed a commit to wk-muenster/RDFUnit that referenced this issue Sep 25, 2015
Fixed exception handling for lazy initialization
dhiller pushed a commit to wk-muenster/RDFUnit that referenced this issue Sep 25, 2015
jimkont added a commit that referenced this issue Sep 25, 2015
…ut-models

JUnit integration - Lazy creation of input models #52
@jimkont jimkont closed this as completed Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants