Class

akka.persistence.japi.journal

JavaJournalPerfSpec

Related Doc: package journal

Permalink

class JavaJournalPerfSpec extends JournalPerfSpec

JAVA API

Java / JUnit consumable equivalent of akka.persistence.journal.JournalPerfSpec and akka.persistence.journal.JournalSpec.

This spec measures execution times of the basic operations that an akka.persistence.PersistentActor provides, using the provided Journal (plugin).

It is *NOT* meant to be a comprehensive benchmark, but rather aims to help plugin developers to easily determine if their plugin's performance is roughly as expected. It also validates the plugin still works under "more messages" scenarios.

The measurements are by default printed to System.out, if you want to customize this please override the #info method.

The benchmark iteration and message counts are easily customisable by overriding these methods:

@Override
public long awaitDurationMillis() { return 10000; }

@Override
public int eventsCount() { return 10 * 1000; }

@Override
public int measurementIterations { return 10; }

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

Annotations
@RunWith()
Source
JavaJournalPerfSpec.scala
See also

akka.persistence.journal.JournalPerfSpec

akka.persistence.journal.JournalSpec

Linear Supertypes
JournalPerfSpec, JournalSpec, PluginSpec, BeforeAndAfterEach, BeforeAndAfterAll, SuiteMixin, Matchers, Explicitly, MatcherWords, Tolerance, WordSpecLike, Documenting, Alerting, Notifying, Informing, CanVerb, MustVerb, ShouldVerb, TestRegistration, Suite, Serializable, AbstractSuite, Assertions, TripleEquals, TripleEqualsSupport, TestKitBase, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JavaJournalPerfSpec
  2. JournalPerfSpec
  3. JournalSpec
  4. PluginSpec
  5. BeforeAndAfterEach
  6. BeforeAndAfterAll
  7. SuiteMixin
  8. Matchers
  9. Explicitly
  10. MatcherWords
  11. Tolerance
  12. WordSpecLike
  13. Documenting
  14. Alerting
  15. Notifying
  16. Informing
  17. CanVerb
  18. MustVerb
  19. ShouldVerb
  20. TestRegistration
  21. Suite
  22. Serializable
  23. AbstractSuite
  24. Assertions
  25. TripleEquals
  26. TripleEqualsSupport
  27. TestKitBase
  28. AnyRef
  29. 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 JavaJournalPerfSpec(config: Config)

    Permalink

    config

    configures the Journal plugin to be tested

