lucenenet icon indicating copy to clipboard operation
lucenenet copied to clipboard

Task: Finish [SuppressTempFileChecks] attribute functionality

Open NightOwl888 opened this issue 5 months ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Task description

This attribute exists in LuceneTestCase, but does not currently function. The task involves researching what the original attribute did in Lucene and finding a way to make it function.

Note that most of the other attributes we have ported are called automatically by NUnit because we implement IApplyToTest, IApplyToContext and IWrapTestMethod, as appropriate.

We also keep these tests nested within LuceneTestCase because these attributes don't function outside the context of LuceneTestCase anyway.

NightOwl888 avatar Jan 19 '24 08:01 NightOwl888