Class LuceneTestCase.SuppressCodecsAttribute
Attribute for test classes that should avoid certain codec types (because they are expensive, for example).
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.TestFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class LuceneTestCase.SuppressCodecsAttribute : Attribute
Constructors
SuppressCodecsAttribute(string)
Constructor for CLS compliance.
Declaration
public SuppressCodecsAttribute(string codecs)
Parameters
Type | Name | Description |
---|---|---|
string | codecs | A comma-deliminated set of codec names. |
SuppressCodecsAttribute(params string[])
Attribute for test classes that should avoid certain codec types (because they are expensive, for example).
Declaration
[CLSCompliant(false)]
public SuppressCodecsAttribute(params string[] value)
Parameters
Type | Name | Description |
---|---|---|
string[] | value |
Properties
Value
Attribute for test classes that should avoid certain codec types (because they are expensive, for example).
Declaration
public string[] Value { get; }
Property Value
Type | Description |
---|---|
string[] |