C# Class Lucene.Net.Util.LocalizedTestCase

Base test class for Lucene test classes that test Locale-sensitive behavior.

This class will run tests under the default Locale, but then will also run tests under all available JVM locales. This is helpful to ensure tests will not fail under a different environment.

Inheritance: LuceneTestCase
Exibir arquivo Open project: synhershko/lucene.net

Public Methods

Method Description
LocalizedTestCase ( ) : System
LocalizedTestCase ( HashSet testWithDifferentLocales ) : System
LocalizedTestCase ( System name ) : System
LocalizedTestCase ( System name, HashSet testWithDifferentLocales ) : System

Private Methods

Method Description
RunLocalizedTests ( ) : void
SetUp ( ) : void
TearDown ( ) : void

Method Details

LocalizedTestCase() public method

public LocalizedTestCase ( ) : System
return System

LocalizedTestCase() public method

public LocalizedTestCase ( HashSet testWithDifferentLocales ) : System
testWithDifferentLocales HashSet
return System

LocalizedTestCase() public method

public LocalizedTestCase ( System name ) : System
name System
return System

LocalizedTestCase() public method

public LocalizedTestCase ( System name, HashSet testWithDifferentLocales ) : System
name System
testWithDifferentLocales HashSet
return System