Class CheckClearAttributesAttribute
Attribute that records if it was cleared or not. this is used
for testing that was called correctly.
Inheritance
System.Object
CheckClearAttributesAttribute
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class CheckClearAttributesAttribute : Attribute, ICheckClearAttributesAttribute, IAttribute
Methods
|
Improve this Doc
View Source
Clear()
Declaration
public override void Clear()
|
Improve this Doc
View Source
CopyTo(IAttribute)
Declaration
public override void CopyTo(IAttribute target)
Parameters
Type |
Name |
Description |
IAttribute |
target |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetAndResetClearCalled()
Declaration
public bool GetAndResetClearCalled()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Implements
IAttribute