Class TestPointInfoStream
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class TestPointInfoStream : InfoStream, IDisposable
Constructors
| Improve this Doc View SourceTestPointInfoStream(InfoStream, ITestPoint)
Declaration
public TestPointInfoStream(InfoStream delegate, ITestPoint testPoint)
Parameters
Type | Name | Description |
---|---|---|
InfoStream | delegate | |
ITestPoint | testPoint |
Methods
| Improve this Doc View SourceDispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
| Improve this Doc View SourceIsEnabled(String)
Declaration
public override bool IsEnabled(string component)
Parameters
Type | Name | Description |
---|---|---|
System.String | component |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceMessage(String, String)
Declaration
public override void Message(string component, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | component | |
System.String | message |
Overrides
Implements
System.IDisposable