Package akka.persistence
Class PluginSpec
- java.lang.Object
- 
- akka.persistence.PluginSpec
 
- 
- All Implemented Interfaces:
- TestKitBase,- java.io.Serializable,- org.scalactic.Explicitly,- org.scalactic.Tolerance,- org.scalactic.TripleEquals,- org.scalactic.TripleEqualsSupport,- org.scalatest.Alerting,- org.scalatest.Assertions,- org.scalatest.BeforeAndAfterAll,- org.scalatest.BeforeAndAfterEach,- org.scalatest.Documenting,- org.scalatest.Informing,- org.scalatest.matchers.dsl.MatcherWords,- org.scalatest.matchers.should.Matchers,- org.scalatest.Notifying,- org.scalatest.Suite,- org.scalatest.SuiteMixin,- org.scalatest.TestRegistration,- org.scalatest.TestSuite,- org.scalatest.verbs.CanVerb,- org.scalatest.verbs.MustVerb,- org.scalatest.verbs.ShouldVerb,- org.scalatest.wordspec.AnyWordSpecLike
 - Direct Known Subclasses:
- JournalSpec,- SnapshotStoreSpec
 
 public abstract class PluginSpec extends java.lang.Object implements TestKitBase, org.scalatest.wordspec.AnyWordSpecLike, org.scalatest.matchers.should.Matchers, org.scalatest.BeforeAndAfterAll, org.scalatest.BeforeAndAfterEach - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.scalatest.wordspec.AnyWordSpecLikeorg.scalatest.wordspec.AnyWordSpecLike.AfterWord, org.scalatest.wordspec.AnyWordSpecLike.ItWord, org.scalatest.wordspec.AnyWordSpecLike.ResultOfTaggedAsInvocationOnString, org.scalatest.wordspec.AnyWordSpecLike.TheyWord, org.scalatest.wordspec.AnyWordSpecLike.WordSpecStringWrapper
 - 
Nested classes/interfaces inherited from interface org.scalatest.Assertionsorg.scalatest.Assertions.AssertionsHelper
 - 
Nested classes/interfaces inherited from interface org.scalatest.verbs.CanVerborg.scalatest.verbs.CanVerb.StringCanWrapperForVerb
 - 
Nested classes/interfaces inherited from interface org.scalactic.Explicitlyorg.scalactic.Explicitly.DecidedByEquality<A extends java.lang.Object>, org.scalactic.Explicitly.DecidedWord, org.scalactic.Explicitly.DeterminedByEquivalence<T extends java.lang.Object>, org.scalactic.Explicitly.DeterminedWord, org.scalactic.Explicitly.TheAfterWord
 - 
Nested classes/interfaces inherited from interface org.scalatest.matchers.should.Matchersorg.scalatest.matchers.should.Matchers.AnWord, org.scalatest.matchers.should.Matchers.AnyShouldWrapper<T extends java.lang.Object>, org.scalatest.matchers.should.Matchers.AWord, org.scalatest.matchers.should.Matchers.Collected, org.scalatest.matchers.should.Matchers.HavePropertyMatcherGenerator, org.scalatest.matchers.should.Matchers.KeyWord, org.scalatest.matchers.should.Matchers.RegexWord, org.scalatest.matchers.should.Matchers.RegexWrapper, org.scalatest.matchers.should.Matchers.ResultOfBeWordForAny<T extends java.lang.Object>, org.scalatest.matchers.should.Matchers.ResultOfBeWordForCollectedAny<T extends java.lang.Object>, org.scalatest.matchers.should.Matchers.ResultOfBeWordForCollectedArray<T extends java.lang.Object>, org.scalatest.matchers.should.Matchers.ResultOfCollectedAny<T extends java.lang.Object>, org.scalatest.matchers.should.Matchers.ResultOfContainWordForCollectedAny<T extends java.lang.Object>, org.scalatest.matchers.should.Matchers.ResultOfEndWithWordForCollectedString, org.scalatest.matchers.should.Matchers.ResultOfEndWithWordForString, org.scalatest.matchers.should.Matchers.ResultOfFullyMatchWordForCollectedString, org.scalatest.matchers.should.Matchers.ResultOfFullyMatchWordForString, org.scalatest.matchers.should.Matchers.ResultOfHaveWordForCollectedExtent<A extends java.lang.Object>, org.scalatest.matchers.should.Matchers.ResultOfHaveWordForExtent<A extends java.lang.Object>, org.scalatest.matchers.should.Matchers.ResultOfIncludeWordForCollectedString, org.scalatest.matchers.should.Matchers.ResultOfIncludeWordForString, org.scalatest.matchers.should.Matchers.ResultOfNotWordForCollectedAny<T extends java.lang.Object>, org.scalatest.matchers.should.Matchers.ResultOfStartWithWordForCollectedString, org.scalatest.matchers.should.Matchers.ResultOfStartWithWordForString, org.scalatest.matchers.should.Matchers.StringShouldWrapper, org.scalatest.matchers.should.Matchers.TheSameInstanceAsPhrase, org.scalatest.matchers.should.Matchers.ValueWord
 - 
