akka.persistence.japi.snapshot
Class JavaSnapshotStoreSpec

java.lang.Object
  extended by akka.persistence.japi.snapshot.JavaSnapshotStoreSpec
All Implemented Interfaces:
PluginSpec, SnapshotStoreSpec, TestKitBase

public class JavaSnapshotStoreSpec
extends java.lang.Object
implements SnapshotStoreSpec

JAVA API

This spec aims to verify custom akka-persistence SnapshotStore implementations. Plugin authors are highly encouraged to include it in their plugin's test suites.

In case your snapshot-store plugin needs some kind of setup or teardown, override the beforeAll or afterAll methods (don't forget to call super in your overriden methods).

See Also:
SnapshotStoreSpec

Constructor Summary
JavaSnapshotStoreSpec(com.typesafe.config.Config config)
           
 
Method Summary
 com.typesafe.config.Config config()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.persistence.snapshot.SnapshotStoreSpec
beforeEach, metadata, senderProbe, snapshotStore, system, writeSnapshots
 
Methods inherited from interface akka.persistence.PluginSpec
_extension, _pid, actorInstanceId, afterAll, beforeAll, counter, extension, pid, subscribe
 
Methods inherited from interface akka.testkit.TestKitBase
awaitAssert, awaitCond, checkMissingAndUnexpected, end, expectMsg_internal, expectMsg, expectMsg, expectMsg, expectMsgAllClassOf, expectMsgAllClassOf, expectMsgAllConformingOf, expectMsgAllConformingOf, expectMsgAllOf_internal, expectMsgAllOf, expectMsgAllOf, expectMsgAnyClassOf_internal, expectMsgAnyClassOf, expectMsgAnyClassOf, expectMsgAnyOf_internal, expectMsgAnyOf, expectMsgAnyOf, expectMsgClass_internal, expectMsgClass, expectMsgClass, expectMsgPF, expectMsgType, expectMsgType, expectNoMsg_internal, expectNoMsg, expectNoMsg, expectTerminated, fishForMessage, format, ignoreMsg, ignoreNoMsg, internalExpectMsgAllClassOf, internalExpectMsgAllConformingOf, lastMessage, lastSender, lastWasNoMsg, msgAvailable, now, queue, receiveN_internal, receiveN, receiveN, receiveOne, receiveWhile, remaining, remainingOr, remainingOrDilated, setAutoPilot, shutdown, testActor, testKitSettings, unwatch, watch, within, within
 

Constructor Detail

JavaSnapshotStoreSpec

public JavaSnapshotStoreSpec(com.typesafe.config.Config config)
Method Detail

config

public com.typesafe.config.Config config()
Specified by:
config in interface PluginSpec