Interface ICheckClearAttributesAttribute
Attribute that records if it was cleared or not. this is used for testing that Lucene.Net.Util.AttributeSource.ClearAttributes() was called correctly.
Inherited Members
IAttribute.CopyTo(IAttribute)
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.TestFramework.dll
Syntax
public interface ICheckClearAttributesAttribute : IAttribute
Methods
GetAndResetClearCalled()
Attribute that records if it was cleared or not. this is used for testing that Lucene.Net.Util.AttributeSource.ClearAttributes() was called correctly.
Declaration
bool GetAndResetClearCalled()
Returns
Type | Description |
---|---|
bool |