C# Class Akka.Streams.Tests.Dsl.FlowScanSpec

Inheritance: Akka.Streams.TestKit.Tests.AkkaSpec
显示文件 Open project: rogeralsing/akka.net

Private Properties

Property Type Description
A_Scan_must_Scan void
A_Scan_must_Scan_empty void
A_Scan_must_Scan_empty_failed void
A_Scan_must_emit_values_promptly void
A_Scan_must_fail_properly void
Scan IEnumerable

Public Methods

Method Description
FlowScanSpec ( ITestOutputHelper helper ) : System

Private Methods

Method Description
A_Scan_must_Scan ( ) : void
A_Scan_must_Scan_empty ( ) : void
A_Scan_must_Scan_empty_failed ( ) : void
A_Scan_must_emit_values_promptly ( ) : void
A_Scan_must_fail_properly ( ) : void
Scan ( NotUsed>.Source source, System.TimeSpan duration = null ) : IEnumerable

Method Details

FlowScanSpec() public method

public FlowScanSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
return System