Class TestHelper
This class provides access to namespace-level features defined in the Store namespace. It is used for testing only.
Inheritance
System.Object
TestHelper
Namespace: Lucene.Net.Store
Assembly: Lucene.Net.TestFramework.dll
Syntax
public static class TestHelper : object
Methods
| Improve this Doc View SourceIsSimpleFSIndexInput(IndexInput)
Returns true if the instance of the provided input stream is actually
an
Declaration
public static bool IsSimpleFSIndexInput(IndexInput is)
Parameters
Type | Name | Description |
---|---|---|
IndexInput | is |
Returns
Type | Description |
---|---|
System.Boolean |
IsSimpleFSIndexInputClone(IndexInput)
Returns true if the provided input stream is an
Declaration
public static bool IsSimpleFSIndexInputClone(IndexInput is)
Parameters
Type | Name | Description |
---|---|---|
IndexInput | is |
Returns
Type | Description |
---|---|
System.Boolean |
IsSimpleFSIndexInputOpen(IndexInput)
Given an instance of
Declaration
public static bool IsSimpleFSIndexInputOpen(IndexInput is)
Parameters
Type | Name | Description |
---|---|---|
IndexInput | is |
Returns
Type | Description |
---|---|
System.Boolean |