Class TestPointInfoStream
Inheritance
System.Object
TestPointInfoStream
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class TestPointInfoStream : InfoStream
Constructors
|
Improve this Doc
View Source
TestPointInfoStream(InfoStream, ITestPoint)
Declaration
public TestPointInfoStream(InfoStream delegate, ITestPoint testPoint)
Parameters
Type |
Name |
Description |
InfoStream |
delegate |
|
ITestPoint |
testPoint |
|
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
|
Improve this Doc
View Source
IsEnabled(String)
Declaration
public override bool IsEnabled(string component)
Parameters
Type |
Name |
Description |
System.String |
component |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Message(String, String)
Declaration
public override void Message(string component, string message)
Parameters
Type |
Name |
Description |
System.String |
component |
|
System.String |
message |
|