Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Add ability to indirectly cover one test from another #206

Open
sspeiche opened this issue Oct 15, 2014 · 0 comments
Open

Add ability to indirectly cover one test from another #206

sspeiche opened this issue Oct 15, 2014 · 0 comments

Comments

@sspeiche
Copy link
Contributor

Currently DirectContainerTest::testActAsIfInsertedContentRelationTripleExists just calls DirectContainerTest::testPostResourceUpdatesTriples.

Instead of just running the same test twice, it would be better to list out the other tests that cover this test/requirement like is done with @coveredByTests though that takes as an arg an array of Classes. Instead it would need to take array of Methods but that isn't allowed so Method names is next best.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant