Search Results for

    Show / Hide Table of Contents

    Class TestOutputLogger

    This class represents an actor that logs output from tests using an Xunit.ITestOutputHelper provider.

    Inheritance
    object
    ActorBase
    UntypedActor
    ReceiveActor
    TestOutputLogger
    Implements
    IInternalActor
    IInitializableActor
    Inherited Members
    ReceiveActor.OnReceive(object)
    ReceiveActor.Become(Action)
    ReceiveActor.BecomeStacked(Action)
    ReceiveActor.ReceiveAsync<T>(Func<T, Task>, Predicate<T>)
    ReceiveActor.ReceiveAsync<T>(Predicate<T>, Func<T, Task>)
    ReceiveActor.ReceiveAsync(Type, Func<object, Task>, Predicate<object>)
    ReceiveActor.ReceiveAsync(Type, Predicate<object>, Func<object, Task>)
    ReceiveActor.ReceiveAnyAsync(Func<object, Task>)
    ReceiveActor.Receive<T>(Action<T>, Predicate<T>)
    ReceiveActor.Receive<T>(Predicate<T>, Action<T>)
    ReceiveActor.Receive(Type, Action<object>, Predicate<object>)
    ReceiveActor.Receive(Type, Predicate<object>, Action<object>)
    ReceiveActor.Receive<T>(Func<T, bool>)
    ReceiveActor.Receive(Type, Func<object, bool>)
    ReceiveActor.ReceiveAny(Action<object>)
    UntypedActor.Receive(object)
    UntypedActor.RunTask(Action)
    UntypedActor.RunTask(Func<Task>)
    UntypedActor.Become(UntypedReceive)
    UntypedActor.BecomeStacked(UntypedReceive)
    UntypedActor.Context
    ActorBase.Sender
    ActorBase.Self
    ActorBase.AroundReceive(Receive, object)
    ActorBase.EmptyReceive
    ActorBase.Unhandled(object)
    ActorBase.Become(Receive)
    ActorBase.BecomeStacked(Receive)
    ActorBase.UnbecomeStacked()
    ActorBase.SetReceiveTimeout(TimeSpan?)
    ActorBase.AroundPreRestart(Exception, object)
    ActorBase.AroundPreStart()
    ActorBase.PreStart()
    ActorBase.AroundPostRestart(Exception, object)
    ActorBase.PreRestart(Exception, object)
    ActorBase.PostRestart(Exception)
    ActorBase.AroundPostStop()
    ActorBase.PostStop()
    ActorBase.SupervisorStrategy()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.TestKit.Xunit.Internals
    Assembly: Akka.TestKit.Xunit.dll
    Syntax
    public class TestOutputLogger : ReceiveActor, IInternalActor, IInitializableActor

    Constructors

    | Edit this page View Source

    TestOutputLogger(ITestOutputHelper)

    Initializes a new instance of the TestOutputLogger class.

    Declaration
    public TestOutputLogger(ITestOutputHelper output)
    Parameters
    Type Name Description
    ITestOutputHelper output

    The provider used to write test output.

    Implements

    IInternalActor
    IInitializableActor

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET