abstract class JournalSpec extends PluginSpec with MayVerb with OptionalTests with JournalCapabilityFlags

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

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

For a Java and JUnit consumable version of the TCK please refer to akka.persistence.japi.journal.JavaJournalSpec.

Source
JournalSpec.scala
See also

akka.persistence.journal.JournalPerfSpec

akka.persistence.japi.journal.JavaJournalPerfSpec

Linear Supertypes
JournalCapabilityFlags, CapabilityFlags, OptionalTests, MayVerb, PluginSpec, BeforeAndAfterEach, BeforeAndAfterAll, SuiteMixin, Matchers, Explicitly, MatcherWords, Tolerance, WordSpecLike, Documenting, Alerting, Notifying, Informing, CanVerb, MustVerb, ShouldVerb, TestRegistration, TestSuite, Suite, Serializable, Serializable, Assertions, TripleEquals, TripleEqualsSupport, TestKitBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JournalSpec
  2. JournalCapabilityFlags
  3. CapabilityFlags
  4. OptionalTests
  5. MayVerb
  6. PluginSpec
  7. BeforeAndAfterEach
  8. BeforeAndAfterAll
  9. SuiteMixin
  10. Matchers
  11. Explicitly
  12. MatcherWords
  13. Tolerance
  14. WordSpecLike
  15. Documenting
  16. Alerting
  17. Notifying
  18. Informing
  19. CanVerb
  20. MustVerb
  21. ShouldVerb
  22. TestRegistration
  23. TestSuite
  24. Suite
  25. Serializable
  26. Serializable
  27. Assertions
  28. TripleEquals
  29. TripleEqualsSupport
  30. TestKitBase
  31. AnyRef
  32. Any
Implicitly
  1. by convertToEqualizer
  2. by convertToEqualizer
  3. by convertToAnyShouldWrapper
  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 JournalSpec(config: Config)

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. final class HavePropertyMatcherGenerator extends AnyRef
    Definition Classes
    Matchers
  12. final class KeyWord extends AnyRef
    Definition Classes
    Matchers
  13. final class PlusOrMinusWrapper[T] extends AnyRef
    Definition Classes
    Tolerance
  14. final class RegexWord extends AnyRef
    Definition Classes
    Matchers
  15. final class RegexWrapper extends AnyRef
    Definition Classes
    Matchers
  16. class ResultOfBeWordForAny[T] extends AnyRef
    Definition Classes
    Matchers
  17. sealed class ResultOfBeWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  18. final class ResultOfBeWordForCollectedArray[T] extends ResultOfBeWordForCollectedAny[Array[T]]
    Definition Classes
    Matchers
  19. final class ResultOfCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  20. final class ResultOfContainWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  21. final class ResultOfEndWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  22. final class ResultOfEndWithWordForString extends AnyRef
    Definition Classes
    Matchers
  23. final class ResultOfFullyMatchWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  24. final class ResultOfFullyMatchWordForString extends AnyRef
    Definition Classes
    Matchers
  25. final class ResultOfHaveWordForCollectedExtent[A] extends AnyRef
    Definition Classes
    Matchers
  26. final class ResultOfHaveWordForExtent[A] extends AnyRef
    Definition Classes
    Matchers
  27. final class ResultOfIncludeWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  28. final class ResultOfIncludeWordForString extends AnyRef
    Definition Classes
    Matchers
  29. final class ResultOfNotWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  30. final class ResultOfStartWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  31. final class ResultOfStartWithWordForString extends AnyRef
    Definition Classes
    Matchers
  32. trait StringCanWrapperForVerb extends AnyRef
    Definition Classes
    CanVerb
  33. trait StringMustWrapperForVerb extends AnyRef
    Definition Classes
    MustVerb
  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
  39. trait StringMayWrapperForVerb extends AnyRef
    Definition Classes
    MayVerb

