Packages

c

akka.persistence

PluginSpec

abstract class PluginSpec extends TestKitBase with AnyWordSpecLike with Matchers with BeforeAndAfterAll with BeforeAndAfterEach

Source
PluginSpec.scala
Linear Supertypes
BeforeAndAfterEach, BeforeAndAfterAll, SuiteMixin, Matchers, Explicitly, MatcherWords, Tolerance, AnyWordSpecLike, Documenting, Alerting, Notifying, Informing, CanVerb, MustVerb, ShouldVerb, TestRegistration, TestSuite, Suite, Serializable, Assertions, TripleEquals, TripleEqualsSupport, TestKitBase, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PluginSpec
  2. BeforeAndAfterEach
  3. BeforeAndAfterAll
  4. SuiteMixin
  5. Matchers
  6. Explicitly
  7. MatcherWords
  8. Tolerance
  9. AnyWordSpecLike
  10. Documenting
  11. Alerting
  12. Notifying
  13. Informing
  14. CanVerb
  15. MustVerb
  16. ShouldVerb
  17. TestRegistration
  18. TestSuite
  19. Suite
  20. Serializable
  21. Assertions
  22. TripleEquals
  23. TripleEqualsSupport
  24. TestKitBase
  25. AnyRef
  26. 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. Protected

Instance Constructors

  1. new PluginSpec(config: Config)

Type Members

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

