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.

Source
ScalaTestWithActorTestKit.scala
Linear Supertypes
Eventually, ScalaFutures, Futures, PatienceConfiguration, AbstractPatienceConfiguration, ScaledTimeSpans, BeforeAndAfterAll, SuiteMixin, Matchers, Explicitly, MatcherWords, ShouldVerb, Tolerance, TestSuite, Suite, Serializable, Serializable, Assertions, TripleEquals, TripleEqualsSupport, ActorTestKitBase, AnyRef, Any
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. Serializable
  19. Assertions
  20. TripleEquals
  21. TripleEqualsSupport
  22. ActorTestKitBase
  23. AnyRef
  24. 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. All

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()
  5. 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 AssertionsHelper extends AnyRef
    Definition Classes
    Assertions
  5. class CheckingEqualizer[L] extends AnyRef
    Definition Classes
    TripleEqualsSupport
  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. final case class PatienceConfig extends Product with Serializable
    Definition Classes
    AbstractPatienceConfiguration
  15. final class PlusOrMinusWrapper[T] extends AnyRef
    Definition Classes
    Tolerance
  16. final class RegexWord extends AnyRef
    Definition Classes
    Matchers
  17. final class RegexWrapper extends AnyRef
    Definition Classes
    Matchers
  18. class ResultOfBeWordForAny[T] extends AnyRef
    Definition Classes
    Matchers
  19. sealed class ResultOfBeWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  20. final class ResultOfBeWordForCollectedArray[T] extends ResultOfBeWordForCollectedAny[Array[T]]
    Definition Classes
    Matchers
  21. final class ResultOfCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  22. final class ResultOfContainWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  23. final class ResultOfEndWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  24. final class ResultOfEndWithWordForString extends AnyRef
    Definition Classes
    Matchers
  25. final class ResultOfFullyMatchWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  26. final class ResultOfFullyMatchWordForString extends AnyRef
    Definition Classes
    Matchers
  27. final class ResultOfHaveWordForCollectedExtent[A] extends AnyRef
    Definition Classes
    Matchers
  28. final class ResultOfHaveWordForExtent[A] extends AnyRef
    Definition Classes
    Matchers
  29. final class ResultOfIncludeWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  30. final class ResultOfIncludeWordForString extends AnyRef
    Definition Classes
    Matchers
  31. final class ResultOfNotWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  32. final class ResultOfStartWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  33. final class ResultOfStartWithWordForString extends AnyRef
    Definition Classes
    Matchers
  34. final class StringShouldWrapper extends AnyShouldWrapper[String] with org.scalatest.Matchers.StringShouldWrapperForVerb
    Definition Classes
    Matchers
  35. trait StringShouldWrapperForVerb extends AnyRef
    Definition Classes
    ShouldVerb
  36. class TheAfterWord extends AnyRef
    Definition Classes
    Explicitly
  37. final class TheSameInstanceAsPhrase extends AnyRef
    Definition Classes
    Matchers
  38. final class ValueWord extends AnyRef
    Definition Classes
    Matchers

