Class LuceneTestCase.SuppressCodecsAttribute
Annotation for test classes that should avoid certain codec types (because they are expensive, for example).
Inheritance
System.Object
LuceneTestCase.SuppressCodecsAttribute
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class SuppressCodecsAttribute : System.Attribute
Constructors
| Improve this Doc View SourceSuppressCodecsAttribute(String)
Constructor for CLS compliance.
Declaration
public SuppressCodecsAttribute(string codecs)
Parameters
Type | Name | Description |
---|---|---|
System.String | codecs | A comma-deliminated set of codec names. |
SuppressCodecsAttribute(String[])
Declaration
public SuppressCodecsAttribute(params string[] value)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | value |
Properties
| Improve this Doc View SourceValue
Declaration
public string[] Value { get; }
Property Value
Type | Description |
---|---|
System.String[] |