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
Lucene.Net.Util.IAttribute.CopyTo(Lucene.Net.Util.IAttribute)
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.TestFramework.dll
Syntax
public interface ICheckClearAttributesAttribute : IAttribute
Methods
| Improve this Doc View SourceGetAndResetClearCalled()
Declaration
bool GetAndResetClearCalled()
Returns
Type | Description |
---|---|
System.Boolean |