Class PersistenceIdsSpec
Inheritance
PersistenceIdsSpec
Assembly: Akka.Persistence.TCK.dll
Syntax
public abstract class PersistenceIdsSpec : TestKit, IActorRefFactory, IDisposable
Constructors
|
Edit this page
View Source
PersistenceIdsSpec(Config, string, ITestOutputHelper)
Declaration
protected PersistenceIdsSpec(Config config = null, string actorSystemName = null, ITestOutputHelper output = null)
Parameters
Type |
Name |
Description |
Config |
config |
|
string |
actorSystemName |
|
ITestOutputHelper |
output |
|
Properties
|
Edit this page
View Source
AllocatesAllPersistenceIDsPublisher
Declaration
protected virtual bool AllocatesAllPersistenceIDsPublisher { get; }
Property Value
|
Edit this page
View Source
Extension
Declaration
protected PersistenceExtension Extension { get; }
Property Value
|
Edit this page
View Source
Materializer
Declaration
protected ActorMaterializer Materializer { get; }
Property Value
|
Edit this page
View Source
ReadJournal
Declaration
protected IReadJournal ReadJournal { get; set; }
Property Value
|
Edit this page
View Source
SnapshotStore
Declaration
protected IActorRef SnapshotStore { get; }
Property Value
Methods
|
Edit this page
View Source
AfterAll()
This method is called when a test ends.
Declaration
protected override void AfterAll()
Overrides
|
Edit this page
View Source
ReadJournal_AllPersistenceIds_should_deliver_persistenceId_only_once_if_there_are_multiple_events()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_deliver_persistenceId_only_once_if_there_are_multiple_events()
|
Edit this page
View Source
ReadJournal_AllPersistenceIds_should_find_events_on_both_journal_and_snapshot_store()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_find_events_on_both_journal_and_snapshot_store()
|
Edit this page
View Source
ReadJournal_AllPersistenceIds_should_find_new_events()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_find_new_events()
|
Edit this page
View Source
ReadJournal_AllPersistenceIds_should_find_new_events_after_demand_request()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_find_new_events_after_demand_request()
|
Edit this page
View Source
ReadJournal_AllPersistenceIds_should_only_deliver_what_requested_if_there_is_more_in_the_buffer()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_only_deliver_what_requested_if_there_is_more_in_the_buffer()
|
Edit this page
View Source
ReadJournal_should_deallocate_AllPersistenceIds_publisher_when_the_last_subscriber_left()
Declaration
[Fact(Skip = "Not a good test - tightly couples to private implementation details")]
public virtual Task ReadJournal_should_deallocate_AllPersistenceIds_publisher_when_the_last_subscriber_left()
Returns
|
Edit this page
View Source
ReadJournal_should_implement_IAllPersistenceIdsQuery()
Declaration
[Fact]
public void ReadJournal_should_implement_IAllPersistenceIdsQuery()
|
Edit this page
View Source
Setup(string, int)
Declaration
protected IActorRef Setup(string persistenceId, int n)
Parameters
Type |
Name |
Description |
string |
persistenceId |
|
int |
n |
|
Returns
|
Edit this page
View Source
WriteSnapshot(string, int)
Declaration
protected IActorRef WriteSnapshot(string persistenceId, int n)
Parameters
Type |
Name |
Description |
string |
persistenceId |
|
int |
n |
|
Returns
Implements
Extension Methods