Exemplo n.º 1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @AfterEach void tearDown() throws Exception
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
        internal virtual void TearDown()
        {
            if (_populator != null)
            {
                _populator.close(false);
            }
            IOUtils.closeAll(_index, _dirFactory);
        }