Concrete 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. def awaitAssert[A](a: ⇒ A, max: Duration = Duration.Undefined, interval: Duration = 100.millis): A

    Evaluate the given assert every interval until it does not throw an exception and return the result.

    Evaluate the given assert every interval until it does not throw an exception and return the result.

    If the max timeout expires the last exception is thrown.

    If no timeout is given, take it from the innermost enclosing within block.

    Note that the timeout is scaled using Duration.dilated, which uses the configuration entry "akka.test.timefactor".

    Definition Classes
    TestKitBase
  46. def awaitCond(p: ⇒ Boolean, max: Duration = Duration.Undefined, interval: Duration = 100.millis, message: String = ""): Unit

    Await until the given condition evaluates to true or the timeout expires, whichever comes first.

    Await until the given condition evaluates to true or the timeout expires, whichever comes first.

    If no timeout is given, take it from the innermost enclosing within block.

    Note that the timeout is scaled using Duration.dilated, which uses the configuration entry "akka.test.timefactor".

    Definition Classes
    TestKitBase
  47. val be: BeWord
    Definition Classes
    MatcherWords
  48. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  49. 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
  50. 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
  51. def cancel(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  52. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  53. def cancel(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  54. def cancel()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  55. def childActorOf(props: Props): ActorRef

    Spawns an actor as a child of this test actor with an auto-generated name and stopping supervisor strategy, returning the child's ActorRef.

    Spawns an actor as a child of this test actor with an auto-generated name and stopping supervisor strategy, returning the child's ActorRef.

    props

    Props to create the child actor

    Definition Classes
    TestKitBase
  56. def childActorOf(props: Props, name: String): ActorRef

    Spawns an actor as a child of this test actor with a stopping supervisor strategy, and returns the child's ActorRef.

    Spawns an actor as a child of this test actor with a stopping supervisor strategy, and returns the child's ActorRef.

    props

    Props to create the child actor

    name

    Actor name for the child actor

    Definition Classes
    TestKitBase
  57. def childActorOf(props: Props, supervisorStrategy: SupervisorStrategy): ActorRef

    Spawns an actor as a child of this test actor with an auto-generated name, and returns the child's ActorRef.

    Spawns an actor as a child of this test actor with an auto-generated name, and returns the child's ActorRef.

    props

    Props to create the child actor

    supervisorStrategy

    Strategy should decide what to do with failures in the actor.

    Definition Classes
    TestKitBase
  58. def childActorOf(props: Props, name: String, supervisorStrategy: SupervisorStrategy): ActorRef

    Spawns an actor as a child of this test actor, and returns the child's ActorRef.

    Spawns an actor as a child of this test actor, and returns the child's ActorRef.

    props

    Props to create the child actor

    name

    Actor name for the child actor

    supervisorStrategy

    Strategy should decide what to do with failures in the actor.

    Definition Classes
    TestKitBase
  59. val compile: CompileWord
    Definition Classes
    MatcherWords
  60. val config: Config
    Definition Classes
    PluginSpec
  61. val contain: ContainWord
    Definition Classes
    MatcherWords
  62. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  63. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  64. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  65. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  66. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  67. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]
    Definition Classes
    Tolerance
  68. implicit def convertSymbolToHavePropertyMatcherGenerator(symbol: Symbol)(implicit prettifier: Prettifier, pos: Position): HavePropertyMatcherGenerator
    Definition Classes
    Matchers
  69. implicit def convertToAnyShouldWrapper[T](o: T)(implicit pos: Position, prettifier: Prettifier): AnyShouldWrapper[T]
    Definition Classes
    Matchers
  70. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  71. implicit def convertToEqualizer[T](left: T): Equalizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  72. implicit def convertToRegexWrapper(o: Regex): RegexWrapper
    Definition Classes
    Matchers
  73. implicit def convertToStringCanWrapper(o: String)(implicit position: Position): StringCanWrapperForVerb
    Definition Classes
    CanVerb
  74. implicit def convertToStringMayWrapper(o: String): StringMayWrapperForVerb

    Implicitly converts an object of type String to a StringMayWrapper, to enable may methods to be invokable on that object.

    Implicitly converts an object of type String to a StringMayWrapper, to enable may methods to be invokable on that object.

    Definition Classes
    MayVerb
  75. implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): StringMustWrapperForVerb
    Definition Classes
    MustVerb
  76. implicit def convertToStringShouldWrapper(o: String)(implicit pos: Position, prettifier: Prettifier): StringShouldWrapper
    Definition Classes
    Matchers
  77. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb
    Definition Classes
    ShouldVerb
  78. val decided: DecidedWord
    Definition Classes
    Explicitly
  79. def defaultEquality[A]: Equality[A]
    Definition Classes
    TripleEqualsSupport
  80. val defined: DefinedWord
    Definition Classes
    MatcherWords
  81. def definedAt[T](right: T): ResultOfDefinedAt[T]
    Definition Classes
    Matchers
  82. val determined: DeterminedWord
    Definition Classes
    Explicitly
  83. val empty: EmptyWord
    Definition Classes
    MatcherWords
  84. val endWith: EndWithWord
    Definition Classes
    MatcherWords
  85. def equal(o: Null): Matcher[AnyRef]
    Definition Classes
    Matchers
  86. def equal[T](spread: Spread[T]): Matcher[T]
    Definition Classes
    Matchers
  87. def equal(right: Any): MatcherFactory1[Any, Equality]
    Definition Classes
    MatcherWords
  88. def every(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  89. 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
  90. 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
  91. def every[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  92. def exactly(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  93. 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
  94. 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
  95. def exactly[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  96. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit
    Definition Classes
    Suite
  97. val exist: ExistWord
    Definition Classes
    MatcherWords
  98. def expectMsg[T](max: FiniteDuration, hint: String, obj: T): T

    Receive one message from the test actor and assert that it equals the given object.

    Receive one message from the test actor and assert that it equals the given object. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    returns

    the received object

    Definition Classes
    TestKitBase
  99. def expectMsg[T](max: FiniteDuration, obj: T): T

    Receive one message from the test actor and assert that it equals the given object.

    Receive one message from the test actor and assert that it equals the given object. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    returns

    the received object

    Definition Classes
    TestKitBase
  100. def expectMsg[T](obj: T): T

    Same as expectMsg(remainingOrDefault, obj), but correctly treating the timeFactor.

    Same as expectMsg(remainingOrDefault, obj), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
  101. def expectMsgAllClassOf[T](max: FiniteDuration, obj: Class[_ <: T]*): Seq[T]

    Receive a number of messages from the test actor matching the given number of classes and assert that for each given class one is received which is of that class (equality, not conformance).

    Receive a number of messages from the test actor matching the given number of classes and assert that for each given class one is received which is of that class (equality, not conformance). This construct is useful when the order in which the objects are received is not fixed. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    Definition Classes
    TestKitBase
  102. def expectMsgAllClassOf[T](obj: Class[_ <: T]*): Seq[T]

    Same as expectMsgAllClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Same as expectMsgAllClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
  103. def expectMsgAllConformingOf[T](max: FiniteDuration, obj: Class[_ <: T]*): Seq[T]

    Receive a number of messages from the test actor matching the given number of classes and assert that for each given class one is received which conforms to that class (and vice versa).

    Receive a number of messages from the test actor matching the given number of classes and assert that for each given class one is received which conforms to that class (and vice versa). This construct is useful when the order in which the objects are received is not fixed. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    Beware that one object may satisfy all given class constraints, which may be counter-intuitive.

    Definition Classes
    TestKitBase
  104. def expectMsgAllConformingOf[T](obj: Class[_ <: T]*): Seq[T]

    Same as expectMsgAllConformingOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Same as expectMsgAllConformingOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
  105. def expectMsgAllOf[T](max: FiniteDuration, obj: T*): Seq[T]

    Receive a number of messages from the test actor matching the given number of objects and assert that for each given object one is received which equals it and vice versa.

    Receive a number of messages from the test actor matching the given number of objects and assert that for each given object one is received which equals it and vice versa. This construct is useful when the order in which the objects are received is not fixed. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

      dispatcher ! SomeWork1()
      dispatcher ! SomeWork2()
      expectMsgAllOf(1 second, Result1(), Result2())
    

    Definition Classes
    TestKitBase
  106. def expectMsgAllOf[T](obj: T*): Seq[T]

    Same as expectMsgAllOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Same as expectMsgAllOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
  107. def expectMsgAnyClassOf[C](max: FiniteDuration, obj: Class[_ <: C]*): C

    Receive one message from the test actor and assert that it conforms to one of the given classes.

    Receive one message from the test actor and assert that it conforms to one of the given classes. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    returns

    the received object

    Definition Classes
    TestKitBase
  108. def expectMsgAnyClassOf[C](obj: Class[_ <: C]*): C

    Same as expectMsgAnyClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Same as expectMsgAnyClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
  109. def expectMsgAnyOf[T](max: FiniteDuration, obj: T*): T

    Receive one message from the test actor and assert that it equals one of the given objects.

    Receive one message from the test actor and assert that it equals one of the given objects. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    returns

    the received object

    Definition Classes
    TestKitBase
  110. def expectMsgAnyOf[T](obj: T*): T

    Same as expectMsgAnyOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Same as expectMsgAnyOf(remainingOrDefault, obj...), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
  111. def expectMsgClass[C](max: FiniteDuration, c: Class[C]): C

    Receive one message from the test actor and assert that it conforms to the given class.

    Receive one message from the test actor and assert that it conforms to the given class. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    returns

    the received object

    Definition Classes
    TestKitBase
  112. def expectMsgClass[C](c: Class[C]): C

    Same as expectMsgClass(remainingOrDefault, c), but correctly treating the timeFactor.

    Same as expectMsgClass(remainingOrDefault, c), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
  113. def expectMsgPF[T](max: Duration = Duration.Undefined, hint: String = "")(f: PartialFunction[Any, T]): T

    Receive one message from the test actor and assert that the given partial function accepts it.

    Receive one message from the test actor and assert that the given partial function accepts it. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    Use this variant to implement more complicated or conditional processing.

    returns

    the received object as transformed by the partial function

    Definition Classes
    TestKitBase
  114. def expectMsgType[T](max: FiniteDuration)(implicit t: ClassTag[T]): T

    Receive one message from the test actor and assert that it conforms to the given type (after erasure).

    Receive one message from the test actor and assert that it conforms to the given type (after erasure). Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    returns

    the received object

    Definition Classes
    TestKitBase
  115. def expectMsgType[T](implicit t: ClassTag[T]): T

    Same as expectMsgType[T](remainingOrDefault), but correctly treating the timeFactor.

    Same as expectMsgType[T](remainingOrDefault), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
  116. def expectNoMessage(): Unit

    Same as expectNoMessage(remainingOrDefault), but correctly treating the timeFactor.

    Same as expectNoMessage(remainingOrDefault), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
  117. def expectNoMessage(max: FiniteDuration): Unit

    Assert that no message is received for the specified time.

    Assert that no message is received for the specified time. Supplied value is not dilated.

    Definition Classes
    TestKitBase
  118. def expectTerminated(target: ActorRef, max: Duration = Duration.Undefined): Terminated

    Receive one message from the test actor and assert that it is the Terminated message of the given ActorRef.

    Receive one message from the test actor and assert that it is the Terminated message of the given ActorRef. Before calling this method, you have to watch the target actor ref. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    target

    the actor ref expected to be Terminated

    max

    wait no more than max time, otherwise throw AssertionFailure

    returns

    the received Terminated message

    Definition Classes
    TestKitBase
  119. def expectedTestCount(filter: Filter): Int
    Definition Classes
    Suite
  120. def extension: Persistence
    Definition Classes
    PluginSpec
  121. def fail(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  122. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  123. def fail(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  124. def fail()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  125. def fishForMessage(max: Duration = Duration.Undefined, hint: String = "")(f: PartialFunction[Any, Boolean]): Any

    Hybrid of expectMsgPF and receiveWhile: receive messages while the partial function matches and returns false.

    Hybrid of expectMsgPF and receiveWhile: receive messages while the partial function matches and returns false. Use it to ignore certain messages while waiting for a specific message.

    returns

    the last received message, i.e. the first one for which the partial function returned true

    Definition Classes
    TestKitBase
  126. def fishForSpecificMessage[T](max: Duration = Duration.Undefined, hint: String = "")(f: PartialFunction[Any, T]): T

    Waits for specific message that partial function matches while ignoring all other messages coming in the meantime.

    Waits for specific message that partial function matches while ignoring all other messages coming in the meantime. Use it to ignore any number of messages while waiting for a specific one.

    returns

    result of applying partial function to the last received message, i.e. the first one for which the partial function is defined

    Definition Classes
    TestKitBase
  127. val fullyMatch: FullyMatchWord
    Definition Classes
    MatcherWords
  128. val have: HaveWord
    Definition Classes
    MatcherWords
  129. def ignoreMsg(f: PartialFunction[Any, Boolean]): Unit

    Ignore all messages in the test actor for which the given partial function returns true.

    Ignore all messages in the test actor for which the given partial function returns true.

    Definition Classes
    TestKitBase
  130. def ignoreNoMsg(): Unit

    Stop ignoring messages in the test actor.

    Stop ignoring messages in the test actor.

    Definition Classes
    TestKitBase
  131. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderApplication
    Definition Classes
    Matchers
  132. def inOrderElementsOf[R](elements: GenTraversable[R]): ResultOfInOrderElementsOfApplication
    Definition Classes
    Matchers
  133. def inOrderOnly[T](firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderOnlyApplication
    Definition Classes
    Matchers
  134. val include: IncludeWord
    Definition Classes
    MatcherWords
  135. def intercept[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): T
    Definition Classes
    Assertions
  136. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean
    Definition Classes
    BeforeAndAfterAll
  137. def journal: ActorRef
  138. val key: KeyWord
    Definition Classes
    Matchers
  139. def lastSender: ActorRef
    Definition Classes
    TestKitBase
  140. val leftSideValue: JournalSpec
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  141. val length: LengthWord
    Definition Classes
    MatcherWords
  142. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  143. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  144. val matchPattern: MatchPatternWord
    Definition Classes
    MatcherWords
  145. def mayVerbStacktraceContextFrames: Int

    Configurable number of frames to be shown when a MAY test fails (is canceled).

    Configurable number of frames to be shown when a MAY test fails (is canceled).

    Defaults to 3. Must be geater than 0.

    Definition Classes
    MayVerb
  146. def message(expectedMessage: String): ResultOfMessageWordApplication
    Definition Classes
    Matchers
  147. def msgAvailable: Boolean

    Query queue status.

    Query queue status.

    Definition Classes
    TestKitBase
  148. def nestedSuites: IndexedSeq[Suite]
    Definition Classes
    Suite
  149. def no(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  150. 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
  151. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  152. def noElementsOf(elements: GenTraversable[Any]): ResultOfNoElementsOfApplication
    Definition Classes
    Matchers
  153. def noException(implicit pos: Position): NoExceptionWord
    Definition Classes
    MatcherWords
  154. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfNoneOfApplication
    Definition Classes
    Matchers
  155. val not: NotWord
    Definition Classes
    MatcherWords
  156. def now: FiniteDuration

    Obtain current time (System.nanoTime) as Duration.

    Obtain current time (System.nanoTime) as Duration.

    Definition Classes
    TestKitBase
  157. def of[T](implicit ev: ClassTag[T]): ResultOfOfTypeInvocation[T]
    Definition Classes
    Matchers
  158. def oneElementOf(elements: GenTraversable[Any]): ResultOfOneElementOfApplication
    Definition Classes
    Matchers
  159. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfOneOfApplication
    Definition Classes
    Matchers
  160. def only(xs: Any*)(implicit pos: Position): ResultOfOnlyApplication
    Definition Classes
    Matchers
  161. def optional(flag: CapabilityFlag)(test: ⇒ Unit): Unit
    Definition Classes
    OptionalTests
  162. def optional(whenSkippedMessage: String)(body: ⇒ Unit): Unit
    Definition Classes
    MayVerb
  163. def pending: Assertion with PendingStatement
    Definition Classes
    Assertions
  164. def pendingUntilFixed(f: ⇒ Unit)(implicit pos: Position): Assertion with PendingStatement
    Definition Classes
    Assertions
  165. def pid: String
    Definition Classes
    PluginSpec
  166. val pos: Position
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  167. def preparePersistenceId(pid: String): Unit

    Overridable hook that is called before populating the journal for the next test case.

    Overridable hook that is called before populating the journal for the next test case. pid is the persistenceId that will be used in the test. This method may be needed to clean pre-existing events from the log.

  168. val prettifier: Prettifier
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  169. val readable: ReadableWord
    Definition Classes
    MatcherWords
  170. def receiveN(n: Int, max: FiniteDuration): Seq[AnyRef]

    Receive N messages in a row before the given deadline.

    Receive N messages in a row before the given deadline.

    Definition Classes
    TestKitBase
  171. def receiveN(n: Int): Seq[AnyRef]

    Same as receiveN(n, remaining) but correctly taking into account Duration.timeFactor.

    Same as receiveN(n, remaining) but correctly taking into account Duration.timeFactor.

    Definition Classes
    TestKitBase
  172. def receiveOne(max: Duration): AnyRef

    Receive one message from the internal queue of the TestActor.

    Receive one message from the internal queue of the TestActor. If the given duration is zero, the queue is polled (non-blocking).

    This method does NOT automatically scale its Duration parameter!

    Definition Classes
    TestKitBase
  173. def receiveWhile[T](max: Duration = Duration.Undefined, idle: Duration = Duration.Inf, messages: Int = Int.MaxValue)(f: PartialFunction[AnyRef, T]): Seq[T]

    Receive a series of messages until one does not match the given partial function or the idle timeout is met (disabled by default) or the overall maximum duration is elapsed or expected messages count is reached.

    Receive a series of messages until one does not match the given partial function or the idle timeout is met (disabled by default) or the overall maximum duration is elapsed or expected messages count is reached. Returns the sequence of messages.

    Note that it is not an error to hit the max duration in this case.

    One possible use of this method is for testing whether messages of certain characteristics are generated at a certain rate:

    test ! ScheduleTicks(100 millis)
    val series = receiveWhile(750 millis) {
        case Tick(count) => count
    }
    assert(series == (1 to 7).toList)
    Definition Classes
    TestKitBase
  174. val regex: RegexWord
    Definition Classes
    Matchers
  175. final def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit
    Definition Classes
    WordSpecLike → TestRegistration
  176. final def registerTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit
    Definition Classes
    WordSpecLike → TestRegistration
  177. def remaining: FiniteDuration

    Obtain time remaining for execution of the innermost enclosing within block or throw an AssertionError if no within block surrounds this call.

    Obtain time remaining for execution of the innermost enclosing within block or throw an AssertionError if no within block surrounds this call.

    Definition Classes
    TestKitBase
  178. def remainingOr(duration: FiniteDuration): FiniteDuration

    Obtain time remaining for execution of the innermost enclosing within block or missing that it returns the given duration.

    Obtain time remaining for execution of the innermost enclosing within block or missing that it returns the given duration.

    Definition Classes
    TestKitBase
  179. def remainingOrDefault: FiniteDuration

    Obtain time remaining for execution of the innermost enclosing within block or missing that it returns the properly dilated default for this case from settings (key "akka.test.single-expect-default").

    Obtain time remaining for execution of the innermost enclosing within block or missing that it returns the properly dilated default for this case from settings (key "akka.test.single-expect-default").

    Definition Classes
    TestKitBase
  180. def replayedMessage(snr: Long, deleted: Boolean = false, confirms: Seq[String] = Nil): ReplayedMessage
  181. def rerunner: Option[String]
    Definition Classes
    Suite
  182. def run(testName: Option[String], args: Args): Status
    Definition Classes
    BeforeAndAfterAll → SuiteMixin
  183. def setAutoPilot(pilot: AutoPilot): Unit

    Install an AutoPilot to drive the testActor: the AutoPilot will be run for each received message and can be used to send or forward messages, etc.

    Install an AutoPilot to drive the testActor: the AutoPilot will be run for each received message and can be used to send or forward messages, etc. Each invocation must return the AutoPilot for the next round.

    Definition Classes
    TestKitBase
  184. def should(endWithWord: EndWithWord)(implicit ev: <:<[JournalSpec, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  185. def should(startWithWord: StartWithWord)(implicit ev: <:<[JournalSpec, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  186. def should(includeWord: IncludeWord)(implicit ev: <:<[JournalSpec, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  187. def should(notExist: ResultOfNotExist)(implicit existence: Existence[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  188. def should(existWord: ExistWord)(implicit existence: Existence[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  189. def should(containWord: ContainWord): ResultOfContainWord[JournalSpec]
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  190. def should(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[JournalSpec]
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  191. def should(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[JournalSpec]
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  192. def should(inv: TripleEqualsInvocationOnSpread[JournalSpec])(implicit ev: Numeric[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  193. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[JournalSpec, U]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  194. def should(notWord: NotWord): ResultOfNotWordForAny[JournalSpec]
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  195. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[JournalSpec, TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[JournalSpec], typeClass2: TYPECLASS2[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  196. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[JournalSpec, TYPECLASS1])(implicit typeClass1: TYPECLASS1[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  197. def should(rightMatcherX1: Matcher[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  198. def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[JournalSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  199. def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[JournalSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  200. def shouldBe(bePropertyMatcher: BePropertyMatcher[JournalSpec])(implicit ev: <:<[JournalSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  201. def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[JournalSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  202. def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[JournalSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  203. def shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[JournalSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  204. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[JournalSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  205. def shouldBe(right: Null)(implicit ev: <:<[JournalSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  206. def shouldBe(right: DefinedWord)(implicit definition: Definition[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  207. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  208. def shouldBe(right: WritableWord)(implicit writability: Writability[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  209. def shouldBe(right: ReadableWord)(implicit readability: Readability[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  210. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  211. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  212. def shouldBe(right: SortedWord)(implicit sortable: Sortable[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  213. def shouldBe(spread: Spread[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  214. def shouldBe(beMatcher: BeMatcher[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  215. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  216. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  217. def shouldBe(comparison: ResultOfGreaterThanComparison[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  218. def shouldBe(comparison: ResultOfLessThanComparison[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  219. def shouldBe(right: Any): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  220. def shouldEqual(right: Null)(implicit ev: <:<[JournalSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  221. def shouldEqual(spread: Spread[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  222. def shouldEqual(right: Any)(implicit equality: Equality[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  223. def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[JournalSpec, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  224. def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[JournalSpec, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  225. def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[JournalSpec, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  226. def shouldNot(existWord: ExistWord)(implicit existence: Existence[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  227. def shouldNot(contain: ContainWord): ResultOfContainWord[JournalSpec]
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  228. def shouldNot(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[JournalSpec]
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  229. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[JournalSpec, TYPECLASS1])(implicit typeClass1: TYPECLASS1[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  230. def shouldNot(rightMatcherX1: Matcher[JournalSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  231. def shouldNot(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[JournalSpec]
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.AnyShouldWrapper[JournalSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  232. def shutdown(actorSystem: ActorSystem = system, duration: Duration = 10.seconds.dilated.min(10.seconds), verifySystemShutdown: Boolean = false): Unit

    Shut down an actor system and wait for termination.

    Shut down an actor system and wait for termination. On failure debug output will be logged about the remaining actors in the system.

    If verifySystemShutdown is true, then an exception will be thrown on failure.

    Definition Classes
    TestKitBase
  233. val size: SizeWord
    Definition Classes
    MatcherWords
  234. val sorted: SortedWord
    Definition Classes
    MatcherWords
  235. val startWith: StartWithWord
    Definition Classes
    MatcherWords
  236. final val styleName: String
    Definition Classes
    WordSpecLike → Suite
  237. def subscribe[T](subscriber: ActorRef)(implicit arg0: ClassTag[T]): Boolean
    Definition Classes
    PluginSpec
  238. final val succeed: Assertion
    Definition Classes
    Assertions
  239. def suiteId: String
    Definition Classes
    Suite
  240. def suiteName: String
    Definition Classes
    Suite
  241. def supportsAtomicPersistAllOfSeveralEvents: Boolean

    Implementation may override and return false if it does not support atomic writes of several events, as emitted by persistAll.

  242. implicit lazy val system: ActorSystem
    Definition Classes
    JournalSpecTestKitBase
  243. def tags: Map[String, Set[String]]
    Definition Classes
    WordSpecLike → Suite
  244. val testActor: ActorRef

    ActorRef of the test actor.

    ActorRef of the test actor. Access is provided to enable e.g. registration as message target.

    Definition Classes
    TestKitBase
  245. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
    Definition Classes
    WordSpecLike → Suite
  246. val testKitSettings: TestKitSettings
    Definition Classes
    TestKitBase
  247. def testNames: Set[String]
    Definition Classes
    WordSpecLike → Suite
  248. def the[T](implicit arg0: ClassTag[T], pos: Position): ResultOfTheTypeInvocation[T]
    Definition Classes
    Matchers
  249. def theSameElementsAs(xs: GenTraversable[_]): ResultOfTheSameElementsAsApplication
    Definition Classes
    Matchers
  250. def theSameElementsInOrderAs(xs: GenTraversable[_]): ResultOfTheSameElementsInOrderAsApplication
    Definition Classes
    Matchers
  251. val theSameInstanceAs: TheSameInstanceAsPhrase
    Definition Classes
    Matchers
  252. def thrownBy(fun: ⇒ Any): ResultOfThrownByApplication
    Definition Classes
    Matchers
  253. val typeCheck: TypeCheckWord
    Definition Classes
    MatcherWords
  254. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  255. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  256. def unwatch(ref: ActorRef): ActorRef

    Have the testActor stop watching someone (i.e.

    Have the testActor stop watching someone (i.e. context.unwatch(...)).

    Definition Classes
    TestKitBase
  257. val value: ValueWord
    Definition Classes
    Matchers
  258. def watch(ref: ActorRef): ActorRef

    Have the testActor watch someone (i.e.

    Have the testActor watch someone (i.e. context.watch(...)).

    Definition Classes
    TestKitBase
  259. def withClue[T](clue: Any)(fun: ⇒ T): T
    Definition Classes
    Assertions
  260. def within[T](max: FiniteDuration)(f: ⇒ T): T

    Same as calling within(0 seconds, max)(f).

    Same as calling within(0 seconds, max)(f).

    Definition Classes
    TestKitBase
  261. def within[T](min: FiniteDuration, max: FiniteDuration)(f: ⇒ T): T

    Execute code block while bounding its execution time between min and max.

    Execute code block while bounding its execution time between min and max. within blocks may be nested. All methods in this trait which take maximum wait times are available in a version which implicitly uses the remaining time governed by the innermost enclosing within block.

    Note that the timeout is scaled using Duration.dilated, which uses the configuration entry "akka.test.timefactor", while the min Duration is not.

    val ret = within(50 millis) {
      test ! "ping"
      expectMsgClass(classOf[String])
    }
    Definition Classes
    TestKitBase
  262. val writable: WritableWord
    Definition Classes
    MatcherWords
  263. def writeMessages(fromSnr: Int, toSnr: Int, pid: String, sender: ActorRef, writerUuid: String): Unit
  264. def writerUuid: String
    Definition Classes
    PluginSpec

Shadowed Implicit Value Members

  1. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Assertions.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Assertions.Equalizer[JournalSpec]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Assertions.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Assertions.Equalizer[JournalSpec]).!==(spread)
    Definition Classes
    Equalizer
  3. def !==(rightSide: Any)(implicit equality: Equality[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Assertions.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Assertions.Equalizer[JournalSpec]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalactic.TripleEquals.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalactic.TripleEquals.Equalizer[JournalSpec]).!==(literalNull)
    Definition Classes
    Equalizer
  5. def !==(spread: Spread[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalactic.TripleEquals.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalactic.TripleEquals.Equalizer[JournalSpec]).!==(spread)
    Definition Classes
    Equalizer
  6. def !==(rightSide: Any)(implicit equality: Equality[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalactic.TripleEquals.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalactic.TripleEquals.Equalizer[JournalSpec]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  7. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Matchers.Equalizer[JournalSpec]).!==(literalNull)
    Definition Classes
    Equalizer
  8. def !==(spread: Spread[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Matchers.Equalizer[JournalSpec]).!==(spread)
    Definition Classes
    Equalizer
  9. def !==(rightSide: Any)(implicit equality: Equality[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Matchers.Equalizer[JournalSpec]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  10. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Assertions.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Assertions.Equalizer[JournalSpec]).===(literalNull)
    Definition Classes
    Equalizer
  11. def ===(spread: Spread[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Assertions.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Assertions.Equalizer[JournalSpec]).===(spread)
    Definition Classes
    Equalizer
  12. def ===(rightSide: Any)(implicit equality: Equality[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Assertions.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Assertions.Equalizer[JournalSpec]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  13. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalactic.TripleEquals.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalactic.TripleEquals.Equalizer[JournalSpec]).===(literalNull)
    Definition Classes
    Equalizer
  14. def ===(spread: Spread[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalactic.TripleEquals.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalactic.TripleEquals.Equalizer[JournalSpec]).===(spread)
    Definition Classes
    Equalizer
  15. def ===(rightSide: Any)(implicit equality: Equality[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalactic.TripleEquals.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalactic.TripleEquals.Equalizer[JournalSpec]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  16. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Matchers.Equalizer[JournalSpec]).===(literalNull)
    Definition Classes
    Equalizer
  17. def ===(spread: Spread[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Matchers.Equalizer[JournalSpec]).===(spread)
    Definition Classes
    Equalizer
  18. def ===(rightSide: Any)(implicit equality: Equality[JournalSpec]): Boolean
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Matchers.Equalizer[JournalSpec]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  19. val leftSide: JournalSpec
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Assertions.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Assertions.Equalizer[JournalSpec]).leftSide
    Definition Classes
    Equalizer
  20. val leftSide: JournalSpec
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalactic.TripleEquals.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalactic.TripleEquals.Equalizer[JournalSpec]).leftSide
    Definition Classes
    Equalizer
  21. val leftSide: JournalSpec
    Implicit
    This member is added by an implicit conversion from JournalSpec to org.scalatest.Matchers.Equalizer[JournalSpec] 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:
    (journalSpec: org.scalatest.Matchers.Equalizer[JournalSpec]).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 expectNoMsg(max: FiniteDuration): Unit

    Assert that no message is received for the specified time.

    Assert that no message is received for the specified time. NOTE! Supplied value is always dilated.

    Definition Classes
    TestKitBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.5) Use expectNoMessage instead

  3. def expectNoMsg(): Unit

    Same as expectNoMsg(remainingOrDefault), but correctly treating the timeFactor.

    Same as expectNoMsg(remainingOrDefault), but correctly treating the timeFactor.

    Definition Classes
    TestKitBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.5) Use expectNoMessage instead

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