Github user NightOwl888 commented on the issue:
https://github.com/apache/lucenenet/pull/176
> This is usually where we put all .NET specific stuff that is required by
Core / subprojects:
>
https://github.com/apache/lucenenet/tree/master/src/Lucene.Net.Core/Support/Compatibility
> With test stuff here: >
https://github.com/apache/lucenenet/tree/master/src/Lucene.Net.TestFramework/JavaCompatibility
Hmm... I get that there are extension methods and such in there to prevent
having to rewrite too much test code, but if I put the test in
`Lucene.Net.TestFramework/JavaCompatibility` it will literally be the *only*
executable test in `Lucene.Net.TestFramework`. Seems odd, so just
double-checking that is where you want it. But then, there are also no tests
currently under `Lucene.Net.Tests/core/Support/`.
---
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.
---