Value Members

  1. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  2. def !==(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  3. def !==[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  4. def <[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanComparison[T]
    Definition Classes
    Matchers
  5. def <=[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanOrEqualToComparison[T]
    Definition Classes
    Matchers
  6. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  7. def ===(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  8. def ===[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  9. def >[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanComparison[T]
    Definition Classes
    Matchers
  10. def >=[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanOrEqualToComparison[T]
    Definition Classes
    Matchers
  11. def a[T](implicit arg0: ClassTag[T]): ResultOfATypeInvocation[T]
    Definition Classes
    Matchers
  12. val a: AWord
    Definition Classes
    Matchers
  13. val after: TheAfterWord
    Definition Classes
    Explicitly
  14. def all(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  15. 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
  16. 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
  17. def all[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  18. def allElementsOf[R](elements: GenTraversable[R]): ResultOfAllElementsOfApplication
    Definition Classes
    Matchers
  19. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAllOfApplication
    Definition Classes
    Matchers
  20. def an[T](implicit arg0: ClassTag[T]): ResultOfAnTypeInvocation[T]
    Definition Classes
    Matchers
  21. val an: AnWord
    Definition Classes
    Matchers
  22. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  23. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  24. macro def assertCompiles(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  25. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  26. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  27. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  28. def assertThrows[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): Assertion
    Definition Classes
    Assertions
  29. macro def assertTypeError(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  30. val assertionsHelper: AssertionsHelper
    Definition Classes
    Assertions
  31. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  32. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  33. def atLeast(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  34. 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
  35. 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
  36. def atLeast[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  37. def atLeastOneElementOf(elements: GenTraversable[Any]): ResultOfAtLeastOneElementOfApplication
    Definition Classes
    Matchers
  38. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtLeastOneOfApplication
    Definition Classes
    Matchers
  39. def atMost(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  40. 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
  41. 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
  42. def atMost[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  43. def atMostOneElementOf[R](elements: GenTraversable[R]): ResultOfAtMostOneElementOfApplication
    Definition Classes
    Matchers
  44. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtMostOneOfApplication
    Definition Classes
    Matchers
  45. val be: BeWord
    Definition Classes
    MatcherWords
  46. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  47. 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
  48. 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
  49. def cancel(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  50. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  51. def cancel(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  52. def cancel()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  53. val compile: CompileWord
    Definition Classes
    MatcherWords
  54. val contain: ContainWord
    Definition Classes
    MatcherWords
  55. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  56. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  57. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  58. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  59. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  60. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]
    Definition Classes
    Tolerance
  61. implicit def convertScalaFuture[T](scalaFuture: Future[T]): FutureConcept[T]
    Definition Classes
    ScalaFutures
  62. implicit def convertSymbolToHavePropertyMatcherGenerator(symbol: Symbol)(implicit prettifier: Prettifier, pos: Position): HavePropertyMatcherGenerator
    Definition Classes
    Matchers
  63. implicit def convertToAnyShouldWrapper[T](o: T)(implicit pos: Position, prettifier: Prettifier): AnyShouldWrapper[T]
    Definition Classes
    Matchers
  64. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  65. implicit def convertToEqualizer[T](left: T): Equalizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  66. implicit def convertToRegexWrapper(o: Regex): RegexWrapper
    Definition Classes
    Matchers
  67. implicit def convertToStringShouldWrapper(o: String)(implicit pos: Position, prettifier: Prettifier): StringShouldWrapper
    Definition Classes
    Matchers
  68. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb
    Definition Classes
    ShouldVerb
  69. def createTestProbe[M](name: String): TestProbe[M]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

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

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  71. val decided: DecidedWord
    Definition Classes
    Explicitly
  72. def defaultEquality[A]: Equality[A]
    Definition Classes
    TripleEqualsSupport
  73. val defined: DefinedWord
    Definition Classes
    MatcherWords
  74. def definedAt[T](right: T): ResultOfDefinedAt[T]
    Definition Classes
    Matchers
  75. val determined: DeterminedWord
    Definition Classes
    Explicitly
  76. val empty: EmptyWord
    Definition Classes
    MatcherWords
  77. val endWith: EndWithWord
    Definition Classes
    MatcherWords
  78. def equal(o: Null): Matcher[AnyRef]
    Definition Classes
    Matchers
  79. def equal[T](spread: Spread[T]): Matcher[T]
    Definition Classes
    Matchers
  80. def equal(right: Any): MatcherFactory1[Any, Equality]
    Definition Classes
    MatcherWords
  81. def eventually[T](fun: ⇒ T)(implicit config: PatienceConfig, pos: Position): T
    Definition Classes
    Eventually
  82. def eventually[T](interval: Interval)(fun: ⇒ T)(implicit config: PatienceConfig, pos: Position): T
    Definition Classes
    Eventually
  83. def eventually[T](timeout: Timeout)(fun: ⇒ T)(implicit config: PatienceConfig, pos: Position): T
    Definition Classes
    Eventually
  84. def eventually[T](timeout: Timeout, interval: Interval)(fun: ⇒ T)(implicit pos: Position): T
    Definition Classes
    Eventually
  85. def every(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  86. 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
  87. 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
  88. def every[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  89. def exactly(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  90. 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
  91. 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
  92. def exactly[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  93. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit
    Definition Classes
    Suite
  94. val exist: ExistWord
    Definition Classes
    MatcherWords
  95. def expectedTestCount(filter: Filter): Int
    Definition Classes
    Suite
  96. def fail(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  97. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  98. def fail(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  99. def fail()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  100. val fullyMatch: FullyMatchWord
    Definition Classes
    MatcherWords
  101. val have: HaveWord
    Definition Classes
    MatcherWords
  102. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderApplication
    Definition Classes
    Matchers
  103. def inOrderElementsOf[R](elements: GenTraversable[R]): ResultOfInOrderElementsOfApplication
    Definition Classes
    Matchers
  104. def inOrderOnly[T](firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderOnlyApplication
    Definition Classes
    Matchers
  105. val include: IncludeWord
    Definition Classes
    MatcherWords
  106. def intercept[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): T
    Definition Classes
    Assertions
  107. def interval(value: Span): Interval
    Definition Classes
    PatienceConfiguration
  108. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean
    Definition Classes
    BeforeAndAfterAll
  109. val key: KeyWord
    Definition Classes
    Matchers
  110. val leftSideValue: ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  111. val length: LengthWord
    Definition Classes
    MatcherWords
  112. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  113. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  114. val matchPattern: MatchPatternWord
    Definition Classes
    MatcherWords
  115. def message(expectedMessage: String): ResultOfMessageWordApplication
    Definition Classes
    Matchers
  116. def nestedSuites: IndexedSeq[Suite]
    Definition Classes
    Suite
  117. def no(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  118. 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
  119. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  120. def noElementsOf(elements: GenTraversable[Any]): ResultOfNoElementsOfApplication
    Definition Classes
    Matchers
  121. def noException(implicit pos: Position): NoExceptionWord
    Definition Classes
    MatcherWords
  122. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfNoneOfApplication
    Definition Classes
    Matchers
  123. val not: NotWord
    Definition Classes
    MatcherWords
  124. def of[T](implicit ev: ClassTag[T]): ResultOfOfTypeInvocation[T]
    Definition Classes
    Matchers
  125. def oneElementOf(elements: GenTraversable[Any]): ResultOfOneElementOfApplication
    Definition Classes
    Matchers
  126. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfOneOfApplication
    Definition Classes
    Matchers
  127. def only(xs: Any*)(implicit pos: Position): ResultOfOnlyApplication
    Definition Classes
    Matchers
  128. implicit val patience: PatienceConfig

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

  129. implicit def patienceConfig: PatienceConfig
    Definition Classes
    PatienceConfiguration → AbstractPatienceConfiguration
  130. def pending: Assertion with PendingStatement
    Definition Classes
    Assertions
  131. def pendingUntilFixed(f: ⇒ Unit)(implicit pos: Position): Assertion with PendingStatement
    Definition Classes
    Assertions
  132. val pos: Position
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  133. val prettifier: Prettifier
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  134. val readable: ReadableWord
    Definition Classes
    MatcherWords
  135. val regex: RegexWord
    Definition Classes
    Matchers
  136. def rerunner: Option[String]
    Definition Classes
    Suite
  137. def run(testName: Option[String], args: Args): org.scalatest.Status
    Definition Classes
    BeforeAndAfterAll → SuiteMixin
  138. final def scaled(span: Span): Span
    Definition Classes
    ScaledTimeSpans
  139. implicit def scheduler: Scheduler

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  140. def should(endWithWord: EndWithWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  141. def should(startWithWord: StartWithWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  142. def should(includeWord: IncludeWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  143. def should(notExist: ResultOfNotExist)(implicit existence: Existence[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  144. def should(existWord: ExistWord)(implicit existence: Existence[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  145. def should(containWord: ContainWord): ResultOfContainWord[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  146. def should(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  147. def should(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  148. def should(inv: TripleEqualsInvocationOnSpread[ScalaTestWithActorTestKit])(implicit ev: Numeric[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  149. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[ScalaTestWithActorTestKit, U]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  150. def should(notWord: NotWord): ResultOfNotWordForAny[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  151. 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 to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  152. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[ScalaTestWithActorTestKit, TYPECLASS1])(implicit typeClass1: TYPECLASS1[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  153. def should(rightMatcherX1: Matcher[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  154. def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  155. def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  156. def shouldBe(bePropertyMatcher: BePropertyMatcher[ScalaTestWithActorTestKit])(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  157. def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  158. def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  159. def shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  160. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  161. def shouldBe(right: Null)(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  162. def shouldBe(right: DefinedWord)(implicit definition: Definition[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  163. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  164. def shouldBe(right: WritableWord)(implicit writability: Writability[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  165. def shouldBe(right: ReadableWord)(implicit readability: Readability[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  166. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  167. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  168. def shouldBe(right: SortedWord)(implicit sortable: Sortable[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  169. def shouldBe(spread: Spread[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  170. def shouldBe(beMatcher: BeMatcher[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  171. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  172. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  173. def shouldBe(comparison: ResultOfGreaterThanComparison[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  174. def shouldBe(comparison: ResultOfLessThanComparison[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  175. def shouldBe(right: Any): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  176. def shouldEqual(right: Null)(implicit ev: <:<[ScalaTestWithActorTestKit, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  177. def shouldEqual(spread: Spread[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  178. def shouldEqual(right: Any)(implicit equality: Equality[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  179. def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  180. def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  181. def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[ScalaTestWithActorTestKit, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  182. def shouldNot(existWord: ExistWord)(implicit existence: Existence[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  183. def shouldNot(contain: ContainWord): ResultOfContainWord[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  184. def shouldNot(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  185. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[ScalaTestWithActorTestKit, TYPECLASS1])(implicit typeClass1: TYPECLASS1[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  186. def shouldNot(rightMatcherX1: Matcher[ScalaTestWithActorTestKit]): Assertion
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  187. def shouldNot(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[ScalaTestWithActorTestKit]
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.Matchers.AnyShouldWrapper[ScalaTestWithActorTestKit] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  188. val size: SizeWord
    Definition Classes
    MatcherWords
  189. val sorted: SortedWord
    Definition Classes
    MatcherWords
  190. def spanScaleFactor: Double
    Definition Classes
    ScaledTimeSpans
  191. 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
  192. 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
  193. def spawn[T](behavior: Behavior[T], name: String): typed.ActorRef[T]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

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

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  195. val startWith: StartWithWord
    Definition Classes
    MatcherWords
  196. val styleName: String
    Definition Classes
    Suite
  197. final val succeed: Assertion
    Definition Classes
    Assertions
  198. def suiteId: String
    Definition Classes
    Suite
  199. def suiteName: String
    Definition Classes
    Suite
  200. implicit def system: typed.ActorSystem[Nothing]

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  201. def tags: Map[String, Set[String]]
    Definition Classes
    Suite
  202. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
    Definition Classes
    Suite
  203. val testKit: ActorTestKit
    Definition Classes
    ActorTestKitBase
  204. implicit def testKitSettings: TestKitSettings

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  205. def testNames: Set[String]
    Definition Classes
    Suite
  206. def the[T](implicit arg0: ClassTag[T], pos: Position): ResultOfTheTypeInvocation[T]
    Definition Classes
    Matchers
  207. def theSameElementsAs(xs: GenTraversable[_]): ResultOfTheSameElementsAsApplication
    Definition Classes
    Matchers
  208. def theSameElementsInOrderAs(xs: GenTraversable[_]): ResultOfTheSameElementsInOrderAsApplication
    Definition Classes
    Matchers
  209. val theSameInstanceAs: TheSameInstanceAsPhrase
    Definition Classes
    Matchers
  210. def thrownBy(fun: ⇒ Any): ResultOfThrownByApplication
    Definition Classes
    Matchers
  211. def timeout(value: Span): Timeout
    Definition Classes
    PatienceConfiguration
  212. implicit def timeout: Timeout

    See corresponding method on ActorTestKit

    See corresponding method on ActorTestKit

    Definition Classes
    ActorTestKitBase
  213. val typeCheck: TypeCheckWord
    Definition Classes
    MatcherWords
  214. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  215. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  216. val value: ValueWord
    Definition Classes
    Matchers
  217. final def whenReady[T, U](future: FutureConcept[T])(fun: (T) ⇒ U)(implicit config: PatienceConfig, pos: Position): U
    Definition Classes
    Futures
  218. final def whenReady[T, U](future: FutureConcept[T], interval: Interval)(fun: (T) ⇒ U)(implicit config: PatienceConfig, pos: Position): U
    Definition Classes
    Futures
  219. final def whenReady[T, U](future: FutureConcept[T], timeout: Timeout)(fun: (T) ⇒ U)(implicit config: PatienceConfig, pos: Position): U
    Definition Classes
    Futures
  220. final def whenReady[T, U](future: FutureConcept[T], timeout: Timeout, interval: Interval)(fun: (T) ⇒ U)(implicit config: PatienceConfig, pos: Position): U
    Definition Classes
    Futures
  221. def withClue[T](clue: Any)(fun: ⇒ T): T
    Definition Classes
    Assertions
  222. 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 to org.scalatest.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.Equalizer[ScalaTestWithActorTestKit]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.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.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 to org.scalatest.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.Equalizer[ScalaTestWithActorTestKit]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.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 to org.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 to org.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 to org.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 to org.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 to org.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 to org.scalatest.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.Equalizer[ScalaTestWithActorTestKit]).===(literalNull)
    Definition Classes
    Equalizer
  11. def ===(spread: Spread[ScalaTestWithActorTestKit]): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.scalatest.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.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 to org.scalatest.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.Equalizer[ScalaTestWithActorTestKit]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  13. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.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 to org.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 to org.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 to org.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 to org.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 to org.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 to org.scalatest.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.Equalizer[ScalaTestWithActorTestKit]).leftSide
    Definition Classes
    Equalizer
  20. val leftSide: ScalaTestWithActorTestKit
    Implicit
    This member is added by an implicit conversion from ScalaTestWithActorTestKit to org.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 to org.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. final def execute: Unit
    Definition Classes
    Suite
    Annotations
    @deprecated
    Deprecated

    The parameterless execute method has been deprecated and will be removed in a future version of ScalaTest. Please invoke execute with empty parens instead: execute().

  2. def trap[T](f: ⇒ T): Throwable
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, and will be removed in a future version of ScalaTest