C# 클래스 Akka.Persistence.Sql.Common.TestKit.SqlJournalQuerySpec

상속: PluginSpec
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
TimestampConfig ( string plugin ) : string

보호된 메소드들

메소드 설명
Initialize ( ) : void
SqlJournalQuerySpec ( Config config = null, string actorSystemName = null, ITestOutputHelper output = null ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

SqlJournalQuerySpec() 보호된 메소드

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

TimestampConfig() 공개 정적인 메소드

public static TimestampConfig ( string plugin ) : string
plugin string
리턴 string