Class ScalaTestWithActorTestKit
java.lang.Object
org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- All Implemented Interfaces:
Serializable,ScalaTestWithActorTestKitBase,org.scalactic.Explicitly,org.scalactic.Tolerance,org.scalactic.TripleEquals,org.scalactic.TripleEqualsSupport,org.scalatest.Assertions,org.scalatest.BeforeAndAfterAll,org.scalatest.concurrent.AbstractPatienceConfiguration,org.scalatest.concurrent.Eventually,org.scalatest.concurrent.Futures,org.scalatest.concurrent.PatienceConfiguration,org.scalatest.concurrent.ScalaFutures,org.scalatest.concurrent.ScaledTimeSpans,org.scalatest.matchers.dsl.MatcherWords,org.scalatest.matchers.should.Matchers,org.scalatest.Suite,org.scalatest.SuiteMixin,org.scalatest.TestSuite,org.scalatest.verbs.ShouldVerb
public abstract class ScalaTestWithActorTestKit
extends ActorTestKitBase
implements ScalaTestWithActorTestKitBase
A ScalaTest base class for the
ActorTestKit, making it possible to have ScalaTest manage the lifecycle of the testkit.
The testkit will be automatically shut down when the test completes or fails using ScalaTest's BeforeAndAfterAll trait. If
a spec overrides afterAll it must call super.afterAll.
Note that ScalaTest is not provided as a transitive dependency of the testkit module but must be added explicitly to your project to use this.
By default config is loaded from application-test.conf if that exists, otherwise
using default configuration from the reference.conf resources that ship with the Akka libraries.
The application.conf of your project is not used in this case.
A specific configuration can be passed as constructor parameter.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.scalatest.concurrent.AbstractPatienceConfiguration
org.scalatest.concurrent.AbstractPatienceConfiguration.PatienceConfig, org.scalatest.concurrent.AbstractPatienceConfiguration.PatienceConfig$Nested classes/interfaces inherited from interface org.scalatest.Assertions
org.scalatest.Assertions.AssertionsHelperNested classes/interfaces inherited from interface org.scalactic.Explicitly
org.scalactic.Explicitly.DecidedByEquality<A extends Object>, org.scalactic.Explicitly.DecidedWord, org.scalactic.Explicitly.DeterminedByEquivalence<T extends Object>, org.scalactic.Explicitly.DeterminedWord, org.scalactic.Explicitly.TheAfterWordNested classes/interfaces inherited from interface org.scalatest.concurrent.Futures
org.scalatest.concurrent.Futures.FutureConcept<T extends Object>Nested classes/interfaces inherited from interface org.scalatest.matchers.should.Matchers
org.scalatest.matchers.should.Matchers.AnWord, org.scalatest.matchers.should.Matchers.AnyShouldWrapper<T extends 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 Object>, org.scalatest.matchers.should.Matchers.ResultOfBeWordForCollectedAny<T extends Object>, org.scalatest.matchers.should.Matchers.ResultOfBeWordForCollectedArray<T extends Object>, org.scalatest.matchers.should.Matchers.ResultOfCollectedAny<T extends Object>, org.scalatest.matchers.should.Matchers.ResultOfContainWordForCollectedAny<T extends 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 Object>, org.scalatest.matchers.should.Matchers.ResultOfHaveWordForExtent<A extends Object>, org.scalatest.matchers.should.Matchers.ResultOfIncludeWordForCollectedString, org.scalatest.matchers.should.Matchers.ResultOfIncludeWordForString, org.scalatest.matchers.should.Matchers.ResultOfNotWordForCollectedAny<T extends 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.ValueWordNested classes/interfaces inherited from interface org.scalatest.concurrent.PatienceConfiguration
org.scalatest.concurrent.PatienceConfiguration.Interval, org.scalatest.concurrent.PatienceConfiguration.Interval$, org.scalatest.concurrent.PatienceConfiguration.PatienceConfigParam, org.scalatest.concurrent.PatienceConfiguration.Timeout, org.scalatest.concurrent.PatienceConfiguration.Timeout$Nested classes/interfaces inherited from interface org.scalatest.verbs.ShouldVerb
org.scalatest.verbs.ShouldVerb.StringShouldWrapperForVerbNested classes/interfaces inherited from interface org.scalatest.TestSuite
org.scalatest.TestSuite.NoArgTest, org.scalatest.TestSuite.NoArgTest$Nested classes/interfaces inherited from interface org.scalactic.Tolerance
org.scalactic.Tolerance.PlusOrMinusWrapper<T extends Object>Nested classes/interfaces inherited from interface org.scalactic.TripleEqualsSupport
org.scalactic.TripleEqualsSupport.AToBEquivalenceConstraint<A extends Object,B extends Object>, org.scalactic.TripleEqualsSupport.BToAEquivalenceConstraint<A extends Object, B extends Object>, org.scalactic.TripleEqualsSupport.CheckingEqualizer<L extends Object>, org.scalactic.TripleEqualsSupport.EqualityConstraint<A extends Object, B extends Object>, org.scalactic.TripleEqualsSupport.Equalizer<L extends Object>, org.scalactic.TripleEqualsSupport.Spread<T extends Object>, org.scalactic.TripleEqualsSupport.Spread$, org.scalactic.TripleEqualsSupport.TripleEqualsInvocation<T extends Object>, org.scalactic.TripleEqualsSupport.TripleEqualsInvocation$, org.scalactic.TripleEqualsSupport.TripleEqualsInvocationOnSpread<T extends Object>, org.scalactic.TripleEqualsSupport.TripleEqualsInvocationOnSpread$ -
Constructor Summary
ConstructorsConstructorDescriptionConfig loaded fromapplication-test.confif that exists, otherwise using default configuration from the reference.conf resources that ship with the Akka libraries.ScalaTestWithActorTestKit(com.typesafe.config.Config config) Use a custom config for the actor system.ScalaTestWithActorTestKit(com.typesafe.config.Config config, TestKitSettings settings) Use a custom config for the actor system, and a custompekko.actor.testkit.typed.TestKitSettings.ScalaTestWithActorTestKit(String config) Use a custom config for the actor system.ScalaTestWithActorTestKit(ActorTestKit testKit) ScalaTestWithActorTestKit(ActorSystem<?> system) Use a custompekko.actor.typed.ActorSystemfor the actor system. -
Method Summary
Modifier and TypeMethodDescriptionorg.scalatest.matchers.should.Matchers.AWorda()org.scalactic.Explicitly.TheAfterWordafter()org.scalatest.matchers.should.Matchers.AnWordan()org.scalatest.matchers.dsl.BeWordbe()org.scalatest.verbs.CompileWordcompile()org.scalatest.matchers.dsl.ContainWordcontain()org.scalactic.Explicitly.DecidedWorddecided()org.scalatest.matchers.dsl.DefinedWorddefined()org.scalactic.Explicitly.DeterminedWordorg.scalatest.matchers.dsl.EmptyWordempty()org.scalatest.matchers.dsl.EndWithWordendWith()org.scalatest.matchers.dsl.ExistWordexist()org.scalatest.matchers.dsl.FullyMatchWordorg.scalatest.matchers.dsl.HaveWordhave()org.scalatest.matchers.dsl.IncludeWordinclude()booleanorg.scalatest.matchers.should.Matchers.KeyWordkey()org.scalatest.matchers.dsl.LengthWordlength()org.scalatest.matchers.dsl.MatchPatternWordorg.scalatest.TestSuite.NoArgTest$org.scalatest.matchers.dsl.NotWordnot()protected voidorg$apache$pekko$actor$testkit$typed$scaladsl$ScalaTestWithActorTestKitBase$_setter_$patience_$eq(org.scalatest.concurrent.AbstractPatienceConfiguration.PatienceConfig x$1) PatienceConfigfrompekko.actor.testkit.typed.TestKitSettings#DefaultTimeout.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 final voidorg$scalatest$Assertions$_setter_$succeed_$eq(org.scalatest.compatible.Assertion x$1) protected voidorg$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq(boolean x$1) protected voidprotected 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.concurrent.AbstractPatienceConfiguration.PatienceConfigpatience()PatienceConfigfrompekko.actor.testkit.typed.TestKitSettings#DefaultTimeout.org.scalatest.concurrent.AbstractPatienceConfiguration.PatienceConfig$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.StartWithWordDeprecated.The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement.final org.scalatest.compatible.Assertionsucceed()testKit()org.scalatest.matchers.should.Matchers.TheSameInstanceAsPhraseorg.scalatest.verbs.TypeCheckWordorg.scalatest.matchers.should.Matchers.ValueWordvalue()org.scalatest.matchers.dsl.WritableWordwritable()Methods inherited from class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
afterAll, createDeadLetterProbe, createDroppedMessageProbe, createTestProbe, createTestProbe, createUnhandledMessageProbe, serializationTestKit, spawn, spawn, spawn, spawn, system, testKitSettings, testNameFromCallStack, timeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.scalatest.Assertions
assertResult, assertResult, assertThrows, cancel, cancel, cancel, cancel, fail, fail, fail, fail, intercept, newAssertionFailedException, newTestCanceledException, pending, pendingUntilFixed, withClueMethods inherited from interface org.scalatest.BeforeAndAfterAll
beforeAll, runMethods inherited from interface org.scalatest.concurrent.Eventually
eventually, eventually, eventually, eventuallyMethods inherited from interface org.scalatest.concurrent.Futures
whenReady, whenReady, whenReady, whenReadyMethods 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, thrownByMethods inherited from interface org.scalatest.matchers.dsl.MatcherWords
equal, noExceptionMethods inherited from interface org.scalatest.concurrent.PatienceConfiguration
interval, org$scalatest$concurrent$PatienceConfiguration$_setter_$org$scalatest$concurrent$PatienceConfiguration$$defaultPatienceConfig_$eq, org$scalatest$concurrent$PatienceConfiguration$$defaultPatienceConfig, patienceConfig, timeoutMethods inherited from interface org.scalatest.concurrent.ScalaFutures
convertScalaFutureMethods inherited from interface org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKitBase
afterAll, super$afterAllMethods inherited from interface org.scalatest.concurrent.ScaledTimeSpans
scaled, spanScaleFactorMethods inherited from interface org.scalatest.verbs.ShouldVerb
convertToStringShouldWrapperForVerbMethods inherited from interface org.scalatest.Suite
createCatchReporter, 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, run, runNestedSuites, runTests, suiteId, suiteName, tags, testDataFor, testDataFor$default$2, testNamesMethods inherited from interface org.scalatest.SuiteMixin
expectedTestCount, nestedSuites, rerunner, runNestedSuites, runTest, runTests, suiteId, suiteName, tags, testDataFor, testNamesMethods inherited from interface org.scalatest.TestSuite
runTest, withFixtureMethods inherited from interface org.scalactic.Tolerance
convertNumericToPlusOrMinusWrapperMethods inherited from interface org.scalactic.TripleEquals
conversionCheckedConstraint, convertEquivalenceToAToBConstraint, convertEquivalenceToAToBConversionConstraint, convertEquivalenceToBToAConstraint, convertEquivalenceToBToAConversionConstraint, convertToCheckingEqualizer, convertToEqualizer, lowPriorityConversionCheckedConstraint, lowPriorityTypeCheckedConstraint, typeCheckedConstraint, unconstrainedEqualityMethods inherited from interface org.scalactic.TripleEqualsSupport
$bang$eq$eq, $bang$eq$eq, $bang$eq$eq, $eq$eq$eq, $eq$eq$eq, $eq$eq$eq, defaultEquality
-
Constructor Details
-
ScalaTestWithActorTestKit
-
ScalaTestWithActorTestKit
public ScalaTestWithActorTestKit()Config loaded fromapplication-test.confif that exists, otherwise using default configuration from the reference.conf resources that ship with the Akka libraries. The application.conf of your project is not used in this case. -
ScalaTestWithActorTestKit
Use a custompekko.actor.typed.ActorSystemfor the actor system. -
ScalaTestWithActorTestKit
Use a custom config for the actor system. -
ScalaTestWithActorTestKit
public ScalaTestWithActorTestKit(com.typesafe.config.Config config) Use a custom config for the actor system. -
ScalaTestWithActorTestKit
Use a custom config for the actor system, and a custompekko.actor.testkit.typed.TestKitSettings.
-
-
Method Details
-
NoArgTest
public org.scalatest.TestSuite.NoArgTest$ NoArgTest()- Specified by:
NoArgTestin interfaceorg.scalatest.TestSuite
-
PatienceConfig
public org.scalatest.concurrent.AbstractPatienceConfiguration.PatienceConfig$ PatienceConfig()- Specified by:
PatienceConfigin interfaceorg.scalatest.concurrent.AbstractPatienceConfiguration
-
a
public org.scalatest.matchers.should.Matchers.AWord a()- Specified by:
ain interfaceorg.scalatest.matchers.should.Matchers
-
after
public org.scalactic.Explicitly.TheAfterWord after()- Specified by:
afterin interfaceorg.scalactic.Explicitly
-
an
public org.scalatest.matchers.should.Matchers.AnWord an()- Specified by:
anin interfaceorg.scalatest.matchers.should.Matchers
-
be
public org.scalatest.matchers.dsl.BeWord be()- Specified by:
bein interfaceorg.scalatest.matchers.dsl.MatcherWords
-
compile
public org.scalatest.verbs.CompileWord compile()- Specified by:
compilein interfaceorg.scalatest.matchers.dsl.MatcherWords
-
contain
public org.scalatest.matchers.dsl.ContainWord contain()- Specified by:
containin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
decided
public org.scalactic.Explicitly.DecidedWord decided()- Specified by:
decidedin interfaceorg.scalactic.Explicitly
-
defined
public org.scalatest.matchers.dsl.DefinedWord defined()- Specified by:
definedin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
determined
public org.scalactic.Explicitly.DeterminedWord determined()- Specified by:
determinedin interfaceorg.scalactic.Explicitly
-
empty
public org.scalatest.matchers.dsl.EmptyWord empty()- Specified by:
emptyin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
endWith
public org.scalatest.matchers.dsl.EndWithWord endWith()- Specified by:
endWithin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
exist
public org.scalatest.matchers.dsl.ExistWord exist()- Specified by:
existin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
fullyMatch
public org.scalatest.matchers.dsl.FullyMatchWord fullyMatch()- Specified by:
fullyMatchin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
have
public org.scalatest.matchers.dsl.HaveWord have()- Specified by:
havein interfaceorg.scalatest.matchers.dsl.MatcherWords
-
include
public org.scalatest.matchers.dsl.IncludeWord include()- Specified by:
includein interfaceorg.scalatest.matchers.dsl.MatcherWords
-
invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected
public boolean invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected()- Specified by:
invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpectedin interfaceorg.scalatest.BeforeAndAfterAll
-
key
public org.scalatest.matchers.should.Matchers.KeyWord key()- Specified by:
keyin interfaceorg.scalatest.matchers.should.Matchers
-
length
public org.scalatest.matchers.dsl.LengthWord length()- Specified by:
lengthin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
matchPattern
public org.scalatest.matchers.dsl.MatchPatternWord matchPattern()- Specified by:
matchPatternin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
not
public org.scalatest.matchers.dsl.NotWord not()- Specified by:
notin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$apache$pekko$actor$testkit$typed$scaladsl$ScalaTestWithActorTestKitBase$_setter_$patience_$eq
protected void org$apache$pekko$actor$testkit$typed$scaladsl$ScalaTestWithActorTestKitBase$_setter_$patience_$eq(org.scalatest.concurrent.AbstractPatienceConfiguration.PatienceConfig x$1) Description copied from interface:ScalaTestWithActorTestKitBasePatienceConfigfrompekko.actor.testkit.typed.TestKitSettings#DefaultTimeout.DefaultTimeoutis dilated withpekko.actor.testkit.typed.TestKitSettings#TestTimeFactor, which means that the patience is also dilated. -
org$scalactic$Explicitly$_setter_$after_$eq
protected void org$scalactic$Explicitly$_setter_$after_$eq(org.scalactic.Explicitly.TheAfterWord x$1) - Specified by:
org$scalactic$Explicitly$_setter_$after_$eqin interfaceorg.scalactic.Explicitly
-
org$scalactic$Explicitly$_setter_$decided_$eq
protected void org$scalactic$Explicitly$_setter_$decided_$eq(org.scalactic.Explicitly.DecidedWord x$1) - Specified by:
org$scalactic$Explicitly$_setter_$decided_$eqin interfaceorg.scalactic.Explicitly
-
org$scalactic$Explicitly$_setter_$determined_$eq
protected void org$scalactic$Explicitly$_setter_$determined_$eq(org.scalactic.Explicitly.DeterminedWord x$1) - Specified by:
org$scalactic$Explicitly$_setter_$determined_$eqin interfaceorg.scalactic.Explicitly
-
org$scalatest$Assertions$_setter_$succeed_$eq
protected final void org$scalatest$Assertions$_setter_$succeed_$eq(org.scalatest.compatible.Assertion x$1) - Specified by:
org$scalatest$Assertions$_setter_$succeed_$eqin interfaceorg.scalatest.Assertions
-
org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq
protected void org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq(boolean x$1) - Specified by:
org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eqin interfaceorg.scalatest.BeforeAndAfterAll
-
org$scalatest$Suite$_setter_$styleName_$eq
- Specified by:
org$scalatest$Suite$_setter_$styleName_$eqin interfaceorg.scalatest.Suite
-
org$scalatest$concurrent$Futures$_setter_$jsAdjustment_$eq
protected void org$scalatest$concurrent$Futures$_setter_$jsAdjustment_$eq(int x$1) - Specified by:
org$scalatest$concurrent$Futures$_setter_$jsAdjustment_$eqin interfaceorg.scalatest.concurrent.Futures
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eq
protected 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 interfaceorg.scalatest.matchers.dsl.MatcherWords
-
org$scalatest$matchers$should$Matchers$_setter_$a_$eq
protected 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 interfaceorg.scalatest.matchers.should.Matchers
-
org$scalatest$matchers$should$Matchers$_setter_$an_$eq
protected 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 interfaceorg.scalatest.matchers.should.Matchers
-
org$scalatest$matchers$should$Matchers$_setter_$key_$eq
protected 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 interfaceorg.scalatest.matchers.should.Matchers
-
org$scalatest$matchers$should$Matchers$_setter_$regex_$eq
protected 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 interfaceorg.scalatest.matchers.should.Matchers
-
org$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eq
protected 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 interfaceorg.scalatest.matchers.should.Matchers
-
org$scalatest$matchers$should$Matchers$_setter_$value_$eq
protected 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 interfaceorg.scalatest.matchers.should.Matchers
-
patience
public org.scalatest.concurrent.AbstractPatienceConfiguration.PatienceConfig patience()Description copied from interface:ScalaTestWithActorTestKitBasePatienceConfigfrompekko.actor.testkit.typed.TestKitSettings#DefaultTimeout.DefaultTimeoutis dilated withpekko.actor.testkit.typed.TestKitSettings#TestTimeFactor, which means that the patience is also dilated.- Specified by:
patiencein interfaceScalaTestWithActorTestKitBase
-
readable
public org.scalatest.matchers.dsl.ReadableWord readable()- Specified by:
readablein interfaceorg.scalatest.matchers.dsl.MatcherWords
-
regex
public org.scalatest.matchers.should.Matchers.RegexWord regex()- Specified by:
regexin interfaceorg.scalatest.matchers.should.Matchers
-
size
public org.scalatest.matchers.dsl.SizeWord size()- Specified by:
sizein interfaceorg.scalatest.matchers.dsl.MatcherWords
-
sorted
public org.scalatest.matchers.dsl.SortedWord sorted()- Specified by:
sortedin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
startWith
public org.scalatest.matchers.dsl.StartWithWord startWith()- Specified by:
startWithin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
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 interfaceorg.scalatest.Suite- Specified by:
styleNamein interfaceorg.scalatest.SuiteMixin
-
succeed
public final org.scalatest.compatible.Assertion succeed()- Specified by:
succeedin interfaceorg.scalatest.Assertions
-
testKit
- Specified by:
testKitin interfaceScalaTestWithActorTestKitBase- Overrides:
testKitin classActorTestKitBase
-
theSameInstanceAs
public org.scalatest.matchers.should.Matchers.TheSameInstanceAsPhrase theSameInstanceAs()- Specified by:
theSameInstanceAsin interfaceorg.scalatest.matchers.should.Matchers
-
typeCheck
public org.scalatest.verbs.TypeCheckWord typeCheck()- Specified by:
typeCheckin interfaceorg.scalatest.matchers.dsl.MatcherWords
-
value
public org.scalatest.matchers.should.Matchers.ValueWord value()- Specified by:
valuein interfaceorg.scalatest.matchers.should.Matchers
-
writable
public org.scalatest.matchers.dsl.WritableWord writable()- Specified by:
writablein interfaceorg.scalatest.matchers.dsl.MatcherWords
-