Class TestOutputLogger
This class represents an actor that logs output from tests using an Xunit.Abstractions.ITestOutputHelper provider.
Inherited Members
Namespace: Akka.TestKit.Xunit2.Internals
Assembly: Akka.TestKit.Xunit2.dll
Syntax
public class TestOutputLogger : ReceiveActor, IInternalActor, IInitializableActor
Constructors
| Improve this Doc View SourceTestOutputLogger(ITestOutputHelper)
Initializes a new instance of the TestOutputLogger class.
Declaration
public TestOutputLogger(ITestOutputHelper output)
Parameters
Type | Name | Description |
---|---|---|
Xunit.Abstractions.ITestOutputHelper | output | The provider used to write test output. |