Nested classes/interfaces inherited from interface org.scalatest.verbs.MustVerborg.scalatest.verbs.MustVerb.StringMustWrapperForVerb
 - 
Nested classes/interfaces inherited from interface org.scalatest.verbs.ShouldVerborg.scalatest.verbs.ShouldVerb.StringShouldWrapperForVerb
 - 
Nested classes/interfaces inherited from interface org.scalatest.TestSuiteorg.scalatest.TestSuite.NoArgTest, org.scalatest.TestSuite.NoArgTest$
 - 
Nested classes/interfaces inherited from interface org.scalactic.Toleranceorg.scalactic.Tolerance.PlusOrMinusWrapper<T extends java.lang.Object>
 - 
Nested classes/interfaces inherited from interface org.scalactic.TripleEqualsSupportorg.scalactic.TripleEqualsSupport.AToBEquivalenceConstraint<A extends java.lang.Object,B extends java.lang.Object>, org.scalactic.TripleEqualsSupport.BToAEquivalenceConstraint<A extends java.lang.Object,B extends java.lang.Object>, org.scalactic.TripleEqualsSupport.CheckingEqualizer<L extends java.lang.Object>, org.scalactic.TripleEqualsSupport.EqualityConstraint<A extends java.lang.Object,B extends java.lang.Object>, org.scalactic.TripleEqualsSupport.Equalizer<L extends java.lang.Object>, org.scalactic.TripleEqualsSupport.Spread<T extends java.lang.Object>, org.scalactic.TripleEqualsSupport.Spread$, org.scalactic.TripleEqualsSupport.TripleEqualsInvocation<T extends java.lang.Object>, org.scalactic.TripleEqualsSupport.TripleEqualsInvocation$, org.scalactic.TripleEqualsSupport.TripleEqualsInvocationOnSpread<T extends java.lang.Object>, org.scalactic.TripleEqualsSupport.TripleEqualsInvocationOnSpread$
 
- 
 - 
