C# Class Akka.Persistence.Sql.Common.TestKit.SqlJournalQuerySpec

Inheritance: PluginSpec
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
TimestampConfig ( string plugin ) : string

Protected Methods

Method Description
Initialize ( ) : void
SqlJournalQuerySpec ( Config config = null, string actorSystemName = null, ITestOutputHelper output = null ) : System

Private Methods

Method Description
Journal_queried_on_Manifest_returns_events_with_particular_manifest ( ) : void
Journal_queried_on_PersistenceIdRange_returns_events_for_particular_persistent_ids ( ) : void
Journal_queried_on_Timestamp_returns_events_occurred_after_or_equal_From_value ( ) : void
Journal_queried_on_Timestamp_returns_events_occurred_before_To_value ( ) : void
Journal_queried_on_Timestamp_returns_events_occurred_between_both_range_values ( ) : void
Journal_queried_using_multiple_hints_should_apply_all_of_them ( ) : void
QueryAndExpectSuccess ( Query query ) : void
WriteEvents ( ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

SqlJournalQuerySpec() protected method

protected SqlJournalQuerySpec ( Config config = null, string actorSystemName = null, ITestOutputHelper output = null ) : System
config Akka.Configuration.Config
actorSystemName string
output ITestOutputHelper
return System

TimestampConfig() public static method

public static TimestampConfig ( string plugin ) : string
plugin string
return string