Packages

c

akka.actor.testkit.typed.scaladsl

ScalaTestWithActorTestKit

abstract class ScalaTestWithActorTestKit extends ActorTestKitBase with TestSuite with Matchers with BeforeAndAfterAll with ScalaFutures with Eventually

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.

Source
ScalaTestWithActorTestKit.scala
Linear Supertypes
Eventually, ScalaFutures, Futures, PatienceConfiguration, AbstractPatienceConfiguration, ScaledTimeSpans, BeforeAndAfterAll, SuiteMixin, Matchers, Explicitly, MatcherWords, ShouldVerb, Tolerance, TestSuite, Suite, Serializable, Assertions, TripleEquals, TripleEqualsSupport, ActorTestKitBase, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaTestWithActorTestKit
  2. Eventually
  3. ScalaFutures
  4. Futures
  5. PatienceConfiguration
  6. AbstractPatienceConfiguration
  7. ScaledTimeSpans
  8. BeforeAndAfterAll
  9. SuiteMixin
  10. Matchers
  11. Explicitly
  12. MatcherWords
  13. ShouldVerb
  14. Tolerance
  15. TestSuite
  16. Suite
  17. Serializable
  18. Assertions
  19. TripleEquals
  20. TripleEqualsSupport
  21. ActorTestKitBase
  22. AnyRef
  23. Any
Implicitly
  1. by convertToAnyShouldWrapper
  2. by convertToEqualizer
  3. by convertToEqualizer
  4. by convertToEqualizer
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaTestWithActorTestKit(config: Config, settings: TestKitSettings)

    Use a custom config for the actor system, and a custom akka.actor.testkit.typed.TestKitSettings.

  2. new ScalaTestWithActorTestKit(config: Config)

    Use a custom config for the actor system.

  3. new ScalaTestWithActorTestKit(config: String)

    Use a custom config for the actor system.

  4. new ScalaTestWithActorTestKit(system: typed.ActorSystem[_])

    Use a custom akka.actor.typed.ActorSystem for the actor system.

  5. new ScalaTestWithActorTestKit()

    Config loaded from application-test.conf if that exists, otherwise using default configuration from the reference.conf resources that ship with the Akka libraries.

    Config 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.

  6. new ScalaTestWithActorTestKit(testKit: ActorTestKit)

