NightOwl888 commented on issue #923: URL: https://github.com/apache/lucenenet/issues/923#issuecomment-2568702773
Come to think of it, the only thing we really need is for the test message to have the name of the test subclass in it when there is a failure. A simple way to accomplish that would be to add the name of the class to the message in the [`LuceneTestCase.TearDown()` method](https://github.com/apache/lucenenet/blob/dbc602c7f872189516dc132045f1cc2b69d5ca7e/src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs#L941-L976) by doing a Reflection call (`GetType().FullName`) at that point (since it only prints if the test fails). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
