Class IndexUpgradeCommandTest
Inherited Members
Lucene.Net.Util.LuceneTestCase.assertEquals<T>(ISet<>, ISet<>)
Lucene.Net.Util.LuceneTestCase.assertEquals<T>(System.String, ISet<>, ISet<>)
Lucene.Net.Util.LuceneTestCase.assertEquals<T, S>(IDictionary<, >, IDictionary<, >)
Assembly: Lucene.Net.Tests.Cli.dll
Syntax
public class IndexUpgradeCommandTest : CommandTestCase
Methods
Name | Description |
---|---|
CreateConfiguration(CommandTestCase.MockConsoleApp) | |
GetOptionalArgs() | |
GetRequiredArgs() | |
TestNoArguments() | Ensures the current working directory is used when index directory is not supplied. |
TestPassingDeletePriorCommitsArgument() | Integration test to ensure --delete-prior-commits argument is passed through and parsed correctly by IndexUpgrader |
TestPassingDirectoryTypeArgument() | Integration test to ensure --directory-type argument is passed through and parsed correctly by IndexUpgrader |
TestPassingVerboseArgument() | Integration test to ensure --verbose argument is passed through and parsed correctly by IndexUpgrader |
TestTooManyArguments() |