Type Members

  1. final class AWord extends AnyRef
    Definition Classes
    Matchers
  2. final class AnWord extends AnyRef
    Definition Classes
    Matchers
  3. sealed class AnyShouldWrapper[T] extends AnyRef
    Definition Classes
    Matchers
  4. class CheckingEqualizer[L] extends AnyRef
    Definition Classes
    TripleEqualsSupport
  5. sealed class Collected extends Serializable
    Attributes
    protected
    Definition Classes
    Matchers
  6. class DecidedByEquality[A] extends Equality[A]
    Definition Classes
    Explicitly
  7. class DecidedWord extends AnyRef
    Definition Classes
    Explicitly
  8. class DeterminedByEquivalence[T] extends Equivalence[T]
    Definition Classes
    Explicitly
  9. class DeterminedWord extends AnyRef
    Definition Classes
    Explicitly
  10. class Equalizer[L] extends AnyRef
    Definition Classes
    TripleEqualsSupport
  11. trait FutureConcept[T] extends AnyRef
    Definition Classes
    Futures
  12. final class HavePropertyMatcherGenerator extends AnyRef
    Definition Classes
    Matchers
  13. final class KeyWord extends AnyRef
    Definition Classes
    Matchers
  14. trait NoArgTest extends () => Outcome with TestData
    Attributes
    protected
    Definition Classes
    TestSuite
  15. final case class PatienceConfig extends Product with Serializable
    Definition Classes
    AbstractPatienceConfiguration
  16. final class PlusOrMinusWrapper[T] extends AnyRef
    Definition Classes
    Tolerance
  17. final class RegexWord extends AnyRef
    Definition Classes
    Matchers
  18. final class RegexWrapper extends AnyRef
    Definition Classes
    Matchers
  19. class ResultOfBeWordForAny[T] extends AnyRef
    Definition Classes
    Matchers
  20. sealed class ResultOfBeWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  21. final class ResultOfBeWordForCollectedArray[T] extends ResultOfBeWordForCollectedAny[Array[T]]
    Definition Classes
    Matchers
  22. final class ResultOfCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  23. final class ResultOfContainWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  24. final class ResultOfEndWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  25. final class ResultOfEndWithWordForString extends AnyRef
    Definition Classes
    Matchers
  26. final class ResultOfFullyMatchWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  27. final class ResultOfFullyMatchWordForString extends AnyRef
    Definition Classes
    Matchers
  28. final class ResultOfHaveWordForCollectedExtent[A] extends AnyRef
    Definition Classes
    Matchers
  29. final class ResultOfHaveWordForExtent[A] extends AnyRef
    Definition Classes
    Matchers
  30. final class ResultOfIncludeWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  31. final class ResultOfIncludeWordForString extends AnyRef
    Definition Classes
    Matchers
  32. final class ResultOfNotWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  33. final class ResultOfStartWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  34. final class ResultOfStartWithWordForString extends AnyRef
    Definition Classes
    Matchers
  35. final class StringShouldWrapper extends AnyShouldWrapper[String] with org.scalatest.matchers.should.Matchers.StringShouldWrapperForVerb
    Definition Classes
    Matchers
  36. trait StringShouldWrapperForVerb extends AnyRef
    Definition Classes
    ShouldVerb
  37. class TheAfterWord extends AnyRef
    Definition Classes
    Explicitly
  38. final class TheSameInstanceAsPhrase extends AnyRef
    Definition Classes
    Matchers
  39. final class ValueWord extends AnyRef
    Definition Classes
    Matchers

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  3. def !==(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  4. def !==[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  5. final def ##: Int
    Definition Classes
    AnyRef → Any
  6. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toany2stringadd[ScalaTestWithActorTestKit] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def ->[B](y: B): (ScalaTestWithActorTestKit, B)
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toArrowAssoc[ScalaTestWithActorTestKit] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def <[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanComparison[T]
    Definition Classes
    Matchers
  9. def <=[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanOrEqualToComparison[T]
    Definition Classes
    Matchers
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  12. def ===(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  13. def ===[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  14. def >[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanComparison[T]
    Definition Classes
    Matchers
  15. def >=[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanOrEqualToComparison[T]
    Definition Classes
    Matchers
  16. def a[T](implicit arg0: ClassTag[T]): ResultOfATypeInvocation[T]
    Definition Classes
    Matchers
  17. val a: AWord
    Definition Classes
    Matchers
  18. val after: TheAfterWord
    Definition Classes
    Explicitly
  19. def afterAll(): Unit

    Shuts down the ActorTestKit.

    Shuts down the ActorTestKit. If override be sure to call super.afterAll or shut down the testkit explicitly with testKit.shutdownTestKit().

    Attributes
    protected
    Definition Classes
    ScalaTestWithActorTestKit → BeforeAndAfterAll → ActorTestKitBase
  20. def all(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  21. def all[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  22. def all[K, V, MAP[k, v] <: GenMap[k, v]](xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  23. def all[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  24. def allElementsOf[R](elements: GenTraversable[R]): ResultOfAllElementsOfApplication
    Definition Classes
    Matchers
  25. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAllOfApplication
    Definition Classes
    Matchers
  26. def an[T](implicit arg0: ClassTag[T]): ResultOfAnTypeInvocation[T]
    Definition Classes
    Matchers
  27. val an: AnWord
    Definition Classes
    Matchers
  28. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  29. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  30. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  31. macro def assertCompiles(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  32. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  33. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  34. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  35. def assertThrows[T <: AnyRef](f: => Any)(implicit classTag: ClassTag[T], pos: Position): Assertion
    Definition Classes
    Assertions
  36. macro def assertTypeError(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  37. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  38. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  39. def atLeast(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  40. def atLeast[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  41. def atLeast[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  42. def atLeast[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  43. def atLeastOneElementOf(elements: GenTraversable[Any]): ResultOfAtLeastOneElementOfApplication
    Definition Classes
    Matchers
  44. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtLeastOneOfApplication
    Definition Classes
    Matchers
  45. def atMost(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  46. def atMost[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  47. def atMost[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  48. def atMost[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  49. def atMostOneElementOf[R](elements: GenTraversable[R]): ResultOfAtMostOneElementOfApplication
    Definition Classes
    Matchers
  50. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtMostOneOfApplication
    Definition Classes
    Matchers
  51. val be: BeWord
    Definition Classes
    MatcherWords
  52. def beforeAll(): Unit
    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
  53. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  54. def between[K, V, JMAP[k, v] <: Map[k, v]](from: Int, upTo: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  55. def between[E, C[_]](from: Int, upTo: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  56. def cancel(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  57. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  58. def cancel(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  59. def cancel()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  60. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  61. val compile: CompileWord
    Definition Classes
    MatcherWords
  62. val contain: ContainWord
    Definition Classes
    MatcherWords
  63. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  64. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  65. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]
    Definition Classes
    Tolerance
  66. implicit def convertScalaFuture[T](scalaFuture: Future[T]): FutureConcept[T]
    Definition Classes
    ScalaFutures
  67. implicit def convertSymbolToHavePropertyMatcherGenerator(symbol: Symbol)(implicit prettifier: Prettifier, pos: Position): HavePropertyMatcherGenerator
    Definition Classes
    Matchers
  68. implicit def convertToAnyShouldWrapper[T](o: T)(implicit pos: Position, prettifier: Prettifier): AnyShouldWrapper[T]
    Definition Classes
    Matchers
  69. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  70. implicit def convertToEqualizer[T](left: T): Equalizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  71. implicit def convertToRegexWrapper(o: Regex): RegexWrapper
    Definition Classes
    Matchers
  72. implicit def convertToStringShouldWrapper(o: String)(implicit pos: Position, prettifier: Prettifier): StringShouldWrapper
    Definition Classes
    Matchers
  73. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb
    Definition Classes
    ShouldVerb
  74. def createDeadLetterProbe(): TestProbe[DeadLetter]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  75. def createDroppedMessageProbe(): TestProbe[Dropped]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  76. def createTestProbe[M](name: String): TestProbe[M]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  77. def createTestProbe[M](): TestProbe[M]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  78. def createUnhandledMessageProbe(): TestProbe[UnhandledMessage]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  79. val decided: DecidedWord
    Definition Classes
    Explicitly
  80. def defaultEquality[A]: Equality[A]
    Definition Classes
    TripleEqualsSupport
  81. val defined: DefinedWord
    Definition Classes
    MatcherWords
  82. def definedAt[T](right: T): ResultOfDefinedAt[T]
    Definition Classes
    Matchers
  83. val determined: DeterminedWord
    Definition Classes
    Explicitly
  84. val empty: EmptyWord
    Definition Classes
    MatcherWords
  85. val endWith: EndWithWord
    Definition Classes
    MatcherWords
  86. def ensuring(cond: (ScalaTestWithActorTestKit) => Boolean, msg: => Any): ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toEnsuring[ScalaTestWithActorTestKit] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  87. def ensuring(cond: (ScalaTestWithActorTestKit) => Boolean): ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toEnsuring[ScalaTestWithActorTestKit] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  88. def ensuring(cond: Boolean, msg: => Any): ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toEnsuring[ScalaTestWithActorTestKit] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  89. def ensuring(cond: Boolean): ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toEnsuring[ScalaTestWithActorTestKit] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  90. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  91. def equal(o: Null): Matcher[AnyRef]
    Definition Classes
    Matchers
  92. def equal[T](spread: Spread[T]): Matcher[T]
    Definition Classes
    Matchers
  93. def equal(right: Any): MatcherFactory1[Any, Equality]
    Definition Classes
    MatcherWords
  94. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  95. def eventually[T](fun: => T)(implicit config: PatienceConfig, retrying: Retrying[T], pos: Position): T
    Definition Classes
    Eventually
  96. def eventually[T](interval: Interval)(fun: => T)(implicit config: PatienceConfig, retrying: Retrying[T], pos: Position): T
    Definition Classes
    Eventually
  97. def eventually[T](timeout: Timeout)(fun: => T)(implicit config: PatienceConfig, retrying: Retrying[T], pos: Position): T
    Definition Classes
    Eventually
  98. def eventually[T](timeout: Timeout, interval: Interval)(fun: => T)(implicit retrying: Retrying[T], pos: Position): T
    Definition Classes
    Eventually
  99. def every(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  100. def every[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  101. def every[K, V, MAP[k, v] <: Map[k, v]](xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  102. def every[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  103. def exactly(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  104. def exactly[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  105. def exactly[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  106. def exactly[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  107. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit
    Definition Classes
    Suite
  108. val exist: ExistWord
    Definition Classes
    MatcherWords
  109. def expectedTestCount(filter: Filter): Int
    Definition Classes
    Suite
  110. def fail(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  111. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  112. def fail(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  113. def fail()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  114. val fullyMatch: FullyMatchWord
    Definition Classes
    MatcherWords
  115. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  116. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  117. val have: HaveWord
    Definition Classes
    MatcherWords
  118. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderApplication
    Definition Classes
    Matchers
  119. def inOrderElementsOf[R](elements: GenTraversable[R]): ResultOfInOrderElementsOfApplication
    Definition Classes
    Matchers
  120. def inOrderOnly[T](firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderOnlyApplication
    Definition Classes
    Matchers
  121. val include: IncludeWord
    Definition Classes
    MatcherWords
  122. def intercept[T <: AnyRef](f: => Any)(implicit classTag: ClassTag[T], pos: Position): T
    Definition Classes
    Assertions
  123. def interval(value: Span): Interval
    Definition Classes
    PatienceConfiguration
  124. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean
    Definition Classes
    BeforeAndAfterAll
  125. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  126. val key: KeyWord
    Definition Classes
    Matchers
  127. val leftSideValue: ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  128. val length: LengthWord
    Definition Classes
    MatcherWords
  129. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  130. val matchPattern: MatchPatternWord
    Definition Classes
    MatcherWords
  131. def message(expectedMessage: String): ResultOfMessageWordApplication
    Definition Classes
    Matchers
  132. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  133. def nestedSuites: IndexedSeq[Suite]
    Definition Classes
    Suite
  134. def no(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  135. def no[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  136. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  137. def noElementsOf(elements: GenTraversable[Any]): ResultOfNoElementsOfApplication
    Definition Classes
    Matchers
  138. def noException(implicit pos: Position): NoExceptionWord
    Definition Classes
    MatcherWords
  139. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfNoneOfApplication
    Definition Classes
    Matchers
  140. val not: NotWord
    Definition Classes
    MatcherWords
  141. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  142. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  143. def of[T](implicit ev: ClassTag[T]): ResultOfOfTypeInvocation[T]
    Definition Classes
    Matchers
  144. def oneElementOf(elements: GenTraversable[Any]): ResultOfOneElementOfApplication
    Definition Classes
    Matchers
  145. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfOneOfApplication
    Definition Classes
    Matchers
  146. def only(xs: Any*)(implicit pos: Position): ResultOfOnlyApplication
    Definition Classes
    Matchers
  147. implicit val patience: PatienceConfig

    PatienceConfig from akka.actor.testkit.typed.TestKitSettings#DefaultTimeout.

    PatienceConfig from akka.actor.testkit.typed.TestKitSettings#DefaultTimeout. DefaultTimeout is dilated with akka.actor.testkit.typed.TestKitSettings#TestTimeFactor, which means that the patience is also dilated.

  148. implicit def patienceConfig: PatienceConfig
    Definition Classes
    PatienceConfiguration → AbstractPatienceConfiguration
  149. def pending: Assertion with PendingStatement
    Definition Classes
    Assertions
  150. def pendingUntilFixed(f: => Unit)(implicit pos: Position): Assertion with PendingStatement
    Definition Classes
    Assertions
  151. val pos: Position
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  152. val prettifier: Prettifier
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  153. val readable: ReadableWord
    Definition Classes
    MatcherWords
  154. val regex: RegexWord
    Definition Classes
    Matchers
  155. def rerunner: Option[String]
    Definition Classes
    Suite
  156. def run(testName: Option[String], args: Args): org.scalatest.Status
    Definition Classes
    BeforeAndAfterAll → SuiteMixin
  157. def runNestedSuites(args: Args): org.scalatest.Status
    Attributes
    protected
    Definition Classes
    Suite
  158. def runTest(testName: String, args: Args): org.scalatest.Status
    Attributes
    protected
    Definition Classes
    TestSuite → Suite
  159. def runTests(testName: Option[String], args: Args): org.scalatest.Status
    Attributes
    protected
    Definition Classes
    Suite
  160. final def scaled(span: Span): Span
    Definition Classes
    ScaledTimeSpans
  161. def serializationTestKit: SerializationTestKit

    Additional testing utilities for serialization.

    Additional testing utilities for serialization.

    Definition Classes
    ActorTestKitBase
  162. def should(endWithWord: EndWithWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.matchers.should.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  163. def should(startWithWord: StartWithWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.matchers.should.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  164. def should(includeWord: IncludeWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.matchers.should.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  165. def should(notExist: ResultOfNotExist)(implicit existence: Existence[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  166. def should(existWord: ExistWord)(implicit existence: Existence[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  167. def should(containWord: ContainWord): ResultOfContainWord[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  168. def should(haveWord: HaveWord): org.scalatest.matchers.should.Matchers.ResultOfHaveWordForExtent[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  169. def should(beWord: BeWord): org.scalatest.matchers.should.Matchers.ResultOfBeWordForAny[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  170. def should(inv: TripleEqualsInvocationOnSpread[ScalaTestWithActorTestKit])(implicit ev: Numeric[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  171. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[ScalaTestWithActorTestKit, U]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  172. def should(notWord: NotWord): ResultOfNotWordForAny[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  173. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[ScalaTestWithActorTestKit, TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[ScalaTestWithActorTestKit], typeClass2: TYPECLASS2[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  174. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[ScalaTestWithActorTestKit, TYPECLASS1])(implicit typeClass1: TYPECLASS1[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  175. def should(rightMatcherX1: Matcher[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  176. def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  177. def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  178. def shouldBe(bePropertyMatcher: BePropertyMatcher[ScalaTestWithActorTestKit])(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  179. def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  180. def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  181. def shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  182. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  183. def shouldBe(right: Null)(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  184. def shouldBe(right: DefinedWord)(implicit definition: Definition[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  185. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  186. def shouldBe(right: WritableWord)(implicit writability: Writability[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  187. def shouldBe(right: ReadableWord)(implicit readability: Readability[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  188. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  189. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  190. def shouldBe(right: SortedWord)(implicit sortable: Sortable[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  191. def shouldBe(spread: Spread[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  192. def shouldBe(beMatcher: BeMatcher[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  193. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  194. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  195. def shouldBe(comparison: ResultOfGreaterThanComparison[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  196. def shouldBe(comparison: ResultOfLessThanComparison[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  197. def shouldBe(right: Any): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  198. def shouldEqual(right: Null)(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  199. def shouldEqual(spread: Spread[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  200. def shouldEqual(right: Any)(implicit equality: Equality[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  201. def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.matchers.should.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  202. def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.matchers.should.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  203. def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.matchers.should.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  204. def shouldNot(existWord: ExistWord)(implicit existence: Existence[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  205. def shouldNot(contain: ContainWord): ResultOfContainWord[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  206. def shouldNot(haveWord: HaveWord): org.scalatest.matchers.should.Matchers.ResultOfHaveWordForExtent[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  207. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[ScalaTestWithActorTestKit, TYPECLASS1])(implicit typeClass1: TYPECLASS1[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  208. def shouldNot(rightMatcherX1: Matcher[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  209. def shouldNot(beWord: BeWord): org.scalatest.matchers.should.Matchers.ResultOfBeWordForAny[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  210. val size: SizeWord
    Definition Classes
    MatcherWords
  211. val sorted: SortedWord
    Definition Classes
    MatcherWords
  212. def spanScaleFactor: Double
    Definition Classes
    ScaledTimeSpans
  213. def spawn[T](behavior: Behavior[T], name: String, props: typed.Props): typed.ActorRef[T]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  214. def spawn[T](behavior: Behavior[T], props: typed.Props): typed.ActorRef[T]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  215. def spawn[T](behavior: Behavior[T], name: String): typed.ActorRef[T]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  216. def spawn[T](behavior: Behavior[T]): typed.ActorRef[T]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  217. val startWith: StartWithWord
    Definition Classes
    MatcherWords
  218. final val succeed: Assertion
    Definition Classes
    Assertions
  219. def suiteId: String
    Definition Classes
    Suite
  220. def suiteName: String
    Definition Classes
    Suite
  221. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  222. implicit def system: typed.ActorSystem[Nothing]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  223. def tags: Map[String, Set[String]]
    Definition Classes
    Suite
  224. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
    Definition Classes
    Suite
  225. val testKit: ActorTestKit
    Definition Classes
    ActorTestKitBase
  226. implicit def testKitSettings: TestKitSettings

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  227. def testNames: Set[String]
    Definition Classes
    Suite
  228. def the[T](implicit arg0: ClassTag[T], pos: Position): ResultOfTheTypeInvocation[T]
    Definition Classes
    Matchers
  229. def theSameElementsAs(xs: GenTraversable[_]): ResultOfTheSameElementsAsApplication
    Definition Classes
    Matchers
  230. def theSameElementsInOrderAs(xs: GenTraversable[_]): ResultOfTheSameElementsInOrderAsApplication
    Definition Classes
    Matchers
  231. val theSameInstanceAs: TheSameInstanceAsPhrase
    Definition Classes
    Matchers
  232. def thrownBy(fun: => Any): ResultOfThrownByApplication
    Definition Classes
    Matchers
  233. def timeout(value: Span): Timeout
    Definition Classes
    PatienceConfiguration
  234. implicit def timeout: Timeout

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  235. def toString(): String
    Definition Classes
    AnyRef → Any
  236. val typeCheck: TypeCheckWord
    Definition Classes
    MatcherWords
  237. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  238. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  239. val value: ValueWord
    Definition Classes
    Matchers
  240. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  241. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  242. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  243. final def whenReady[T, U](future: FutureConcept[T])(fun: (T) => U)(implicit config: PatienceConfig, pos: Position): U
    Definition Classes
    Futures
  244. final def whenReady[T, U](future: FutureConcept[T], interval: Interval)(fun: (T) => U)(implicit config: PatienceConfig, pos: Position): U
    Definition Classes
    Futures
  245. final def whenReady[T, U](future: FutureConcept[T], timeout: Timeout)(fun: (T) => U)(implicit config: PatienceConfig, pos: Position): U
    Definition Classes
    Futures
  246. final def whenReady[T, U](future: FutureConcept[T], timeout: Timeout, interval: Interval)(fun: (T) => U)(implicit config: PatienceConfig, pos: Position): U
    Definition Classes
    Futures
  247. def withClue[T](clue: Any)(fun: => T): T
    Definition Classes
    Assertions
  248. def withFixture(test: NoArgTest): Outcome
    Attributes
    protected
    Definition Classes
    TestSuite
  249. val writable: WritableWord
    Definition Classes
    MatcherWords

Shadowed Implicit Value Members

  1. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit]).!==(spread)
    Definition Classes
    Equalizer
  3. def !==(rightSide: Any)(implicit equality: Equality[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit]).!==(literalNull)
    Definition Classes
    Equalizer
  5. def !==(spread: Spread[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit]).!==(spread)
    Definition Classes
    Equalizer
  6. def !==(rightSide: Any)(implicit equality: Equality[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  7. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit]).!==(literalNull)
    Definition Classes
    Equalizer
  8. def !==(spread: Spread[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit]).!==(spread)
    Definition Classes
    Equalizer
  9. def !==(rightSide: Any)(implicit equality: Equality[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  10. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit]).===(literalNull)
    Definition Classes
    Equalizer
  11. def ===(spread: Spread[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit]).===(spread)
    Definition Classes
    Equalizer
  12. def ===(rightSide: Any)(implicit equality: Equality[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  13. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit]).===(literalNull)
    Definition Classes
    Equalizer
  14. def ===(spread: Spread[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit]).===(spread)
    Definition Classes
    Equalizer
  15. def ===(rightSide: Any)(implicit equality: Equality[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  16. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit]).===(literalNull)
    Definition Classes
    Equalizer
  17. def ===(spread: Spread[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit]).===(spread)
    Definition Classes
    Equalizer
  18. def ===(rightSide: Any)(implicit equality: Equality[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  19. val leftSide: ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit]).leftSide
    Definition Classes
    Equalizer
  20. val leftSide: ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit]).leftSide
    Definition Classes
    Equalizer
  21. val leftSide: ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toorg.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalaTestWithActorTestKit: org.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit]).leftSide
    Definition Classes
    Equalizer

Deprecated Value Members

  1. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) => A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The conversionCheckedConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.

  2. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) => B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The convertEquivalenceToAToBConversionConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.

  3. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) => A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The convertEquivalenceToBToAConversionConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.

  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated
  5. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toStringFormat[ScalaTestWithActorTestKit] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  6. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) => B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The lowPriorityConversionCheckedConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.

  7. val styleName: String
    Definition Classes
    Suite
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement.

  8. def [B](y: B): (ScalaTestWithActorTestKit, B)
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit toArrowAssoc[ScalaTestWithActorTestKit] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Eventually

Inherited from ScalaFutures

Inherited from Futures

Inherited from PatienceConfiguration

Inherited from AbstractPatienceConfiguration

Inherited from ScaledTimeSpans

Inherited from BeforeAndAfterAll

Inherited from SuiteMixin

Inherited from Matchers

Inherited from Explicitly

Inherited from MatcherWords

Inherited from ShouldVerb

Inherited from Tolerance

Inherited from TestSuite

Inherited from Suite

Inherited from Serializable

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from ActorTestKitBase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion convertToAnyShouldWrapper fromScalaTestWithActorTestKit to org.scalatest.matchers.should.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit]

Inherited by implicit conversion convertToEqualizer fromScalaTestWithActorTestKit to org.scalatest.matchers.should.Matchers.Equalizer[ScalaTestWithActorTestKit]

Inherited by implicit conversion convertToEqualizer fromScalaTestWithActorTestKit to org.scalatest.Assertions.Equalizer[ScalaTestWithActorTestKit]

Inherited by implicit conversion convertToEqualizer fromScalaTestWithActorTestKit to org.scalactic.TripleEquals.Equalizer[ScalaTestWithActorTestKit]

Inherited by implicit conversion any2stringadd fromScalaTestWithActorTestKit to any2stringadd[ScalaTestWithActorTestKit]

Inherited by implicit conversion StringFormat fromScalaTestWithActorTestKit to StringFormat[ScalaTestWithActorTestKit]

Inherited by implicit conversion Ensuring fromScalaTestWithActorTestKit to Ensuring[ScalaTestWithActorTestKit]

Inherited by implicit conversion ArrowAssoc fromScalaTestWithActorTestKit to ArrowAssoc[ScalaTestWithActorTestKit]

Ungrouped