Abstract Value Members

  1. implicit abstract def system: ActorSystem
    Definition Classes
    TestKitBase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  3. def !==(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  4. def !==[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  5. final def ##: Int
    Definition Classes
    AnyRef → Any
  6. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from PluginSpec toany2stringadd[PluginSpec] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def ->[B](y: B): (PluginSpec, B)
    Implicit
    This member is added by an implicit conversion from PluginSpec toArrowAssoc[PluginSpec] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def <[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanComparison[T]
    Definition Classes
    Matchers
  9. def <=[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanOrEqualToComparison[T]
    Definition Classes
    Matchers
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  12. def ===(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  13. def ===[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  14. def >[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanComparison[T]
    Definition Classes
    Matchers
  15. def >=[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanOrEqualToComparison[T]
    Definition Classes
    Matchers
  16. def a[T](implicit arg0: ClassTag[T]): ResultOfATypeInvocation[T]
    Definition Classes
    Matchers
  17. val a: AWord
    Definition Classes
    Matchers
  18. val actorInstanceId: Int
    Attributes
    protected
  19. val after: TheAfterWord
    Definition Classes
    Explicitly
  20. def afterAll(): Unit
    Attributes
    protected
    Definition Classes
    PluginSpec → BeforeAndAfterAll
  21. def afterEach(): Unit
    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
  22. def afterWord(text: String): AfterWord
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike
  23. def alert: Alerter
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike → Alerting
  24. def all(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    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]]
    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)]
    Definition Classes
    Matchers
  27. def all[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  28. def allElementsOf[R](elements: GenTraversable[R]): ResultOfAllElementsOfApplication
    Definition Classes
    Matchers
  29. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAllOfApplication
    Definition Classes
    Matchers
  30. def an[T](implicit arg0: ClassTag[T]): ResultOfAnTypeInvocation[T]
    Definition Classes
    Matchers
  31. val an: AnWord
    Definition Classes
    Matchers
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  34. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  35. macro def assertCompiles(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  36. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  37. def assertForDuration[A](a: => A, max: FiniteDuration, interval: Duration = 100.millis): A

    Evaluate the given assert every interval until exception is thrown or max timeout is expired.

    Evaluate the given assert every interval until exception is thrown or max timeout is expired.

    Returns the result of last evaluation of the assertion.

    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
  38. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  39. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  40. def assertThrows[T <: AnyRef](f: => Any)(implicit classTag: ClassTag[T], pos: Position): Assertion
    Definition Classes
    Assertions
  41. macro def assertTypeError(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  42. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  43. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  44. def atLeast(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    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]]
    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)]
    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]
    Definition Classes
    Matchers
  48. def atLeastOneElementOf(elements: GenTraversable[Any]): ResultOfAtLeastOneElementOfApplication
    Definition Classes
    Matchers
  49. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtLeastOneOfApplication
    Definition Classes
    Matchers
  50. def atMost(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    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]]
    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)]
    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]
    Definition Classes
    Matchers
  54. def atMostOneElementOf[R](elements: GenTraversable[R]): ResultOfAtMostOneElementOfApplication
    Definition Classes
    Matchers
  55. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtMostOneOfApplication
    Definition Classes
    Matchers
  56. def awaitAssert[A](a: => A, max: Duration = Duration.Undefined, interval: Duration = 100.millis): A

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

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

    If the max timeout expires the last exception is thrown.

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

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

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

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

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

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

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

    Definition Classes
    TestKitBase
  58. val be: BeWord
    Definition Classes
    MatcherWords
  59. def beforeAll(): Unit
    Attributes
    protected
    Definition Classes
    PluginSpec → BeforeAndAfterAll
  60. def beforeEach(): Unit
    Attributes
    protected
    Definition Classes
    PluginSpec → BeforeAndAfterEach
  61. val behave: BehaveWord
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike
  62. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  63. def between[K, V, JMAP[k, v] <: Map[k, v]](from: Int, upTo: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  64. def between[E, C[_]](from: Int, upTo: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  65. def cancel(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  66. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  67. def cancel(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  68. def cancel()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  69. def childActorOf(props: Props): ActorRef

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

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

    props

    Props to create the child actor

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

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

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

    props

    Props to create the child actor

    name

    Actor name for the child actor

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

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

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

    props

    Props to create the child actor

    supervisorStrategy

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

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

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

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

    props

    Props to create the child actor

    name

    Actor name for the child actor

    supervisorStrategy

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

    Definition Classes
    TestKitBase
  73. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  74. val compile: CompileWord
    Definition Classes
    MatcherWords
  75. val config: Config
  76. val contain: ContainWord
    Definition Classes
    MatcherWords
  77. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  78. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  79. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]
    Definition Classes
    Tolerance
  80. implicit def convertSymbolToHavePropertyMatcherGenerator(symbol: Symbol)(implicit prettifier: Prettifier, pos: Position): HavePropertyMatcherGenerator
    Definition Classes
    Matchers
  81. implicit def convertToAnyShouldWrapper[T](o: T)(implicit pos: Position, prettifier: Prettifier): AnyShouldWrapper[T]
    Definition Classes
    Matchers
  82. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  83. implicit def convertToEqualizer[T](left: T): Equalizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  84. implicit def convertToRegexWrapper(o: Regex): RegexWrapper
    Definition Classes
    Matchers
  85. implicit def convertToStringCanWrapper(o: String)(implicit position: Position): StringCanWrapperForVerb
    Definition Classes
    CanVerb
  86. implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): StringMustWrapperForVerb
    Definition Classes
    MustVerb
  87. implicit def convertToStringShouldWrapper(o: String)(implicit pos: Position, prettifier: Prettifier): StringShouldWrapper
    Definition Classes
    Matchers
  88. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb
    Definition Classes
    ShouldVerb
  89. implicit def convertToWordSpecStringWrapper(s: String): WordSpecStringWrapper
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike
  90. val decided: DecidedWord
    Definition Classes
    Explicitly
  91. def defaultEquality[A]: Equality[A]
    Definition Classes
    TripleEqualsSupport
  92. val defined: DefinedWord
    Definition Classes
    MatcherWords
  93. def definedAt[T](right: T): ResultOfDefinedAt[T]
    Definition Classes
    Matchers
  94. val determined: DeterminedWord
    Definition Classes
    Explicitly
  95. val empty: EmptyWord
    Definition Classes
    MatcherWords
  96. val endWith: EndWithWord
    Definition Classes
    MatcherWords
  97. def ensuring(cond: (PluginSpec) => Boolean, msg: => Any): PluginSpec
    Implicit
    This member is added by an implicit conversion from PluginSpec toEnsuring[PluginSpec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  98. def ensuring(cond: (PluginSpec) => Boolean): PluginSpec
    Implicit
    This member is added by an implicit conversion from PluginSpec toEnsuring[PluginSpec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  99. def ensuring(cond: Boolean, msg: => Any): PluginSpec
    Implicit
    This member is added by an implicit conversion from PluginSpec toEnsuring[PluginSpec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  100. def ensuring(cond: Boolean): PluginSpec
    Implicit
    This member is added by an implicit conversion from PluginSpec toEnsuring[PluginSpec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  101. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  102. def equal(o: Null): Matcher[AnyRef]
    Definition Classes
    Matchers
  103. def equal[T](spread: Spread[T]): Matcher[T]
    Definition Classes
    Matchers
  104. def equal(right: Any): MatcherFactory1[Any, Equality]
    Definition Classes
    MatcherWords
  105. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  106. def every(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  107. def every[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  108. def every[K, V, MAP[k, v] <: Map[k, v]](xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  109. def every[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  110. def exactly(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  111. def exactly[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  112. def exactly[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  113. def exactly[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  114. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit
    Definition Classes
    Suite
  115. val exist: ExistWord
    Definition Classes
    MatcherWords
  116. def expectMsg[T](max: FiniteDuration, hint: String, obj: T): T

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

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

    returns

    the received object

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

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

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

    returns

    the received object

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    returns

    the received object

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

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

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

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

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

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

    returns

    the received object

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

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

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

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

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

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

    returns

    the received object

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

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

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

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

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

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

    Use this variant to implement more complicated or conditional processing.

    returns

    the received object as transformed by the partial function

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

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

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

    returns

    the received object

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

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

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

    Definition Classes
    TestKitBase
  134. def expectNoMessage(): Unit

    Assert that no message is received.

    Assert that no message is received. Waits for the default period configured as akka.test.expect-no-message-default. That timeout is scaled using the configuration entry "akka.test.timefactor".

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

    Assert that no message is received for the specified time.

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

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

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

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

    target

    the actor ref expected to be Terminated

    max

    wait no more than max time, otherwise throw AssertionFailure

    returns

    the received Terminated message

    Definition Classes
    TestKitBase
  137. def expectedTestCount(filter: Filter): Int
    Definition Classes
    Suite
  138. def extension: Persistence
  139. def fail(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  140. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  141. def fail(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  142. def fail()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  143. def fishForMessage(max: Duration = Duration.Undefined, hint: String = "")(f: PartialFunction[Any, Boolean]): Any

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

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

    returns

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

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

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

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

    returns

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

    Definition Classes
    TestKitBase
  145. val fullyMatch: FullyMatchWord
    Definition Classes
    MatcherWords
  146. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  147. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  148. val have: HaveWord
    Definition Classes
    MatcherWords
  149. def ignoreMsg(f: PartialFunction[Any, Boolean]): Unit

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

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

    Definition Classes
    TestKitBase
  150. def ignoreNoMsg(): Unit

    Stop ignoring messages in the test actor.

    Stop ignoring messages in the test actor.

    Definition Classes
    TestKitBase
  151. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderApplication
    Definition Classes
    Matchers
  152. def inOrderElementsOf[R](elements: GenTraversable[R]): ResultOfInOrderElementsOfApplication
    Definition Classes
    Matchers
  153. def inOrderOnly[T](firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderOnlyApplication
    Definition Classes
    Matchers
  154. val include: IncludeWord
    Definition Classes
    MatcherWords
  155. def info: Informer
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike → Informing
  156. def intercept[T <: AnyRef](f: => Any)(implicit classTag: ClassTag[T], pos: Position): T
    Definition Classes
    Assertions
  157. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean
    Definition Classes
    BeforeAndAfterAll
  158. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  159. val it: ItWord
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike
  160. val key: KeyWord
    Definition Classes
    Matchers
  161. def lastSender: ActorRef
    Definition Classes
    TestKitBase
  162. val leftSideValue: PluginSpec
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  163. val length: LengthWord
    Definition Classes
    MatcherWords
  164. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  165. def markup: Documenter
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike → Documenting
  166. val matchPattern: MatchPatternWord
    Definition Classes
    MatcherWords
  167. def message(expectedMessage: String): ResultOfMessageWordApplication
    Definition Classes
    Matchers
  168. def msgAvailable: Boolean

    Query queue status.

    Query queue status.

    Definition Classes
    TestKitBase
  169. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  170. def nestedSuites: IndexedSeq[Suite]
    Definition Classes
    Suite
  171. def no(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    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]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  173. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  174. def noElementsOf(elements: GenTraversable[Any]): ResultOfNoElementsOfApplication
    Definition Classes
    Matchers
  175. def noException(implicit pos: Position): NoExceptionWord
    Definition Classes
    MatcherWords
  176. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfNoneOfApplication
    Definition Classes
    Matchers
  177. val not: NotWord
    Definition Classes
    MatcherWords
  178. def note: Notifier
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike → Notifying
  179. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  180. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  181. def now: FiniteDuration

    Obtain current time (System.nanoTime) as Duration.

    Obtain current time (System.nanoTime) as Duration.

    Definition Classes
    TestKitBase
  182. def of[T](implicit ev: ClassTag[T]): ResultOfOfTypeInvocation[T]
    Definition Classes
    Matchers
  183. def oneElementOf(elements: GenTraversable[Any]): ResultOfOneElementOfApplication
    Definition Classes
    Matchers
  184. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfOneOfApplication
    Definition Classes
    Matchers
  185. def only(xs: Any*)(implicit pos: Position): ResultOfOnlyApplication
    Definition Classes
    Matchers
  186. def pending: Assertion with PendingStatement
    Definition Classes
    Assertions
  187. def pendingUntilFixed(f: => Unit)(implicit pos: Position): Assertion with PendingStatement
    Definition Classes
    Assertions
  188. def pid: String
  189. val pos: Position
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  190. val prettifier: Prettifier
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  191. val readable: ReadableWord
    Definition Classes
    MatcherWords
  192. def receiveN(n: Int, max: FiniteDuration): Seq[AnyRef]

    Receive N messages in a row before the given deadline.

    Receive N messages in a row before the given deadline.

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

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

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

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

    Receive one message from the internal queue of the TestActor.

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

    This method does NOT automatically scale its Duration parameter!

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TestKitBase
  201. def remainingOrDefault: FiniteDuration

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

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

    Definition Classes
    TestKitBase
  202. def rerunner: Option[String]
    Definition Classes
    Suite
  203. def run(testName: Option[String], args: Args): Status
    Definition Classes
    BeforeAndAfterAll → SuiteMixin
  204. def runNestedSuites(args: Args): Status
    Attributes
    protected
    Definition Classes
    Suite
  205. def runTest(testName: String, args: Args): Status
    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach → SuiteMixin
  206. def runTests(testName: Option[String], args: Args): Status
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike → Suite
  207. def setAutoPilot(pilot: AutoPilot): Unit

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

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

    Definition Classes
    TestKitBase
  208. def should(endWithWord: EndWithWord)(implicit ev: <:<[PluginSpec, String]): org.scalatest.matchers.should.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  209. def should(startWithWord: StartWithWord)(implicit ev: <:<[PluginSpec, String]): org.scalatest.matchers.should.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  210. def should(includeWord: IncludeWord)(implicit ev: <:<[PluginSpec, String]): org.scalatest.matchers.should.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  211. def should(notExist: ResultOfNotExist)(implicit existence: Existence[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  212. def should(existWord: ExistWord)(implicit existence: Existence[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  213. def should(containWord: ContainWord): ResultOfContainWord[PluginSpec]
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  214. def should(haveWord: HaveWord): org.scalatest.matchers.should.Matchers.ResultOfHaveWordForExtent[PluginSpec]
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  215. def should(beWord: BeWord): org.scalatest.matchers.should.Matchers.ResultOfBeWordForAny[PluginSpec]
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  216. def should(inv: TripleEqualsInvocationOnSpread[PluginSpec])(implicit ev: Numeric[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  217. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[PluginSpec, U]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  218. def should(notWord: NotWord): ResultOfNotWordForAny[PluginSpec]
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  219. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[PluginSpec, TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[PluginSpec], typeClass2: TYPECLASS2[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  220. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[PluginSpec, TYPECLASS1])(implicit typeClass1: TYPECLASS1[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  221. def should(rightMatcherX1: Matcher[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  222. def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[PluginSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  223. def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[PluginSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  224. def shouldBe(bePropertyMatcher: BePropertyMatcher[PluginSpec])(implicit ev: <:<[PluginSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  225. def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[PluginSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  226. def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[PluginSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  227. def shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[PluginSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  228. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[PluginSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  229. def shouldBe(right: Null)(implicit ev: <:<[PluginSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  230. def shouldBe(right: DefinedWord)(implicit definition: Definition[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  231. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  232. def shouldBe(right: WritableWord)(implicit writability: Writability[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  233. def shouldBe(right: ReadableWord)(implicit readability: Readability[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  234. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  235. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  236. def shouldBe(right: SortedWord)(implicit sortable: Sortable[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  237. def shouldBe(spread: Spread[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  238. def shouldBe(beMatcher: BeMatcher[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  239. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  240. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  241. def shouldBe(comparison: ResultOfGreaterThanComparison[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  242. def shouldBe(comparison: ResultOfLessThanComparison[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  243. def shouldBe(right: Any): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  244. def shouldEqual(right: Null)(implicit ev: <:<[PluginSpec, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  245. def shouldEqual(spread: Spread[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  246. def shouldEqual(right: Any)(implicit equality: Equality[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  247. def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[PluginSpec, String]): org.scalatest.matchers.should.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  248. def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[PluginSpec, String]): org.scalatest.matchers.should.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  249. def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[PluginSpec, String]): org.scalatest.matchers.should.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  250. def shouldNot(existWord: ExistWord)(implicit existence: Existence[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  251. def shouldNot(contain: ContainWord): ResultOfContainWord[PluginSpec]
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  252. def shouldNot(haveWord: HaveWord): org.scalatest.matchers.should.Matchers.ResultOfHaveWordForExtent[PluginSpec]
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  253. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[PluginSpec, TYPECLASS1])(implicit typeClass1: TYPECLASS1[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  254. def shouldNot(rightMatcherX1: Matcher[PluginSpec]): Assertion
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  255. def shouldNot(beWord: BeWord): org.scalatest.matchers.should.Matchers.ResultOfBeWordForAny[PluginSpec]
    Implicit
    This member is added by an implicit conversion from PluginSpec toorg.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec] performed by method convertToAnyShouldWrapper in org.scalatest.matchers.should.Matchers.
    Definition Classes
    AnyShouldWrapper
  256. def shutdown(actorSystem: ActorSystem = system, duration: Duration = Duration.Undefined, verifySystemShutdown: Boolean = false): Unit

    Shut down an actor system and wait for termination.

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

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

    Definition Classes
    TestKitBase
  257. val size: SizeWord
    Definition Classes
    MatcherWords
  258. val sorted: SortedWord
    Definition Classes
    MatcherWords
  259. val startWith: StartWithWord
    Definition Classes
    MatcherWords
  260. implicit val subjectRegistrationFunction: StringVerbBlockRegistration
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike
  261. implicit val subjectWithAfterWordRegistrationFunction: SubjectWithAfterWordRegistration
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike
  262. def subscribe[T](subscriber: ActorRef)(implicit arg0: ClassTag[T]): Boolean
  263. final val succeed: Assertion
    Definition Classes
    Assertions
  264. def suiteId: String
    Definition Classes
    Suite
  265. def suiteName: String
    Definition Classes
    Suite
  266. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  267. def tags: Map[String, Set[String]]
    Definition Classes
    AnyWordSpecLike → Suite
  268. lazy val testActor: ActorRef

    ActorRef of the test actor.

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

    Definition Classes
    TestKitBase
  269. def testActorName: String

    Defines the testActor name.

    Defines the testActor name.

    Attributes
    protected
    Definition Classes
    TestKitBase
  270. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
    Definition Classes
    AnyWordSpecLike → Suite
  271. def testKitSettings: TestKitSettings
    Definition Classes
    TestKitBase
  272. def testNames: Set[String]
    Definition Classes
    AnyWordSpecLike → Suite
  273. def the[T](implicit arg0: ClassTag[T], pos: Position): ResultOfTheTypeInvocation[T]
    Definition Classes
    Matchers
  274. def theSameElementsAs(xs: GenTraversable[_]): ResultOfTheSameElementsAsApplication
    Definition Classes
    Matchers
  275. def theSameElementsInOrderAs(xs: GenTraversable[_]): ResultOfTheSameElementsInOrderAsApplication
    Definition Classes
    Matchers
  276. val theSameInstanceAs: TheSameInstanceAsPhrase
    Definition Classes
    Matchers
  277. val they: TheyWord
    Attributes
    protected
    Definition Classes
    AnyWordSpecLike
  278. def thrownBy(fun: => Any): ResultOfThrownByApplication
    Definition Classes
    Matchers
  279. def toString(): String
    Definition Classes
    AnyRef → Any
  280. val typeCheck: TypeCheckWord
    Definition Classes
    MatcherWords
  281. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  282. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  283. def unwatch(ref: ActorRef): ActorRef

    Have the testActor stop watching someone (i.e.

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

    Definition Classes
    TestKitBase
  284. val value: ValueWord
    Definition Classes
    Matchers
  285. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  286. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  287. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  288. def watch(ref: ActorRef): ActorRef

    Have the testActor watch someone (i.e.

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

    Definition Classes
    TestKitBase
  289. def withClue[T](clue: Any)(fun: => T): T
    Definition Classes
    Assertions
  290. def withFixture(test: NoArgTest): Outcome
    Attributes
    protected
    Definition Classes
    TestSuite
  291. def within[T](max: FiniteDuration)(f: => T): T

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

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

    Definition Classes
    TestKitBase
  292. def within[T](min: FiniteDuration, max: FiniteDuration)(f: => T): T

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

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

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

    val ret = within(50 millis) {
      test ! "ping"
      expectMsgClass(classOf[String])
    }
    Definition Classes
    TestKitBase
  293. val writable: WritableWord
    Definition Classes
    MatcherWords
  294. def writerUuid: String

Shadowed Implicit Value Members

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

Deprecated Value Members

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

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

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

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

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

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

  4. def expectNoMsg(max: FiniteDuration): Unit

    Assert that no message is received for the specified time.

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

    Definition Classes
    TestKitBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.5) Use expectNoMessage instead

  5. def expectNoMsg(): Unit

    Assert that no message is received.

    Assert that no message is received. Waits for the default period configured as akka.test.expect-no-message-default. That timeout is scaled using the configuration entry "akka.test.timefactor".

    Definition Classes
    TestKitBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2.5.5) Use expectNoMessage instead

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

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

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

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

  9. final val styleName: String
    Definition Classes
    AnyWordSpecLike → Suite
    Annotations
    @deprecated
    Deprecated

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

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

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

Inherited from BeforeAndAfterEach

Inherited from BeforeAndAfterAll

Inherited from SuiteMixin

Inherited from Matchers

Inherited from Explicitly

Inherited from MatcherWords

Inherited from Tolerance

Inherited from AnyWordSpecLike

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 Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from TestKitBase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion convertToEqualizer fromPluginSpec to org.scalatest.Assertions.Equalizer[PluginSpec]

Inherited by implicit conversion convertToEqualizer fromPluginSpec to org.scalactic.TripleEquals.Equalizer[PluginSpec]

Inherited by implicit conversion convertToAnyShouldWrapper fromPluginSpec to org.scalatest.matchers.should.Matchers.AnyShouldWrapper[PluginSpec]

Inherited by implicit conversion convertToEqualizer fromPluginSpec to org.scalatest.matchers.should.Matchers.Equalizer[PluginSpec]

Inherited by implicit conversion any2stringadd fromPluginSpec to any2stringadd[PluginSpec]

Inherited by implicit conversion StringFormat fromPluginSpec to StringFormat[PluginSpec]

Inherited by implicit conversion Ensuring fromPluginSpec to Ensuring[PluginSpec]

Inherited by implicit conversion ArrowAssoc fromPluginSpec to ArrowAssoc[PluginSpec]

Ungrouped