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