Lucene.Net.Util.LuceneTestCase.LuceneTestCase C# (CSharp) Method

LuceneTestCase() public method

public LuceneTestCase ( ) : System.Collections.Concurrent
return System.Collections.Concurrent
        public LuceneTestCase()
        {
            OLD_FORMAT_IMPERSONATION_IS_ACTIVE = false;
            ClassEnvRule = new TestRuleSetupAndRestoreClassEnv();
            String directory = Paths.TempDirectory;
            TEMP_DIR = new System.IO.FileInfo(directory);
        }