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

Source
JavaJournalPerfSpec.scala
See also

akka.persistence.journal.JournalPerfSpec

akka.persistence.journal.JournalSpec

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaJournalPerfSpec
  2. JournalPerfSpec
  3. JournalSpec
  4. JournalCapabilityFlags
  5. CapabilityFlags
  6. OptionalTests
  7. MayVerb
  8. PluginSpec
  9. BeforeAndAfterEach
  10. BeforeAndAfterAll
  11. SuiteMixin
  12. Matchers
  13. Explicitly
  14. MatcherWords
  15. Tolerance
  16. WordSpecLike
  17. Documenting
  18. Alerting
  19. Notifying
  20. Informing
  21. CanVerb
  22. MustVerb
  23. ShouldVerb
  24. TestRegistration
  25. TestSuite
  26. Suite
  27. Serializable
  28. Serializable
  29. Assertions
  30. TripleEquals
  31. TripleEqualsSupport
  32. TestKitBase
  33. AnyRef
  34. 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. trait NoArgTest extends () ⇒ Outcome with TestData

    Permalink
    Attributes
    protected
    Definition Classes
    TestSuite
  16. final class PlusOrMinusWrapper[T] extends AnyRef

    Permalink
    Definition Classes
    Tolerance
  17. final class RegexWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  18. final class RegexWrapper extends AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    Matchers
  24. final class ResultOfEndWithWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  25. final class ResultOfEndWithWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  26. final class ResultOfFullyMatchWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  27. final class ResultOfFullyMatchWordForString extends AnyRef

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

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

    Permalink
    Definition Classes
    Matchers
  30. final class ResultOfIncludeWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  31. final class ResultOfIncludeWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  32. final class ResultOfNotWordForCollectedAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  33. final class ResultOfStartWithWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  34. final class ResultOfStartWithWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  35. final class ResultOfTaggedAsInvocationOnString extends AnyRef

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

    Permalink
    Definition Classes
    CanVerb
  37. trait StringMayWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    MayVerb
  38. trait StringMustWrapperForVerb extends AnyRef

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

    Permalink
    Definition Classes
    Matchers
  40. trait StringShouldWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    ShouldVerb
  41. class TheAfterWord extends AnyRef

    Permalink
    Definition Classes
    Explicitly
  42. final class TheSameInstanceAsPhrase extends AnyRef

    Permalink
    Definition Classes
    Matchers
  43. final class TheyWord extends AnyRef

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

    Permalink
    Definition Classes
    Matchers
  45. 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: ClassTag[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], prettifier: Prettifier, pos: Position): 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]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  26. def all[K, V, MAP[k, v] <: GenMap[k, v]](xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]

    Permalink
    Definition Classes
    Matchers
  27. def all[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  28. def allElementsOf[R](elements: GenTraversable[R]): ResultOfAllElementsOfApplication

    Permalink
    Definition Classes
    Matchers
  29. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAllOfApplication

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

    Permalink
    Definition Classes
    Matchers
  31. val an: AnWord

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

    Permalink
    Definition Classes
    Any
  33. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  34. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  35. macro def assertCompiles(code: String)(implicit pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  36. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  37. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  38. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  39. def assertThrows[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  40. macro def assertTypeError(code: String)(implicit pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  41. val assertionsHelper: AssertionsHelper

    Permalink
    Definition Classes
    Assertions
  42. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  43. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  44. def atLeast(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  45. def atLeast[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  46. def atLeast[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]

    Permalink
    Definition Classes
    Matchers
  47. def atLeast[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  48. def atLeastOneElementOf(elements: GenTraversable[Any]): ResultOfAtLeastOneElementOfApplication

    Permalink
    Definition Classes
    Matchers
  49. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtLeastOneOfApplication

    Permalink
    Definition Classes
    Matchers
  50. def atMost(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

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

    Permalink
    Definition Classes
    Matchers
  52. def atMost[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]

    Permalink
    Definition Classes
    Matchers
  53. def atMost[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  54. def atMostOneElementOf[R](elements: GenTraversable[R]): ResultOfAtMostOneElementOfApplication

    Permalink
    Definition Classes
    Matchers
  55. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtMostOneOfApplication

    Permalink
    Definition Classes
    Matchers
  56. def awaitAssert[A](a: ⇒ A, max: Duration, interval: Duration): A

    Permalink
    Definition Classes
    TestKitBase
  57. def awaitCond(p: ⇒ Boolean, max: Duration, interval: Duration, message: String): Unit

    Permalink
    Definition Classes
    TestKitBase
  58. 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
  59. val be: BeWord

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

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

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

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

    Permalink
    Definition Classes
    JournalPerfSpec
  64. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  65. def between[K, V, JMAP[k, v] <: Map[k, v]](from: Int, upTo: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

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

    Permalink
    Definition Classes
    Matchers
  67. def cancel(cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  68. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  69. def cancel(message: String)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  70. def cancel()(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  71. def childActorOf(props: Props): ActorRef

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  75. def clone(): AnyRef

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

    Permalink
    Definition Classes
    MatcherWords
  77. val config: Config

    Permalink
    Definition Classes
    PluginSpec
  78. val contain: ContainWord

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

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

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

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

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

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

    Permalink
    Definition Classes
    Tolerance
  85. implicit def convertSymbolToHavePropertyMatcherGenerator(symbol: Symbol)(implicit prettifier: Prettifier, pos: Position): HavePropertyMatcherGenerator

    Permalink
    Definition Classes
    Matchers
  86. implicit def convertToAnyShouldWrapper[T](o: T)(implicit pos: Position, prettifier: Prettifier): AnyShouldWrapper[T]

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

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

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

    Permalink
    Definition Classes
    Matchers
  90. implicit def convertToStringCanWrapper(o: String)(implicit position: Position): StringCanWrapperForVerb

    Permalink
    Definition Classes
    CanVerb
  91. implicit def convertToStringMayWrapper(o: String): StringMayWrapperForVerb

    Permalink

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

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

    Definition Classes
    MayVerb
  92. implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): StringMustWrapperForVerb

    Permalink
    Definition Classes
    MustVerb
  93. implicit def convertToStringShouldWrapper(o: String)(implicit pos: Position, prettifier: Prettifier): StringShouldWrapper

    Permalink
    Definition Classes
    Matchers
  94. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb

    Permalink
    Definition Classes
    ShouldVerb
  95. implicit def convertToWordSpecStringWrapper(s: String): WordSpecStringWrapper

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

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

    Permalink
    Definition Classes
    TripleEqualsSupport
  98. val defined: DefinedWord

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

    Permalink
    Definition Classes
    Matchers
  100. val determined: DeterminedWord

    Permalink
    Definition Classes
    Explicitly
  101. val empty: EmptyWord

    Permalink
    Definition Classes
    MatcherWords
  102. val endWith: EndWithWord

    Permalink
    Definition Classes
    MatcherWords
  103. 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
  104. 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
  105. 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
  106. 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
  107. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  112. 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
  113. def every(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

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

    Permalink
    Definition Classes
    Matchers
  115. def every[K, V, MAP[k, v] <: Map[k, v]](xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]

    Permalink
    Definition Classes
    Matchers
  116. def every[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  117. def exactly(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  118. def exactly[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  119. def exactly[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]

    Permalink
    Definition Classes
    Matchers
  120. def exactly[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

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

    Permalink
    Definition Classes
    Suite
  122. val exist: ExistWord

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  138. def expectMsgPF[T](max: Duration, hint: String)(f: PartialFunction[Any, T]): T

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

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

    Permalink
    Definition Classes
    TestKitBase
  141. def expectNoMessage(): Unit

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

    Permalink
    Definition Classes
    TestKitBase
  143. def expectTerminated(target: ActorRef, max: Duration): Terminated

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

    Permalink
    Definition Classes
    Suite
  145. def extension: Persistence

    Permalink
    Definition Classes
    PluginSpec
  146. def fail(cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  147. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  148. def fail(message: String)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  149. def fail()(implicit pos: Position): Nothing

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  153. def fishForSpecificMessage[T](max: Duration, hint: String)(f: PartialFunction[Any, T]): T

    Permalink
    Definition Classes
    TestKitBase
  154. 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()
  155. val fullyMatch: FullyMatchWord

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  160. def ignoreNoMsg(): Unit

    Permalink
    Definition Classes
    TestKitBase
  161. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderApplication

    Permalink
    Definition Classes
    Matchers
  162. def inOrderElementsOf[R](elements: GenTraversable[R]): ResultOfInOrderElementsOfApplication

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

    Permalink
    Definition Classes
    Matchers
  164. val include: IncludeWord

    Permalink
    Definition Classes
    MatcherWords
  165. def info: Informer

    Permalink
    Attributes
    protected
    Definition Classes
    JavaJournalPerfSpec → WordSpecLike → Informing
  166. def intercept[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): T

    Permalink
    Definition Classes
    Assertions
  167. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean

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

    Permalink
    Definition Classes
    Any
  169. val it: ItWord

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

    Permalink
    Definition Classes
    JournalSpec
  171. val key: KeyWord

    Permalink
    Definition Classes
    Matchers
  172. def lastSender: ActorRef

    Permalink
    Definition Classes
    TestKitBase
  173. 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
  174. val length: LengthWord

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

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

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

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

    Permalink
    Definition Classes
    MatcherWords
  179. def mayVerbStacktraceContextFrames: Int

    Permalink

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

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

    Defaults to 3. Must be geater than 0.

    Definition Classes
    MayVerb
  180. 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
  181. 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
  182. def message(expectedMessage: String): ResultOfMessageWordApplication

    Permalink
    Definition Classes
    Matchers
  183. def msgAvailable: Boolean

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

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

    Permalink
    Definition Classes
    Suite
  186. def no(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

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

    Permalink
    Definition Classes
    Matchers
  188. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  189. def noElementsOf(elements: GenTraversable[Any]): ResultOfNoElementsOfApplication

    Permalink
    Definition Classes
    Matchers
  190. def noException(implicit pos: Position): NoExceptionWord

    Permalink
    Definition Classes
    MatcherWords
  191. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfNoneOfApplication

    Permalink
    Definition Classes
    Matchers
  192. val not: NotWord

    Permalink
    Definition Classes
    MatcherWords
  193. def note: Notifier

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

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

    Permalink
    Definition Classes
    AnyRef
  196. def now: FiniteDuration

    Permalink
    Definition Classes
    TestKitBase
  197. def of[T](implicit ev: ClassTag[T]): ResultOfOfTypeInvocation[T]

    Permalink
    Definition Classes
    Matchers
  198. def oneElementOf(elements: GenTraversable[Any]): ResultOfOneElementOfApplication

    Permalink
    Definition Classes
    Matchers
  199. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfOneOfApplication

    Permalink
    Definition Classes
    Matchers
  200. def only(xs: Any*)(implicit pos: Position): ResultOfOnlyApplication

    Permalink
    Definition Classes
    Matchers
  201. def optional(flag: CapabilityFlag)(test: ⇒ Unit): Unit

    Permalink
    Definition Classes
    OptionalTests
  202. def optional(whenSkippedMessage: String)(body: ⇒ Unit): Unit

    Permalink
    Definition Classes
    MayVerb
  203. def pending: Assertion with PendingStatement

    Permalink
    Definition Classes
    Assertions
  204. def pendingUntilFixed(f: ⇒ Unit)(implicit pos: Position): Assertion with PendingStatement

    Permalink
    Definition Classes
    Assertions
  205. def pid: String

    Permalink
    Definition Classes
    PluginSpec
  206. val pos: Position

    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
  207. def preparePersistenceId(pid: String): Unit

    Permalink

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

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

    Definition Classes
    JournalSpec
  208. val prettifier: Prettifier

    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. val readable: ReadableWord

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  213. def receiveWhile[T](max: Duration, idle: Duration, messages: Int)(f: PartialFunction[AnyRef, T]): Seq[T]

    Permalink
    Definition Classes
    TestKitBase
  214. val regex: RegexWord

    Permalink
    Definition Classes
    Matchers
  215. final def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit

    Permalink
    Definition Classes
    WordSpecLike → TestRegistration
  216. final def registerTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit

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

    Permalink
    Definition Classes
    TestKitBase
  218. def remainingOr(duration: FiniteDuration): FiniteDuration

    Permalink
    Definition Classes
    TestKitBase
  219. def remainingOrDefault: FiniteDuration

    Permalink
    Definition Classes
    TestKitBase
  220. def replayedMessage(snr: Long, deleted: Boolean = false, confirms: Seq[String] = Nil): ReplayedMessage

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

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

    Permalink
    Definition Classes
    BeforeAndAfterAll → SuiteMixin
  223. def runNestedSuites(args: Args): Status

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  227. 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
  228. 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
  229. 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
  230. def should(notExist: ResultOfNotExist)(implicit existence: Existence[JavaJournalPerfSpec]): Assertion

    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 should(existWord: ExistWord)(implicit existence: Existence[JavaJournalPerfSpec]): Assertion

    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 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
  233. 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
  234. 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
  235. def should(inv: TripleEqualsInvocationOnSpread[JavaJournalPerfSpec])(implicit ev: Numeric[JavaJournalPerfSpec]): Assertion

    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 should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[JavaJournalPerfSpec, U]): Assertion

    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 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
  238. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[JavaJournalPerfSpec, TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[JavaJournalPerfSpec], typeClass2: TYPECLASS2[JavaJournalPerfSpec]): Assertion

    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 should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[JavaJournalPerfSpec, TYPECLASS1])(implicit typeClass1: TYPECLASS1[JavaJournalPerfSpec]): Assertion

    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 should(rightMatcherX1: Matcher[JavaJournalPerfSpec]): Assertion

    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[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Assertion

    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[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Assertion

    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 shouldBe(bePropertyMatcher: BePropertyMatcher[JavaJournalPerfSpec])(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Assertion

    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 shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[JavaJournalPerfSpec, AnyRef]): Assertion

    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 shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[JavaJournalPerfSpec, AnyRef]): Assertion

    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 shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[JavaJournalPerfSpec, AnyRef]): Assertion

    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 shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[JavaJournalPerfSpec, AnyRef]): Assertion

    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 shouldBe(right: Null)(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Assertion

    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 shouldBe(right: DefinedWord)(implicit definition: Definition[JavaJournalPerfSpec]): Assertion

    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 shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[JavaJournalPerfSpec]): Assertion

    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 shouldBe(right: WritableWord)(implicit writability: Writability[JavaJournalPerfSpec]): Assertion

    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 shouldBe(right: ReadableWord)(implicit readability: Readability[JavaJournalPerfSpec]): Assertion

    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. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion

    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. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Assertion

    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 shouldBe(right: SortedWord)(implicit sortable: Sortable[JavaJournalPerfSpec]): Assertion

    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
  256. def shouldBe(spread: Spread[JavaJournalPerfSpec]): Assertion

    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
  257. def shouldBe(beMatcher: BeMatcher[JavaJournalPerfSpec]): Assertion

    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
  258. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[JavaJournalPerfSpec]): Assertion

    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
  259. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[JavaJournalPerfSpec]): Assertion

    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
  260. def shouldBe(comparison: ResultOfGreaterThanComparison[JavaJournalPerfSpec]): Assertion

    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
  261. def shouldBe(comparison: ResultOfLessThanComparison[JavaJournalPerfSpec]): Assertion

    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
  262. def shouldBe(right: Any): Assertion

    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
  263. def shouldEqual(right: Null)(implicit ev: <:<[JavaJournalPerfSpec, AnyRef]): Assertion

    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
  264. def shouldEqual(spread: Spread[JavaJournalPerfSpec]): Assertion

    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
  265. def shouldEqual(right: Any)(implicit equality: Equality[JavaJournalPerfSpec]): Assertion

    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
  266. 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
  267. 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
  268. 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
  269. def shouldNot(existWord: ExistWord)(implicit existence: Existence[JavaJournalPerfSpec]): Assertion

    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
  270. 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
  271. 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
  272. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[JavaJournalPerfSpec, TYPECLASS1])(implicit typeClass1: TYPECLASS1[JavaJournalPerfSpec]): Assertion

    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
  273. def shouldNot(rightMatcherX1: Matcher[JavaJournalPerfSpec]): Assertion

    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
  274. 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
  275. def shutdown(actorSystem: ActorSystem, duration: Duration, verifySystemShutdown: Boolean): Unit

    Permalink
    Definition Classes
    TestKitBase
  276. val size: SizeWord

    Permalink
    Definition Classes
    MatcherWords
  277. val sorted: SortedWord

    Permalink
    Definition Classes
    MatcherWords
  278. val startWith: StartWithWord

    Permalink
    Definition Classes
    MatcherWords
  279. final val styleName: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  281. implicit val subjectWithAfterWordRegistrationFunction: SubjectWithAfterWordRegistration

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

    Permalink
    Definition Classes
    PluginSpec
  283. final val succeed: Assertion

    Permalink
    Definition Classes
    Assertions
  284. def suiteId: String

    Permalink
    Definition Classes
    Suite
  285. def suiteName: String

    Permalink
    Definition Classes
    Suite
  286. 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
  287. def supportsRejectingNonSerializableObjects: CapabilityFlag

    Permalink

    When true enables tests which check if the Journal properly rejects writes of objects which are not java.lang.Serializable.

    When true enables tests which check if the Journal properly rejects writes of objects which are not java.lang.Serializable.

    Attributes
    protected
    Definition Classes
    JavaJournalPerfSpecJournalCapabilityFlags
  288. def supportsSerialization: CapabilityFlag

    Permalink

    When true enables tests which check if the Journal properly serialize and deserialize events.

    When true enables tests which check if the Journal properly serialize and deserialize events.

    Attributes
    protected
    Definition Classes
    JavaJournalPerfSpecJournalSpecJournalCapabilityFlags
  289. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    JournalSpec → TestKitBase
  291. def tags: Map[String, Set[String]]

    Permalink
    Definition Classes
    WordSpecLike → Suite
  292. val testActor: ActorRef

    Permalink
    Definition Classes
    TestKitBase
  293. def testActorName: String

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

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

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

    Permalink
    Definition Classes
    WordSpecLike → Suite
  297. def the[T](implicit arg0: ClassTag[T], pos: Position): ResultOfTheTypeInvocation[T]

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

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

    Permalink
    Definition Classes
    Matchers
  300. val theSameInstanceAs: TheSameInstanceAsPhrase

    Permalink
    Definition Classes
    Matchers
  301. val they: TheyWord

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  304. val typeCheck: TypeCheckWord

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  308. val value: ValueWord

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TestSuite
  315. def within[T](max: FiniteDuration)(f: ⇒ T): T

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

    Permalink
    Definition Classes
    TestKitBase
  317. val writable: WritableWord

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

    Permalink
    Definition Classes
    JournalSpec
  319. def writerUuid: String

    Permalink
    Definition Classes
    PluginSpec
  320. 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. final def execute: Unit

    Permalink
    Definition Classes
    Suite
    Annotations
    @deprecated
    Deprecated

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

  2. def expectNoMsg(max: FiniteDuration): Unit

    Permalink
    Definition Classes
    TestKitBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.5) Use expectNoMessage instead

  3. def expectNoMsg(): Unit

    Permalink
    Definition Classes
    TestKitBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.5) Use expectNoMessage instead

  4. def trap[T](f: ⇒ T): Throwable

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

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

Inherited from JournalPerfSpec

Inherited from JournalSpec

Inherited from JournalCapabilityFlags

Inherited from CapabilityFlags

Inherited from OptionalTests

Inherited from MayVerb

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 TestSuite

Inherited from Suite

Inherited from Serializable

Inherited from Serializable

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