| TestOutputLogger Constructor |
TBD
Namespace:
Akka.TestKit.Xunit2.Internals
Assembly:
Akka.TestKit.Xunit2 (in Akka.TestKit.Xunit2.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public TestOutputLogger(
ITestOutputHelper output
)
new :
output : ITestOutputHelper -> TestOutputLogger
Parameters
- output
- Type: ITestOutputHelper
TBD
See Also