Github user afs commented on the pull request:
https://github.com/apache/jena/pull/94#issuecomment-156140079
All this can be refined post merge. I've been checking that the existing
test hierarchies run as well.
`TestDatasetGraphInMemory` and `TestInMemory` seem to both call
`TestDatasetGraphInMemory`.
To make it clear what's a suite and what are the tests, ARQ uses a
convention that "TS_" are suites and `Test*` are the `@Test`s themselves (and
occasionally `TC_` are collections of suites, e.g. RIOT vs ARQ). It's just a
style thing and in a large set of tests, a bit of control over order (building
blocks before combinations helps in navigating failures. Putting each nested
class in `TestDatasetGraphInMemory` in a separate files and having TS_ makes
navigation a bit easier in an IDE. [All "IMO".]
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---