Constructor SummaryConstructors Constructor Description PluginSpec(com.typesafe.config.Config config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.scalatest.matchers.should.Matchers.AWorda()protected intactorInstanceId()org.scalactic.Explicitly.TheAfterWordafter()protected voidafterAll()org.scalatest.matchers.should.Matchers.AnWordan()org.scalatest.matchers.dsl.BeWordbe()protected voidbeforeAll()protected voidbeforeEach()protected org.scalatest.verbs.BehaveWordbehave()org.scalatest.verbs.CompileWordcompile()com.typesafe.config.Configconfig()org.scalatest.matchers.dsl.ContainWordcontain()org.scalactic.Explicitly.DecidedWorddecided()org.scalatest.matchers.dsl.DefinedWorddefined()org.scalactic.Explicitly.DeterminedWorddetermined()org.scalatest.matchers.dsl.EmptyWordempty()org.scalatest.matchers.dsl.EndWithWordendWith()org.scalatest.matchers.dsl.ExistWordexist()Persistenceextension()org.scalatest.matchers.dsl.FullyMatchWordfullyMatch()org.scalatest.matchers.dsl.HaveWordhave()org.scalatest.matchers.dsl.IncludeWordinclude()booleaninvokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected()protected org.scalatest.wordspec.AnyWordSpecLike.ItWordit()org.scalatest.matchers.should.Matchers.KeyWordkey()org.scalatest.matchers.dsl.LengthWordlength()org.scalatest.matchers.dsl.MatchPatternWordmatchPattern()org.scalatest.TestSuite.NoArgTest$NoArgTest()org.scalatest.matchers.dsl.NotWordnot()protected voidorg$scalactic$Explicitly$_setter_$after_$eq(org.scalactic.Explicitly.TheAfterWord x$1)protected voidorg$scalactic$Explicitly$_setter_$decided_$eq(org.scalactic.Explicitly.DecidedWord x$1)protected voidorg$scalactic$Explicitly$_setter_$determined_$eq(org.scalactic.Explicitly.DeterminedWord x$1)protected voidorg$scalatest$Assertions$_setter_$succeed_$eq(org.scalatest.compatible.Assertion x$1)protected voidorg$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq(boolean x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eq(org.scalatest.matchers.dsl.BeWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eq(org.scalatest.verbs.CompileWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eq(org.scalatest.matchers.dsl.ContainWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eq(org.scalatest.matchers.dsl.DefinedWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eq(org.scalatest.matchers.dsl.EmptyWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eq(org.scalatest.matchers.dsl.EndWithWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eq(org.scalatest.matchers.dsl.ExistWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eq(org.scalatest.matchers.dsl.FullyMatchWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eq(org.scalatest.matchers.dsl.HaveWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eq(org.scalatest.matchers.dsl.IncludeWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eq(org.scalatest.matchers.dsl.LengthWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eq(org.scalatest.matchers.dsl.MatchPatternWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eq(org.scalatest.matchers.dsl.NotWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eq(org.scalatest.matchers.dsl.ReadableWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eq(org.scalatest.matchers.dsl.SizeWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eq(org.scalatest.matchers.dsl.SortedWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eq(org.scalatest.matchers.dsl.StartWithWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eq(org.scalatest.verbs.TypeCheckWord x$1)protected voidorg$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eq(org.scalatest.matchers.dsl.WritableWord x$1)protected voidorg$scalatest$matchers$should$Matchers$_setter_$a_$eq(org.scalatest.matchers.should.Matchers.AWord x$1)protected voidorg$scalatest$matchers$should$Matchers$_setter_$an_$eq(org.scalatest.matchers.should.Matchers.AnWord x$1)protected voidorg$scalatest$matchers$should$Matchers$_setter_$key_$eq(org.scalatest.matchers.should.Matchers.KeyWord x$1)protected voidorg$scalatest$matchers$should$Matchers$_setter_$regex_$eq(org.scalatest.matchers.should.Matchers.RegexWord x$1)protected voidorg$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eq(org.scalatest.matchers.should.Matchers.TheSameInstanceAsPhrase x$1)protected voidorg$scalatest$matchers$should$Matchers$_setter_$value_$eq(org.scalatest.matchers.should.Matchers.ValueWord x$1)protected voidorg$scalatest$Suite$_setter_$styleName_$eq(java.lang.String x$1)protected voidorg$scalatest$wordspec$AnyWordSpecLike$_setter_$behave_$eq(org.scalatest.verbs.BehaveWord x$1)protected voidorg$scalatest$wordspec$AnyWordSpecLike$_setter_$it_$eq(org.scalatest.wordspec.AnyWordSpecLike.ItWord x$1)protected voidorg$scalatest$wordspec$AnyWordSpecLike$_setter_$stackDepth_$eq(int x$1)protected voidorg$scalatest$wordspec$AnyWordSpecLike$_setter_$styleName_$eq(java.lang.String x$1)protected voidorg$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectRegistrationFunction_$eq(org.scalatest.verbs.StringVerbBlockRegistration x$1)protected voidorg$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectWithAfterWordRegistrationFunction_$eq(org.scalatest.verbs.SubjectWithAfterWordRegistration x$1)protected voidorg$scalatest$wordspec$AnyWordSpecLike$_setter_$they_$eq(org.scalatest.wordspec.AnyWordSpecLike.TheyWord x$1)java.lang.Stringpid()org.scalatest.matchers.dsl.ReadableWordreadable()org.scalatest.matchers.should.Matchers.RegexWordregex()org.scalatest.matchers.dsl.SizeWordsize()org.scalatest.matchers.dsl.SortedWordsorted()org.scalatest.matchers.dsl.StartWithWordstartWith()java.lang.StringstyleName()Deprecated.The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement.protected org.scalatest.verbs.StringVerbBlockRegistrationsubjectRegistrationFunction()protected org.scalatest.verbs.SubjectWithAfterWordRegistrationsubjectWithAfterWordRegistrationFunction()<T> booleansubscribe(ActorRef subscriber, scala.reflect.ClassTag<T> evidence$1)org.scalatest.compatible.Assertionsucceed()ActorReftestActor()ActorRef of the test actor.org.scalatest.matchers.should.Matchers.TheSameInstanceAsPhrasetheSameInstanceAs()protected org.scalatest.wordspec.AnyWordSpecLike.TheyWordthey()org.scalatest.verbs.TypeCheckWordtypeCheck()org.scalatest.matchers.should.Matchers.ValueWordvalue()org.scalatest.matchers.dsl.WritableWordwritable()java.lang.StringwriterUuid()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.scalatest.wordspec.AnyWordSpecLikeafterWord, alert, convertToWordSpecStringWrapper, info, markup, note, org$scalatest$wordspec$AnyWordSpecLike$_setter_$org$scalatest$wordspec$AnyWordSpecLike$$engine_$eq, org$scalatest$wordspec$AnyWordSpecLike$$engine, org$scalatest$wordspec$AnyWordSpecLike$$registerBranch, org$scalatest$wordspec$AnyWordSpecLike$$registerShorthandBranch, org$scalatest$wordspec$AnyWordSpecLike$$registerTestToIgnore, org$scalatest$wordspec$AnyWordSpecLike$$registerTestToRun, registerIgnoredTest, registerTest, run, runTest, runTests, tags, testDataFor, testDataFor$default$2, testNames
 - 
Methods inherited from interface org.scalatest.AssertionsassertResult, assertResult, assertThrows, cancel, cancel, cancel, cancel, fail, fail, fail, fail, intercept, newAssertionFailedException, newTestCanceledException, pending, pendingUntilFixed, withClue
 - 
Methods inherited from interface org.scalatest.matchers.should.Matchers$greater, $greater$eq, $less, $less$eq, a, all, all, all, all, allElementsOf, allOf, an, atLeast, atLeast, atLeast, atLeast, atLeastOneElementOf, atLeastOneOf, atMost, atMost, atMost, atMost, atMostOneElementOf, atMostOneOf, between, between, between, convertSymbolToHavePropertyMatcherGenerator, convertToAnyShouldWrapper, convertToRegexWrapper, convertToStringShouldWrapper, definedAt, doCollected, equal, equal, every, every, every, every, exactly, exactly, exactly, exactly, inOrder, inOrderElementsOf, inOrderOnly, message, no, no, no, noElementsOf, noneOf, of, oneElementOf, oneOf, only, org$scalatest$matchers$should$Matchers$_setter_$org$scalatest$matchers$should$Matchers$$AllCollected_$eq, org$scalatest$matchers$should$Matchers$_setter_$org$scalatest$matchers$should$Matchers$$EveryCollected_$eq, org$scalatest$matchers$should$Matchers$_setter_$org$scalatest$matchers$should$Matchers$$NoCollected_$eq, org$scalatest$matchers$should$Matchers$_setter_$org$scalatest$matchers$should$Matchers$$ShouldMethodHelper_$eq, org$scalatest$matchers$should$Matchers$$AllCollected, org$scalatest$matchers$should$Matchers$$AtLeastCollected, org$scalatest$matchers$should$Matchers$$AtMostCollected, org$scalatest$matchers$should$Matchers$$BetweenCollected, org$scalatest$matchers$should$Matchers$$EveryCollected, org$scalatest$matchers$should$Matchers$$ExactlyCollected, org$scalatest$matchers$should$Matchers$$NoCollected, org$scalatest$matchers$should$Matchers$$ShouldMethodHelper, the, theSameElementsAs, theSameElementsInOrderAs, thrownBy
 - 
Methods inherited from interface org.scalatest.SuitecreateCatchReporter, execute, execute$default$1, execute$default$2, execute$default$3, execute$default$4, execute$default$5, execute$default$6, execute$default$7, expectedTestCount, nestedSuites, rerunner, runNestedSuites, suiteId, suiteName
 - 
Methods inherited from interface org.scalatest.SuiteMixinexpectedTestCount, nestedSuites, rerunner, runNestedSuites, runTests, suiteId, suiteName, tags, testDataFor, testNames
 - 
Methods inherited from interface akka.testkit.TestKitBaseassertForDuration, assertForDuration$default$3, awaitAssert, awaitAssert$default$2, awaitAssert$default$3, awaitCond, awaitCond$default$2, awaitCond$default$3, awaitCond$default$4, checkMissingAndUnexpected, childActorOf, childActorOf, childActorOf, childActorOf, end_$eq, expectMsg, expectMsg, expectMsg, expectMsg_internal, expectMsg_internal$default$3, expectMsgAllClassOf, expectMsgAllClassOf, expectMsgAllConformingOf, expectMsgAllConformingOf, expectMsgAllOf, expectMsgAllOf, expectMsgAllOf_internal, expectMsgAnyClassOf, expectMsgAnyClassOf, expectMsgAnyClassOf_internal, expectMsgAnyOf, expectMsgAnyOf, expectMsgAnyOf_internal, expectMsgClass, expectMsgClass, expectMsgClass_internal, expectMsgPF, expectMsgPF$default$1, expectMsgPF$default$2, expectMsgType, expectMsgType, expectNoMessage, expectNoMessage, expectNoMsg_internal, expectTerminated, expectTerminated$default$2, fishForMessage, fishForMessage$default$1, fishForMessage$default$2, fishForSpecificMessage, fishForSpecificMessage$default$1, fishForSpecificMessage$default$2, format, ignoreMsg, ignoreNoMsg, internalExpectMsgAllClassOf, internalExpectMsgAllConformingOf, lastSender, lastWasNoMsg_$eq, msgAvailable, now, receiveN, receiveN, receiveN_internal, receiveOne, receiveWhile, receiveWhile$default$1, receiveWhile$default$2, receiveWhile$default$3, remaining, remainingOr, remainingOrDefault, remainingOrDilated, setAutoPilot, shutdown, shutdown$default$1, shutdown$default$2, shutdown$default$3, system, testActorName, testKitSettings, unwatch, watch, within, within
 - 
Methods inherited from interface org.scalactic.TripleEqualsconversionCheckedConstraint, convertEquivalenceToAToBConstraint, convertEquivalenceToAToBConversionConstraint, convertEquivalenceToBToAConstraint, convertEquivalenceToBToAConversionConstraint, convertToCheckingEqualizer, convertToEqualizer, lowPriorityConversionCheckedConstraint, lowPriorityTypeCheckedConstraint, typeCheckedConstraint, unconstrainedEquality
 
- 
 
- 
- 
- 
Method Detail- 
NoArgTestpublic org.scalatest.TestSuite.NoArgTest$ NoArgTest() - Specified by:
- NoArgTestin interface- org.scalatest.TestSuite
 
 - 
apublic org.scalatest.matchers.should.Matchers.AWord a() - Specified by:
- ain interface- org.scalatest.matchers.should.Matchers
 
 - 
actorInstanceIdprotected int actorInstanceId() 
 - 
afterpublic org.scalactic.Explicitly.TheAfterWord after() - Specified by:
- afterin interface- org.scalactic.Explicitly
 
 - 
afterAllprotected void afterAll() - Specified by:
- afterAllin interface- org.scalatest.BeforeAndAfterAll
 
 - 
anpublic org.scalatest.matchers.should.Matchers.AnWord an() - Specified by:
- anin interface- org.scalatest.matchers.should.Matchers
 
 - 
bepublic org.scalatest.matchers.dsl.BeWord be() - Specified by:
- bein interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
beforeAllprotected void beforeAll() - Specified by:
- beforeAllin interface- org.scalatest.BeforeAndAfterAll
 
 - 
beforeEachprotected void beforeEach() - Specified by:
- beforeEachin interface- org.scalatest.BeforeAndAfterEach
 
 - 
behaveprotected org.scalatest.verbs.BehaveWord behave() - Specified by:
- behavein interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
compilepublic org.scalatest.verbs.CompileWord compile() - Specified by:
- compilein interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
configpublic com.typesafe.config.Config config() 
 - 
containpublic org.scalatest.matchers.dsl.ContainWord contain() - Specified by:
- containin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
decidedpublic org.scalactic.Explicitly.DecidedWord decided() - Specified by:
- decidedin interface- org.scalactic.Explicitly
 
 - 
definedpublic org.scalatest.matchers.dsl.DefinedWord defined() - Specified by:
- definedin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
determinedpublic org.scalactic.Explicitly.DeterminedWord determined() - Specified by:
- determinedin interface- org.scalactic.Explicitly
 
 - 
emptypublic org.scalatest.matchers.dsl.EmptyWord empty() - Specified by:
- emptyin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
endWithpublic org.scalatest.matchers.dsl.EndWithWord endWith() - Specified by:
- endWithin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
existpublic org.scalatest.matchers.dsl.ExistWord exist() - Specified by:
- existin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
extensionpublic Persistence extension() 
 - 
fullyMatchpublic org.scalatest.matchers.dsl.FullyMatchWord fullyMatch() - Specified by:
- fullyMatchin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
havepublic org.scalatest.matchers.dsl.HaveWord have() - Specified by:
- havein interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
includepublic org.scalatest.matchers.dsl.IncludeWord include() - Specified by:
- includein interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpectedpublic boolean invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Specified by:
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpectedin interface- org.scalatest.BeforeAndAfterAll
 
 - 
itprotected org.scalatest.wordspec.AnyWordSpecLike.ItWord it() - Specified by:
- itin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
keypublic org.scalatest.matchers.should.Matchers.KeyWord key() - Specified by:
- keyin interface- org.scalatest.matchers.should.Matchers
 
 - 
lengthpublic org.scalatest.matchers.dsl.LengthWord length() - Specified by:
- lengthin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
matchPatternpublic org.scalatest.matchers.dsl.MatchPatternWord matchPattern() - Specified by:
- matchPatternin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
notpublic org.scalatest.matchers.dsl.NotWord not() - Specified by:
- notin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalactic$Explicitly$_setter_$after_$eqprotected void org$scalactic$Explicitly$_setter_$after_$eq(org.scalactic.Explicitly.TheAfterWord x$1) - Specified by:
- org$scalactic$Explicitly$_setter_$after_$eqin interface- org.scalactic.Explicitly
 
 - 
org$scalactic$Explicitly$_setter_$decided_$eqprotected void org$scalactic$Explicitly$_setter_$decided_$eq(org.scalactic.Explicitly.DecidedWord x$1) - Specified by:
- org$scalactic$Explicitly$_setter_$decided_$eqin interface- org.scalactic.Explicitly
 
 - 
org$scalactic$Explicitly$_setter_$determined_$eqprotected void org$scalactic$Explicitly$_setter_$determined_$eq(org.scalactic.Explicitly.DeterminedWord x$1) - Specified by:
- org$scalactic$Explicitly$_setter_$determined_$eqin interface- org.scalactic.Explicitly
 
 - 
org$scalatest$Assertions$_setter_$succeed_$eqprotected final void org$scalatest$Assertions$_setter_$succeed_$eq(org.scalatest.compatible.Assertion x$1) - Specified by:
- org$scalatest$Assertions$_setter_$succeed_$eqin interface- org.scalatest.Assertions
 
 - 
org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eqprotected void org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq(boolean x$1) - Specified by:
- org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eqin interface- org.scalatest.BeforeAndAfterAll
 
 - 
org$scalatest$Suite$_setter_$styleName_$eqprotected void org$scalatest$Suite$_setter_$styleName_$eq(java.lang.String x$1) - Specified by:
- org$scalatest$Suite$_setter_$styleName_$eqin interface- org.scalatest.Suite
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eq(org.scalatest.matchers.dsl.BeWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eq(org.scalatest.verbs.CompileWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eq(org.scalatest.matchers.dsl.ContainWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eq(org.scalatest.matchers.dsl.DefinedWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eq(org.scalatest.matchers.dsl.EmptyWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eq(org.scalatest.matchers.dsl.EndWithWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eq(org.scalatest.matchers.dsl.ExistWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eq(org.scalatest.matchers.dsl.FullyMatchWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eq(org.scalatest.matchers.dsl.HaveWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eq(org.scalatest.matchers.dsl.IncludeWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eq(org.scalatest.matchers.dsl.LengthWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eq(org.scalatest.matchers.dsl.MatchPatternWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eq(org.scalatest.matchers.dsl.NotWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eq(org.scalatest.matchers.dsl.ReadableWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eq(org.scalatest.matchers.dsl.SizeWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eq(org.scalatest.matchers.dsl.SortedWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eq(org.scalatest.matchers.dsl.StartWithWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eq(org.scalatest.verbs.TypeCheckWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eqprotected void org$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eq(org.scalatest.matchers.dsl.WritableWord x$1) - Specified by:
- org$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eqin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
org$scalatest$matchers$should$Matchers$_setter_$a_$eqprotected void org$scalatest$matchers$should$Matchers$_setter_$a_$eq(org.scalatest.matchers.should.Matchers.AWord x$1) - Specified by:
- org$scalatest$matchers$should$Matchers$_setter_$a_$eqin interface- org.scalatest.matchers.should.Matchers
 
 - 
org$scalatest$matchers$should$Matchers$_setter_$an_$eqprotected void org$scalatest$matchers$should$Matchers$_setter_$an_$eq(org.scalatest.matchers.should.Matchers.AnWord x$1) - Specified by:
- org$scalatest$matchers$should$Matchers$_setter_$an_$eqin interface- org.scalatest.matchers.should.Matchers
 
 - 
org$scalatest$matchers$should$Matchers$_setter_$key_$eqprotected void org$scalatest$matchers$should$Matchers$_setter_$key_$eq(org.scalatest.matchers.should.Matchers.KeyWord x$1) - Specified by:
- org$scalatest$matchers$should$Matchers$_setter_$key_$eqin interface- org.scalatest.matchers.should.Matchers
 
 - 
org$scalatest$matchers$should$Matchers$_setter_$regex_$eqprotected void org$scalatest$matchers$should$Matchers$_setter_$regex_$eq(org.scalatest.matchers.should.Matchers.RegexWord x$1) - Specified by:
- org$scalatest$matchers$should$Matchers$_setter_$regex_$eqin interface- org.scalatest.matchers.should.Matchers
 
 - 
org$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eqprotected void org$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eq(org.scalatest.matchers.should.Matchers.TheSameInstanceAsPhrase x$1) - Specified by:
- org$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eqin interface- org.scalatest.matchers.should.Matchers
 
 - 
org$scalatest$matchers$should$Matchers$_setter_$value_$eqprotected void org$scalatest$matchers$should$Matchers$_setter_$value_$eq(org.scalatest.matchers.should.Matchers.ValueWord x$1) - Specified by:
- org$scalatest$matchers$should$Matchers$_setter_$value_$eqin interface- org.scalatest.matchers.should.Matchers
 
 - 
org$scalatest$wordspec$AnyWordSpecLike$_setter_$behave_$eqprotected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$behave_$eq(org.scalatest.verbs.BehaveWord x$1) - Specified by:
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$behave_$eqin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
org$scalatest$wordspec$AnyWordSpecLike$_setter_$it_$eqprotected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$it_$eq(org.scalatest.wordspec.AnyWordSpecLike.ItWord x$1) - Specified by:
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$it_$eqin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
org$scalatest$wordspec$AnyWordSpecLike$_setter_$stackDepth_$eqprotected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$stackDepth_$eq(int x$1) - Specified by:
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$stackDepth_$eqin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
org$scalatest$wordspec$AnyWordSpecLike$_setter_$styleName_$eqprotected final void org$scalatest$wordspec$AnyWordSpecLike$_setter_$styleName_$eq(java.lang.String x$1) - Specified by:
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$styleName_$eqin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectRegistrationFunction_$eqprotected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectRegistrationFunction_$eq(org.scalatest.verbs.StringVerbBlockRegistration x$1) - Specified by:
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectRegistrationFunction_$eqin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectWithAfterWordRegistrationFunction_$eqprotected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectWithAfterWordRegistrationFunction_$eq(org.scalatest.verbs.SubjectWithAfterWordRegistration x$1) - Specified by:
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectWithAfterWordRegistrationFunction_$eqin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
org$scalatest$wordspec$AnyWordSpecLike$_setter_$they_$eqprotected void org$scalatest$wordspec$AnyWordSpecLike$_setter_$they_$eq(org.scalatest.wordspec.AnyWordSpecLike.TheyWord x$1) - Specified by:
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$they_$eqin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
pidpublic java.lang.String pid() 
 - 
readablepublic org.scalatest.matchers.dsl.ReadableWord readable() - Specified by:
- readablein interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
regexpublic org.scalatest.matchers.should.Matchers.RegexWord regex() - Specified by:
- regexin interface- org.scalatest.matchers.should.Matchers
 
 - 
sizepublic org.scalatest.matchers.dsl.SizeWord size() - Specified by:
- sizein interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
sortedpublic org.scalatest.matchers.dsl.SortedWord sorted() - Specified by:
- sortedin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
startWithpublic org.scalatest.matchers.dsl.StartWithWord startWith() - Specified by:
- startWithin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
styleNamepublic final java.lang.String styleName() Deprecated.The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement. Since 3.1.0.- Specified by:
- styleNamein interface- org.scalatest.wordspec.AnyWordSpecLike
- Specified by:
- styleNamein interface- org.scalatest.Suite
- Specified by:
- styleNamein interface- org.scalatest.SuiteMixin
 
 - 
subjectRegistrationFunctionprotected org.scalatest.verbs.StringVerbBlockRegistration subjectRegistrationFunction() - Specified by:
- subjectRegistrationFunctionin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
subjectWithAfterWordRegistrationFunctionprotected org.scalatest.verbs.SubjectWithAfterWordRegistration subjectWithAfterWordRegistrationFunction() - Specified by:
- subjectWithAfterWordRegistrationFunctionin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
subscribepublic <T> boolean subscribe(ActorRef subscriber, scala.reflect.ClassTag<T> evidence$1) 
 - 
succeedpublic final org.scalatest.compatible.Assertion succeed() - Specified by:
- succeedin interface- org.scalatest.Assertions
 
 - 
testActorpublic ActorRef testActor() Description copied from interface:TestKitBaseActorRef of the test actor. Access is provided to enable e.g. registration as message target.- Specified by:
- testActorin interface- TestKitBase
 
 - 
theSameInstanceAspublic org.scalatest.matchers.should.Matchers.TheSameInstanceAsPhrase theSameInstanceAs() - Specified by:
- theSameInstanceAsin interface- org.scalatest.matchers.should.Matchers
 
 - 
theyprotected org.scalatest.wordspec.AnyWordSpecLike.TheyWord they() - Specified by:
- theyin interface- org.scalatest.wordspec.AnyWordSpecLike
 
 - 
typeCheckpublic org.scalatest.verbs.TypeCheckWord typeCheck() - Specified by:
- typeCheckin interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
valuepublic org.scalatest.matchers.should.Matchers.ValueWord value() - Specified by:
- valuein interface- org.scalatest.matchers.should.Matchers
 
 - 
writablepublic org.scalatest.matchers.dsl.WritableWord writable() - Specified by:
- writablein interface- org.scalatest.matchers.dsl.MatcherWords
 
 - 
writerUuidpublic java.lang.String writerUuid() 
 
- 
 
-