Type Members

  1. final class AWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  2. final class AfterWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  3. final class AnWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  4. sealed class AnyShouldWrapper[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  5. class AssertionsHelper extends AnyRef

    Permalink
    Definition Classes
    Assertions
  6. class CheckingEqualizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  7. class DecidedByEquality[A] extends Equality[A]

    Permalink
    Definition Classes
    Explicitly
  8. class DecidedWord extends AnyRef

    Permalink
    Definition Classes
    Explicitly
  9. class DeterminedByEquivalence[T] extends Equivalence[T]

    Permalink
    Definition Classes
    Explicitly
  10. class DeterminedWord extends AnyRef

    Permalink
    Definition Classes
    Explicitly
  11. class Equalizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  12. final class HavePropertyMatcherGenerator extends AnyRef

    Permalink
    Definition Classes
    Matchers
  13. final class ItWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  14. final class KeyWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  15. class LegacyCheckingEqualizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  16. class LegacyEqualizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  17. trait NoArgTest extends () ⇒ Outcome with TestData

    Permalink
    Attributes
    protected
    Definition Classes
    Suite
  18. final class PlusOrMinusWrapper[T] extends AnyRef

    Permalink
    Definition Classes
    Tolerance
  19. final class RegexWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  20. final class RegexWrapper extends AnyRef

    Permalink
    Definition Classes
    Matchers
  21. class ResultOfBeWordForAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  22. sealed class ResultOfBeWordForCollectedAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  23. final class ResultOfBeWordForCollectedArray[T] extends ResultOfBeWordForCollectedAny[Array[T]]

    Permalink
    Definition Classes
    Matchers
  24. final class ResultOfCollectedAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  25. final class ResultOfContainWordForCollectedAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  26. final class ResultOfEndWithWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  27. final class ResultOfEndWithWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  28. final class ResultOfEvaluatingApplication extends AnyRef

    Permalink
    Definition Classes
    Matchers
  29. final class ResultOfFullyMatchWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  30. final class ResultOfFullyMatchWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  31. final class ResultOfHaveWordForCollectedExtent[A] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  32. final class ResultOfHaveWordForExtent[A] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  33. final class ResultOfIncludeWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  34. final class ResultOfIncludeWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  35. sealed class ResultOfNotWordForCollectedAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  36. final class ResultOfProduceInvocation[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  37. final class ResultOfStartWithWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  38. final class ResultOfStartWithWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  39. final class ResultOfTaggedAsInvocationOnString extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  40. trait StringCanWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    CanVerb
  41. trait StringMustWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    MustVerb
  42. final class StringShouldWrapper extends AnyShouldWrapper[String] with org.scalatest.Matchers.StringShouldWrapperForVerb

    Permalink
    Definition Classes
    Matchers
  43. trait StringShouldWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    ShouldVerb
  44. class TheAfterWord extends AnyRef

    Permalink
    Definition Classes
    Explicitly
  45. final class TheSameInstanceAsPhrase extends AnyRef

    Permalink
    Definition Classes
    Matchers
  46. final class TheyWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  47. final class ValueWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  48. final class WordSpecStringWrapper extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  3. def !==(right: Null): TripleEqualsInvocation[Null]

    Permalink
    Definition Classes
    TripleEqualsSupport
  4. def !==[T](right: T): TripleEqualsInvocation[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  5. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  6. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to any2stringadd[JavaJournalPerfSpec] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def ->[B](y: B): (JavaJournalPerfSpec, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to ArrowAssoc[JavaJournalPerfSpec] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def <[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanComparison[T]

    Permalink
    Definition Classes
    Matchers
  9. def <=[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanOrEqualToComparison[T]

    Permalink
    Definition Classes
    Matchers
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  12. def ===(right: Null): TripleEqualsInvocation[Null]

    Permalink
    Definition Classes
    TripleEqualsSupport
  13. def ===[T](right: T): TripleEqualsInvocation[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  14. def >[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanComparison[T]

    Permalink
    Definition Classes
    Matchers
  15. def >=[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanOrEqualToComparison[T]

    Permalink
    Definition Classes
    Matchers
  16. def a[T](implicit arg0: Manifest[T]): ResultOfATypeInvocation[T]

    Permalink
    Definition Classes
    Matchers
  17. val a: AWord

    Permalink
    Definition Classes
    Matchers
  18. val actorInstanceId: Int

    Permalink
    Attributes
    protected
    Definition Classes
    PluginSpec
  19. val after: TheAfterWord

    Permalink
    Definition Classes
    Explicitly
  20. def afterAll(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PluginSpec → BeforeAndAfterAll
  21. def afterEach(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
  22. def afterWord(text: String): AfterWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  23. def alert: Alerter

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike → Alerting
  24. def all(xs: String)(implicit collecting: Collecting[Char, String]): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  25. def all[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]]): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  26. def all[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]]): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  27. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*): ResultOfAllOfApplication

    Permalink
    Definition Classes
    Matchers
  28. def an[T](implicit arg0: Manifest[T]): ResultOfAnTypeInvocation[T]

    Permalink
    Definition Classes
    Matchers
  29. val an: AnWord

    Permalink
    Definition Classes
    Matchers
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. macro def assert(condition: Boolean, clue: Any): Unit

    Permalink
    Definition Classes
    Assertions
  32. macro def assert(condition: Boolean): Unit

    Permalink
    Definition Classes
    Assertions
  33. macro def assertCompiles(code: String): Unit

    Permalink
    Definition Classes
    Assertions
  34. macro def assertDoesNotCompile(code: String): Unit

    Permalink
    Definition Classes
    Assertions
  35. def assertResult(expected: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
  36. def assertResult(expected: Any, clue: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
  37. macro def assertTypeError(code: String): Unit

    Permalink
    Definition Classes
    Assertions
  38. val assertionsHelper: AssertionsHelper

    Permalink
    Definition Classes
    Assertions
  39. macro def assume(condition: Boolean, clue: Any): Unit

    Permalink
    Definition Classes
    Assertions
  40. macro def assume(condition: Boolean): Unit

    Permalink
    Definition Classes
    Assertions
  41. def atLeast(num: Int, xs: String)(implicit collecting: Collecting[Char, String]): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  42. 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]]): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  43. def atLeast[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]]): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  44. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): ResultOfAtLeastOneOfApplication

    Permalink
    Definition Classes
    Matchers
  45. def atMost(num: Int, xs: String)(implicit collecting: Collecting[Char, String]): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  46. def atMost[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]]): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  47. def atMost[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]]): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  48. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): ResultOfAtMostOneOfApplication

    Permalink
    Definition Classes
    Matchers
  49. def awaitAssert(a: ⇒ Any, max: Duration = Duration.Undefined, interval: Duration = 100.millis): Unit

    Permalink

    Await until the given assert does not throw an exception or the timeout expires, whichever comes first.

    Await until the given assert does not throw an exception or the timeout expires, whichever comes first. If the 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
  50. def awaitCond(p: ⇒ Boolean, max: Duration = Duration.Undefined, interval: Duration = 100.millis, message: String = ""): Unit

    Permalink

    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
  51. def awaitDurationMillis: Long

    Permalink

    Override in order to customize timeouts used for expectMsg, in order to tune the awaits to your journal's perf

    Override in order to customize timeouts used for expectMsg, in order to tune the awaits to your journal's perf

    Definition Classes
    JournalPerfSpec
  52. val be: BeWord

    Permalink
    Definition Classes
    MatcherWords
  53. def beforeAll(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PluginSpec → BeforeAndAfterAll
  54. def beforeEach(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    JournalSpecPluginSpec → BeforeAndAfterEach
  55. val behave: BehaveWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  56. def benchActor(replyAfter: Int): ActorRef

    Permalink
    Definition Classes
    JournalPerfSpec
  57. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String]): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  58. 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]]): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  59. def between[E, C[_]](from: Int, upTo: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]]): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  60. def cancel(cause: Throwable): Nothing

    Permalink
    Definition Classes
    Assertions
  61. def cancel(message: String, cause: Throwable): Nothing

    Permalink
    Definition Classes
    Assertions
  62. def cancel(message: String): Nothing

    Permalink
    Definition Classes
    Assertions
  63. def cancel(): Nothing

    Permalink
    Definition Classes
    Assertions
  64. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. val compile: CompileWord

    Permalink
    Definition Classes
    MatcherWords
  66. val config: Config

    Permalink
    Definition Classes
    PluginSpec
  67. val contain: ContainWord

    Permalink
    Definition Classes
    MatcherWords
  68. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  69. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  70. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  71. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  72. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  73. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]

    Permalink
    Definition Classes
    Tolerance
  74. implicit def convertSymbolToHavePropertyMatcherGenerator(symbol: Symbol): HavePropertyMatcherGenerator

    Permalink
    Definition Classes
    Matchers
  75. implicit def convertToAnyShouldWrapper[T](o: T): AnyShouldWrapper[T]

    Permalink
    Definition Classes
    Matchers
  76. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  77. implicit def convertToEqualizer[T](left: T): Equalizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  78. def convertToLegacyCheckingEqualizer[T](left: T): LegacyCheckingEqualizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  79. def convertToLegacyEqualizer[T](left: T): LegacyEqualizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  80. implicit def convertToRegexWrapper(o: Regex): RegexWrapper

    Permalink
    Definition Classes
    Matchers
  81. implicit def convertToStringCanWrapper(o: String): StringCanWrapperForVerb

    Permalink
    Definition Classes
    CanVerb
  82. implicit def convertToStringMustWrapper(o: String): StringMustWrapperForVerb

    Permalink
    Definition Classes
    MustVerb
  83. implicit def convertToStringShouldWrapper(o: String): StringShouldWrapper

    Permalink
    Definition Classes
    Matchers → ShouldVerb
  84. implicit def convertToWordSpecStringWrapper(s: String): WordSpecStringWrapper

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  85. val decided: DecidedWord

    Permalink
    Definition Classes
    Explicitly
  86. def defaultEquality[A]: Equality[A]

    Permalink
    Definition Classes
    TripleEqualsSupport
  87. val defined: DefinedWord

    Permalink
    Definition Classes
    MatcherWords
  88. def definedAt[T](right: T): ResultOfDefinedAt[T]

    Permalink
    Definition Classes
    Matchers
  89. val determined: DeterminedWord

    Permalink
    Definition Classes
    Explicitly
  90. val empty: EmptyWord

    Permalink
    Definition Classes
    MatcherWords
  91. val endWith: EndWithWord

    Permalink
    Definition Classes
    MatcherWords
  92. def ensuring(cond: (JavaJournalPerfSpec) ⇒ Boolean, msg: ⇒ Any): JavaJournalPerfSpec

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to Ensuring[JavaJournalPerfSpec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  93. def ensuring(cond: (JavaJournalPerfSpec) ⇒ Boolean): JavaJournalPerfSpec

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to Ensuring[JavaJournalPerfSpec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  94. def ensuring(cond: Boolean, msg: ⇒ Any): JavaJournalPerfSpec

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to Ensuring[JavaJournalPerfSpec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  95. def ensuring(cond: Boolean): JavaJournalPerfSpec

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to Ensuring[JavaJournalPerfSpec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  96. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  97. def equal(o: Null): Matcher[AnyRef]

    Permalink
    Definition Classes
    Matchers
  98. def equal[T](spread: Spread[T]): Matcher[T]

    Permalink
    Definition Classes
    Matchers
  99. def equal(right: Any): MatcherFactory1[Any, Equality]

    Permalink
    Definition Classes
    MatcherWords
  100. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  101. def eventsCount: Int

    Permalink

    Number of messages sent to the PersistentActor under test for each test iteration

    Number of messages sent to the PersistentActor under test for each test iteration

    Definition Classes
    JournalPerfSpec
  102. def every(xs: String)(implicit collecting: Collecting[Char, String]): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  103. def every[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]]): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  104. def every[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]]): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  105. def exactly(num: Int, xs: String)(implicit collecting: Collecting[Char, String]): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  106. 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]]): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  107. def exactly[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]]): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  108. final def execute: Unit

    Permalink
    Definition Classes
    Suite
  109. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit

    Permalink
    Definition Classes
    Suite
  110. val exist: ExistWord

    Permalink
    Definition Classes
    MatcherWords
  111. def expectMsg[T](max: FiniteDuration, hint: String, obj: T): T

    Permalink

    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
  112. def expectMsg[T](max: FiniteDuration, obj: T): T

    Permalink

    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
  113. def expectMsg[T](obj: T): T

    Permalink

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

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

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

    Permalink

    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
  115. def expectMsgAllClassOf[T](obj: Class[_ <: T]*): Seq[T]

    Permalink

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

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

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

    Permalink

    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
  117. def expectMsgAllConformingOf[T](obj: Class[_ <: T]*): Seq[T]

    Permalink

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

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

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

    Permalink

    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
  119. def expectMsgAllOf[T](obj: T*): Seq[T]

    Permalink

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

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

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

    Permalink

    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
  121. def expectMsgAnyClassOf[C](obj: Class[_ <: C]*): C

    Permalink

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

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

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

    Permalink

    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
  123. def expectMsgAnyOf[T](obj: T*): T

    Permalink

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

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

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

    Permalink

    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
  125. def expectMsgClass[C](c: Class[C]): C

    Permalink

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

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

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

    Permalink

    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
  127. def expectMsgType[T](max: FiniteDuration)(implicit t: ClassTag[T]): T

    Permalink

    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
  128. def expectMsgType[T](implicit t: ClassTag[T]): T

    Permalink

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

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

    Definition Classes
    TestKitBase
  129. def expectNoMsg(max: FiniteDuration): Unit

    Permalink

    Assert that no message is received for the specified time.

    Assert that no message is received for the specified time.

    Definition Classes
    TestKitBase
  130. def expectNoMsg(): Unit

    Permalink

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

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

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

    Permalink

    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. Wait time is bounded by the given duration, with an AssertionFailure being thrown in case of timeout.

    returns

    the received Terminated message

    Definition Classes
    TestKitBase
  132. def expectedTestCount(filter: Filter): Int

    Permalink
    Definition Classes
    Suite → AbstractSuite
  133. def extension: Persistence

    Permalink
    Definition Classes
    PluginSpec
  134. def fail(cause: Throwable): Nothing

    Permalink
    Definition Classes
    Assertions
  135. def fail(message: String, cause: Throwable): Nothing

    Permalink
    Definition Classes
    Assertions
  136. def fail(message: String): Nothing

    Permalink
    Definition Classes
    Assertions
  137. def fail(): Nothing

    Permalink
    Definition Classes
    Assertions
  138. def feedAndExpectLast(actor: ActorRef, mode: String, cmnds: Seq[Int]): Unit

    Permalink
    Definition Classes
    JournalPerfSpec
  139. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  140. def fishForMessage(max: Duration = Duration.Undefined, hint: String = "")(f: PartialFunction[Any, Boolean]): Any

    Permalink

    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
  141. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to StringFormat[JavaJournalPerfSpec] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  142. val fullyMatch: FullyMatchWord

    Permalink
    Definition Classes
    MatcherWords
  143. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  144. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  145. val have: HaveWord

    Permalink
    Definition Classes
    MatcherWords
  146. def ignoreMsg(f: PartialFunction[Any, Boolean]): Unit

    Permalink

    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
  147. def ignoreNoMsg(): Unit

    Permalink

    Stop ignoring messages in the test actor.

    Stop ignoring messages in the test actor.

    Definition Classes
    TestKitBase
  148. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*): ResultOfInOrderApplication

    Permalink
    Definition Classes
    Matchers
  149. def inOrderOnly[T](firstEle: Any, secondEle: Any, remainingEles: Any*): ResultOfInOrderOnlyApplication

    Permalink
    Definition Classes
    Matchers
  150. val include: IncludeWord

    Permalink
    Definition Classes
    MatcherWords
  151. def info: Informer

    Permalink
    Attributes
    protected
    Definition Classes
    JavaJournalPerfSpec → WordSpecLike → Informing
  152. def intercept[T <: AnyRef](f: ⇒ Any)(implicit manifest: Manifest[T]): T

    Permalink
    Definition Classes
    Assertions
  153. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean

    Permalink
    Definition Classes
    BeforeAndAfterAll
  154. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  155. val it: ItWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  156. def journal: ActorRef

    Permalink
    Definition Classes
    JournalSpec
  157. val key: KeyWord

    Permalink
    Definition Classes
    Matchers
  158. def lastSender: ActorRef

    Permalink
    Definition Classes
    TestKitBase
  159. val leftSideValue: JavaJournalPerfSpec

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  160. val length: LengthWord

    Permalink
    Definition Classes
    MatcherWords
  161. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  162. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  163. def markup: Documenter

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike → Documenting
  164. val matchPattern: MatchPatternWord

    Permalink
    Definition Classes
    MatcherWords
  165. def measure(msg: (Duration) ⇒ String)(block: ⇒ Unit): Unit

    Permalink

    Executes a block of code multiple times (no warm-up)

    Executes a block of code multiple times (no warm-up)

    Definition Classes
    JournalPerfSpec
  166. def measurementIterations: Int

    Permalink

    Number of measurement iterations each test will be run.

    Number of measurement iterations each test will be run.

    Definition Classes
    JournalPerfSpec
  167. def message(expectedMessage: String): ResultOfMessageWordApplication

    Permalink
    Definition Classes
    Matchers
  168. def msgAvailable: Boolean

    Permalink

    Query queue status.

    Query queue status.

    Definition Classes
    TestKitBase
  169. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  170. def nestedSuites: IndexedSeq[Suite]

    Permalink
    Definition Classes
    Suite → AbstractSuite
  171. def no(xs: String)(implicit collecting: Collecting[Char, String]): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  172. def no[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]]): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  173. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]]): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  174. val noException: NoExceptionWord

    Permalink
    Definition Classes
    MatcherWords
  175. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): ResultOfNoneOfApplication

    Permalink
    Definition Classes
    Matchers
  176. val not: NotWord

    Permalink
    Definition Classes
    MatcherWords
  177. def note: Notifier

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike → Notifying
  178. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  179. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  180. def now: FiniteDuration

    Permalink

    Obtain current time (System.nanoTime) as Duration.

    Obtain current time (System.nanoTime) as Duration.

    Definition Classes
    TestKitBase
  181. def of[T](implicit ev: Manifest[T]): ResultOfOfTypeInvocation[T]

    Permalink
    Definition Classes
    Matchers
  182. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*): ResultOfOneOfApplication

    Permalink
    Definition Classes
    Matchers
  183. def only(xs: Any*): ResultOfOnlyApplication

    Permalink
    Definition Classes
    Matchers
  184. def pending: PendingNothing

    Permalink
    Definition Classes
    Suite
  185. def pendingUntilFixed(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Suite
  186. def pid: String

    Permalink
    Definition Classes
    PluginSpec
  187. def produce[T](implicit arg0: Manifest[T]): ResultOfProduceInvocation[T]

    Permalink
    Definition Classes
    Matchers
  188. val readable: ReadableWord

    Permalink
    Definition Classes
    MatcherWords
  189. def receiveN(n: Int, max: FiniteDuration): Seq[AnyRef]

    Permalink

    Receive N messages in a row before the given deadline.

    Receive N messages in a row before the given deadline.

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

    Permalink

    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
  191. def receiveOne(max: Duration): AnyRef

    Permalink

    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
  192. def receiveWhile[T](max: Duration = Duration.Undefined, idle: Duration = Duration.Inf, messages: Int = Int.MaxValue)(f: PartialFunction[AnyRef, T]): Seq[T]

    Permalink

    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
  193. val regex: RegexWord

    Permalink
    Definition Classes
    Matchers
  194. final def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ⇒ Unit): Unit

    Permalink
    Definition Classes
    WordSpecLike → TestRegistration
  195. final def registerTest(testText: String, testTags: Tag*)(testFun: ⇒ Unit): Unit

    Permalink
    Definition Classes
    WordSpecLike → TestRegistration
  196. def remaining: FiniteDuration

    Permalink

    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
  197. def remainingOr(duration: FiniteDuration): FiniteDuration

    Permalink

    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
  198. def remainingOrDefault: FiniteDuration

    Permalink

    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
  199. def replayedMessage(snr: Long, deleted: Boolean = false, confirms: Seq[String] = Nil): ReplayedMessage

    Permalink
    Definition Classes
    JournalSpec
  200. def rerunner: Option[String]

    Permalink
    Definition Classes
    Suite → AbstractSuite
  201. def run(testName: Option[String], args: Args): Status

    Permalink
    Definition Classes
    BeforeAndAfterAll → SuiteMixin
  202. final def run(testName: Option[String], reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Status

    Permalink
    Definition Classes
    AbstractSuite
  203. def runNestedSuites(args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite
  204. def runTest(testName: String, args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach → SuiteMixin
  205. def runTests(testName: Option[String], args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike → Suite → AbstractSuite
  206. def setAutoPilot(pilot: AutoPilot): Unit

    Permalink

    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
  207. def should(endWithWord: EndWithWord)(implicit ev: <:<[JavaJournalPerfSpec, String]): org.scalatest.Matchers.ResultOfEndWithWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  208. def should(startWithWord: StartWithWord)(implicit ev: <:<[JavaJournalPerfSpec, String]): org.scalatest.Matchers.ResultOfStartWithWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  209. def should(includeWord: IncludeWord)(implicit ev: <:<[JavaJournalPerfSpec, String]): org.scalatest.Matchers.ResultOfIncludeWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  210. def should(notExist: ResultOfNotExist)(implicit existence: Existence[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  211. def should(existWord: ExistWord)(implicit existence: Existence[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  212. def should(containWord: ContainWord): ResultOfContainWord[JavaJournalPerfSpec]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  213. def should(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[JavaJournalPerfSpec]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  214. def should(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[JavaJournalPerfSpec]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  215. def should(inv: TripleEqualsInvocationOnSpread[JavaJournalPerfSpec])(implicit ev: Numeric[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  216. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: Constraint[JavaJournalPerfSpec, U]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  217. def should(notWord: NotWord): ResultOfNotWordForAny[JavaJournalPerfSpec]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  218. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[JavaJournalPerfSpec, TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[JavaJournalPerfSpec], typeClass2: TYPECLASS2[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  219. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[JavaJournalPerfSpec, TYPECLASS1])(implicit typeClass1: TYPECLASS1[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  220. def should(rightMatcherX1: Matcher[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  221. def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  222. def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  223. def shouldBe(bePropertyMatcher: BePropertyMatcher[JavaJournalPerfSpec])(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  224. def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[JavaJournalPerfSpec, AnyRef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  225. def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[JavaJournalPerfSpec, AnyRef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  226. def shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[JavaJournalPerfSpec, AnyRef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  227. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[JavaJournalPerfSpec, AnyRef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  228. def shouldBe(right: Null)(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  229. def shouldBe(right: DefinedWord)(implicit definition: Definition[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  230. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  231. def shouldBe(right: WritableWord)(implicit writability: Writability[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  232. def shouldBe(right: ReadableWord)(implicit readability: Readability[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  233. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  234. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  235. def shouldBe(right: SortedWord)(implicit sortable: Sortable[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  236. def shouldBe(spread: Spread[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  237. def shouldBe(beMatcher: BeMatcher[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  238. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  239. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  240. def shouldBe(comparison: ResultOfGreaterThanComparison[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  241. def shouldBe(comparison: ResultOfLessThanComparison[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  242. def shouldBe(right: Any): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  243. def shouldEqual(right: Null)(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  244. def shouldEqual(spread: Spread[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  245. def shouldEqual(right: Any)(implicit equality: Equality[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  246. def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[JavaJournalPerfSpec, String]): org.scalatest.Matchers.ResultOfIncludeWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  247. def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[JavaJournalPerfSpec, String]): org.scalatest.Matchers.ResultOfEndWithWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  248. def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[JavaJournalPerfSpec, String]): org.scalatest.Matchers.ResultOfStartWithWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  249. def shouldNot(existWord: ExistWord)(implicit existence: Existence[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  250. def shouldNot(contain: ContainWord): ResultOfContainWord[JavaJournalPerfSpec]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  251. def shouldNot(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[JavaJournalPerfSpec]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  252. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[JavaJournalPerfSpec, TYPECLASS1])(implicit typeClass1: TYPECLASS1[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  253. def shouldNot(rightMatcherX1: Matcher[JavaJournalPerfSpec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  254. def shouldNot(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[JavaJournalPerfSpec]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  255. def shutdown(actorSystem: ActorSystem = system, duration: Duration = 5.seconds.dilated.min(10.seconds), verifySystemShutdown: Boolean = false): Unit

    Permalink

    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
  256. val size: SizeWord

    Permalink
    Definition Classes
    MatcherWords
  257. val sorted: SortedWord

    Permalink
    Definition Classes
    MatcherWords
  258. val startWith: StartWithWord

    Permalink
    Definition Classes
    MatcherWords
  259. final val styleName: String

    Permalink
    Definition Classes
    WordSpecLike → Suite → AbstractSuite
  260. implicit val subjectRegistrationFunction: StringVerbBlockRegistration

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  261. implicit val subjectWithAfterWordRegistrationFunction: (String, String, ResultOfAfterWordApplication) ⇒ Unit

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  262. def subscribe[T](subscriber: ActorRef)(implicit arg0: ClassTag[T]): Boolean

    Permalink
    Definition Classes
    PluginSpec
  263. def suiteId: String

    Permalink
    Definition Classes
    Suite
  264. def suiteName: String

    Permalink
    Definition Classes
    Suite
  265. def supportsAtomicPersistAllOfSeveralEvents: Boolean

    Permalink

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

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

    Definition Classes
    JournalSpec
  266. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  267. implicit lazy val system: ActorSystem

    Permalink
    Definition Classes
    JournalSpecTestKitBase
  268. def tags: Map[String, Set[String]]

    Permalink
    Definition Classes
    WordSpecLike → Suite → AbstractSuite
  269. val testActor: ActorRef

    Permalink

    ActorRef of the test actor.

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

    Definition Classes
    TestKitBase
  270. def testActorName: String

    Permalink

    Defines the testActor name.

    Defines the testActor name.

    Attributes
    protected
    Definition Classes
    TestKitBase
  271. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData

    Permalink
    Definition Classes
    WordSpecLike → Suite
  272. val testKitSettings: TestKitSettings

    Permalink
    Definition Classes
    TestKitBase
  273. def testNames: Set[String]

    Permalink
    Definition Classes
    WordSpecLike → Suite → AbstractSuite
  274. def the[T](implicit arg0: Manifest[T]): ResultOfTheTypeInvocation[T]

    Permalink
    Definition Classes
    Matchers
  275. def theSameElementsAs(xs: GenTraversable[_]): ResultOfTheSameElementsAsApplication

    Permalink
    Definition Classes
    Matchers
  276. def theSameElementsInOrderAs(xs: GenTraversable[_]): ResultOfTheSameElementsInOrderAsApplication

    Permalink
    Definition Classes
    Matchers
  277. val theSameInstanceAs: TheSameInstanceAsPhrase

    Permalink
    Definition Classes
    Matchers
  278. val they: TheyWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  279. def thrownBy(fun: ⇒ Any): ResultOfThrownByApplication

    Permalink
    Definition Classes
    Matchers
  280. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  281. def trap[T](f: ⇒ T): Throwable

    Permalink
    Definition Classes
    Assertions
  282. val typeCheck: TypeCheckWord

    Permalink
    Definition Classes
    MatcherWords
  283. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  284. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  285. def unwatch(ref: ActorRef): ActorRef

    Permalink

    Have the testActor stop watching someone (i.e.

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

    Definition Classes
    TestKitBase
  286. val value: ValueWord

    Permalink
    Definition Classes
    Matchers
  287. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  288. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  289. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  290. def watch(ref: ActorRef): ActorRef

    Permalink

    Have the testActor watch someone (i.e.

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

    Definition Classes
    TestKitBase
  291. def withClue[T](clue: Any)(fun: ⇒ T): T

    Permalink
    Definition Classes
    Assertions
  292. def withFixture(test: NoArgTest): Outcome

    Permalink
    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite
  293. def within[T](max: FiniteDuration)(f: ⇒ T): T

    Permalink

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

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

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

    Permalink

    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
  295. val writable: WritableWord

    Permalink
    Definition Classes
    MatcherWords
  296. def writeMessages(fromSnr: Int, toSnr: Int, pid: String, sender: ActorRef, writerUuid: String): Unit

    Permalink
    Definition Classes
    JournalSpec
  297. def writerUuid: String

    Permalink
    Definition Classes
    PluginSpec
  298. def [B](y: B): (JavaJournalPerfSpec, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to ArrowAssoc[JavaJournalPerfSpec] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec]).!==(spread)
    Definition Classes
    Equalizer
  3. def !==(rightSide: Any)(implicit equality: Equality[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec]).!==(literalNull)
    Definition Classes
    Equalizer
  5. def !==(spread: Spread[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec]).!==(spread)
    Definition Classes
    Equalizer
  6. def !==(rightSide: Any)(implicit equality: Equality[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  7. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec]).!==(literalNull)
    Definition Classes
    Equalizer
  8. def !==(spread: Spread[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec]).!==(spread)
    Definition Classes
    Equalizer
  9. def !==(rightSide: Any)(implicit equality: Equality[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  10. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec]).===(literalNull)
    Definition Classes
    Equalizer
  11. def ===(spread: Spread[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec]).===(spread)
    Definition Classes
    Equalizer
  12. def ===(rightSide: Any)(implicit equality: Equality[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  13. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec]).===(literalNull)
    Definition Classes
    Equalizer
  14. def ===(spread: Spread[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec]).===(spread)
    Definition Classes
    Equalizer
  15. def ===(rightSide: Any)(implicit equality: Equality[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  16. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec]).===(literalNull)
    Definition Classes
    Equalizer
  17. def ===(spread: Spread[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec]).===(spread)
    Definition Classes
    Equalizer
  18. def ===(rightSide: Any)(implicit equality: Equality[JavaJournalPerfSpec]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  19. val leftSide: JavaJournalPerfSpec

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec]).leftSide
    Definition Classes
    Equalizer
  20. val leftSide: JavaJournalPerfSpec

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec]).leftSide
    Definition Classes
    Equalizer
  21. val leftSide: JavaJournalPerfSpec

    Permalink
    Implicit information
    This member is added by an implicit conversion from JavaJournalPerfSpec to org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec] 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:
    (javaJournalPerfSpec: org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec]).leftSide
    Definition Classes
    Equalizer

Deprecated Value Members

  1. def afterAll(configMap: ConfigMap): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
    Annotations
    @deprecated
    Deprecated

    Please use the afterAll(ConfigMap) method of trait BeforeAndAfterAllConfigMap instead.

  2. def afterEach(testData: TestData): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
    Annotations
    @deprecated
    Deprecated

    Please use the afterEach(TestData) method of trait BeforeAndAfterEachTestData instead.

  3. def afterEach(configMap: ConfigMap): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
    Annotations
    @deprecated
    Deprecated

    Please use the afterEach(TestData) method of trait BeforeAndAfterEachTestData instead.

  4. def assert(o: Option[String]): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  5. def assert(o: Option[String], clue: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  6. def assume(o: Option[String]): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  7. def assume(o: Option[String], clue: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  8. def beforeAll(configMap: ConfigMap): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
    Annotations
    @deprecated
    Deprecated

    Please use the beforeAll(ConfigMap) method of trait BeforeAndAfterAllConfigMap instead.

  9. def beforeEach(testData: TestData): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
    Annotations
    @deprecated
    Deprecated

    Please use the beforeEach(TestData) method of trait BeforeAndAfterEachTestData instead.

  10. def beforeEach(configMap: ConfigMap): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
    Annotations
    @deprecated
    Deprecated

    Please use the beforeEach(TestData) method of trait BeforeAndAfterEachTestData instead.

  11. def evaluating(fun: ⇒ Any): ResultOfEvaluatingApplication

    Permalink
    Definition Classes
    Matchers
    Annotations
    @deprecated
    Deprecated

    Please use 'an [Exception] should be thrownBy { ... }' syntax instead

  12. def expect(expected: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.

  13. def expect(expected: Any, clue: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.

  14. def expectResult(expected: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.

  15. def expectResult(expected: Any, clue: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.

Inherited from JournalPerfSpec

Inherited from JournalSpec

Inherited from PluginSpec

Inherited from BeforeAndAfterEach

Inherited from BeforeAndAfterAll

Inherited from SuiteMixin

Inherited from Matchers

Inherited from Explicitly

Inherited from MatcherWords

Inherited from Tolerance

Inherited from WordSpecLike

Inherited from Documenting

Inherited from Alerting

Inherited from Notifying

Inherited from Informing

Inherited from CanVerb

Inherited from MustVerb

Inherited from ShouldVerb

Inherited from TestRegistration

Inherited from Suite

Inherited from Serializable

Inherited from AbstractSuite

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from TestKitBase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion convertToEqualizer from JavaJournalPerfSpec to org.scalatest.Assertions.Equalizer[JavaJournalPerfSpec]

Inherited by implicit conversion convertToEqualizer from JavaJournalPerfSpec to org.scalactic.TripleEquals.Equalizer[JavaJournalPerfSpec]

Inherited by implicit conversion convertToAnyShouldWrapper from JavaJournalPerfSpec to org.scalatest.Matchers.AnyShouldWrapper[JavaJournalPerfSpec]

Inherited by implicit conversion convertToEqualizer from JavaJournalPerfSpec to org.scalatest.Matchers.Equalizer[JavaJournalPerfSpec]

Inherited by implicit conversion any2stringadd from JavaJournalPerfSpec to any2stringadd[JavaJournalPerfSpec]

Inherited by implicit conversion StringFormat from JavaJournalPerfSpec to StringFormat[JavaJournalPerfSpec]

Inherited by implicit conversion Ensuring from JavaJournalPerfSpec to Ensuring[JavaJournalPerfSpec]

Inherited by implicit conversion ArrowAssoc from JavaJournalPerfSpec to ArrowAssoc[JavaJournalPerfSpec]

Ungrouped