Class AssertingBits
Wraps a but with additional asserts
Inheritance
System.Object
AssertingBits
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingBits : IBits
Constructors
|
Improve this Doc
View Source
AssertingBits(IBits)
Declaration
public AssertingBits(IBits in)
Parameters
Type |
Name |
Description |
IBits |
in |
|
Properties
|
Improve this Doc
View Source
Length
Declaration
public virtual int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Get(Int32)
Declaration
public virtual bool Get(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|