Search Results for

    Show / Hide Table of Contents

    Class TestSource

    Inheritance
    object
    TestSource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.TestKit
    Assembly: Akka.Streams.TestKit.dll
    Syntax
    public static class TestSource

    Methods

    | Edit this page View Source

    SourceProbe<T>(TestKitBase)

    A Source that materializes to a TestPublisher.Probe<T>.

    Declaration
    public static Source<T, TestPublisher.Probe<T>> SourceProbe<T>(this TestKitBase testKit)
    Parameters
    Type Name Description
    TestKitBase testKit
    Returns
    Type Description
    Source<T, TestPublisher.Probe<T>>
    Type Parameters
    Name Description
    T
    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