Class/Object

pl.newicom.dddd.test.support

OfficeSpec

Related Docs: object OfficeSpec | package support

Permalink

abstract class OfficeSpec[A <: BusinessEntity] extends GivenWhenThenTestFixture with WordSpecLike with BeforeAndAfterAll with BeforeAndAfter

Linear Supertypes
BeforeAndAfter, BeforeAndAfterAll, SuiteMixin, WordSpecLike, Documenting, Alerting, Notifying, Informing, CanVerb, MustVerb, ShouldVerb, TestRegistration, Suite, Serializable, AbstractSuite, Assertions, TripleEquals, TripleEqualsSupport, GivenWhenThenTestFixture, ImplicitSender, TestKit, TestKitBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OfficeSpec
  2. BeforeAndAfter
  3. BeforeAndAfterAll
  4. SuiteMixin
  5. WordSpecLike
  6. Documenting
  7. Alerting
  8. Notifying
  9. Informing
  10. CanVerb
  11. MustVerb
  12. ShouldVerb
  13. TestRegistration
  14. Suite
  15. Serializable
  16. AbstractSuite
  17. Assertions
  18. TripleEquals
  19. TripleEqualsSupport
  20. GivenWhenThenTestFixture
  21. ImplicitSender
  22. TestKit
  23. TestKitBase
  24. AnyRef
  25. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OfficeSpec(_system: Option[ActorSystem] = None, shareAggregateRoot: Boolean = false)(implicit arg0: BusinessEntityActorFactory[A], arg1: LocalOfficeId[A], arClassTag: ClassTag[A])

    Permalink

    shareAggregateRoot

    if set to true, the same AR instance will be used in all tests, default is false

Type Members

  1. final class AfterWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  2. class AssertionsHelper extends AnyRef

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

    Permalink
    Definition Classes
    TripleEqualsSupport
  4. class Equalizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  5. case class Given(givenFun: () ⇒ PastEvents) extends Product with Serializable

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  6. final class ItWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  7. class LegacyCheckingEqualizer[L] extends AnyRef

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Suite
  10. case class PastEvents(list: List[Processed] = List.empty) extends Product with Serializable

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  11. final class ResultOfTaggedAsInvocationOnString extends AnyRef

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

    Permalink
    Definition Classes
    CanVerb
  13. trait StringMustWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    MustVerb
  14. trait StringShouldWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    ShouldVerb
  15. final class TheyWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  16. case class When[C <: Command](wc: WhenContext[C], whenFun: () ⇒ Unit) extends Product with Serializable

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  17. case class WhenContext[C <: Command](commands: Seq[C], pastEvents: PastEvents = PastEvents(), params: Seq[Any] = Seq.empty) extends Product with Serializable

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  18. 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. final def ==(arg0: Any): Boolean

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

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

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

    Permalink
    Definition Classes
    TripleEqualsSupport
  10. implicit var _aggregateIdGen: Gen[EntityId]

    Permalink
  11. def a[T](implicit g: Gen[T]): Gen[T]

    Permalink
  12. def a_list_of[T1 <: Command, T2 <: Command](implicit g1: Gen[T1], g2: Gen[T2]): List[Command]

    Permalink
  13. def a_list_of[T1 <: Command, T2 <: Command, T3 <: Command](implicit g1: Gen[T1], g2: Gen[T2], g3: Gen[T3]): List[Command]

    Permalink
  14. def a_list_of[T1 <: Command, T2 <: Command, T3 <: Command, T4 <: Command](implicit g1: Gen[T1], g2: Gen[T2], g3: Gen[T3], g4: Gen[T4]): List[Command]

    Permalink
  15. implicit def acksToPastEvents(acks: Seq[Processed]): PastEvents

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  16. def after(fun: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfter
  17. def afterAll(): Unit

    Permalink
    Definition Classes
    OfficeSpec → BeforeAndAfterAll
  18. def afterWord(text: String): AfterWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  19. def aggregateId(implicit aggregateIdGen: Gen[EntityId]): EntityId

    Permalink
  20. def alert: Alerter

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike → Alerting
  21. def arbitraryOf[T](adjust: (T) ⇒ T = x: T => x)(implicit g: Gen[T]): T

    Permalink
  22. implicit final def arbitraryToSample[T](g: Gen[T]): T

    Permalink
    Annotations
    @tailrec()
  23. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Assertions
  31. val assertionsHelper: AssertionsHelper

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

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

    Permalink
    Definition Classes
    Assertions
  34. def awaitAssert(a: ⇒ Any, max: Duration, interval: Duration): Unit

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

    Permalink
    Definition Classes
    TestKitBase
  36. def before(fun: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfter
  37. def beforeAll(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
  38. val behave: BehaveWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  39. def cancel(cause: Throwable): Nothing

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. implicit final def commandGenToWhenContext[C <: Command](cGen: Gen[C]): WhenContext[C]

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
    Annotations
    @tailrec()
  45. implicit def commandGenWithParamToWhenContext[C <: Command](cGen: Gen[(C, Any)]): WhenContext[C]

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  46. def commandMetaDataProvider(c: Command): Option[MetaData]

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  47. implicit def commandToWhenContext[C <: Command](c: C): WhenContext[C]

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  48. implicit def commandsToWhenContext[C <: Command](cs: Seq[C]): WhenContext[C]

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

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

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

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

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

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  54. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]

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

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

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

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  58. implicit def convertToStringCanWrapper(o: String): StringCanWrapperForVerb

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

    Permalink
    Definition Classes
    MustVerb
  60. implicit def convertToStringShouldWrapper(o: String): StringShouldWrapperForVerb

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

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  62. implicit def defaultCaseIdResolution[AA]: AggregateIdResolution[AA]

    Permalink
  63. def defaultEquality[A]: Equality[A]

    Permalink
    Definition Classes
    TripleEqualsSupport
  64. val domain: String

    Permalink
  65. def ensureActorUnderTestTerminated(actor: ActorRef): Any

    Permalink
  66. def ensureOfficeTerminated(): Unit

    Permalink
    Definition Classes
    OfficeSpecGivenWhenThenTestFixture
  67. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  68. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  69. final def execute: Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  90. def expectNoMsg(): Unit

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

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

    Permalink
    Definition Classes
    Suite → AbstractSuite
  93. def fail(cause: Throwable): Nothing

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

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

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

    Permalink
    Definition Classes
    Assertions
  97. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  98. def first[E](implicit wc: WhenContext[_], ct: ClassTag[E]): E

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  99. def fishForMessage(max: Duration, hint: String)(f: PartialFunction[Any, Boolean]): Any

    Permalink
    Definition Classes
    TestKitBase
  100. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  101. def given(cs: Command*): Given

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  102. def given(cs: List[Command]): Given

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  103. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  104. def ignoreMsg(f: PartialFunction[Any, Boolean]): Unit

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

    Permalink
    Definition Classes
    TestKitBase
  106. def info: Informer

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

    Permalink
    Definition Classes
    Assertions
  108. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean

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

    Permalink
    Definition Classes
    Any
  110. val it: ItWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  111. def lastSender: ActorRef

    Permalink
    Definition Classes
    TestKitBase
  112. val logger: Logger

    Permalink
  113. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): Constraint[A, B]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike → Documenting
  116. def msgAvailable: Boolean

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

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

    Permalink
    Definition Classes
    Suite → AbstractSuite
  119. def note: Notifier

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

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

    Permalink
    Definition Classes
    AnyRef
  122. def now: FiniteDuration

    Permalink
    Definition Classes
    TestKitBase
  123. def officeUnderTest: ActorRef

    Permalink
    Definition Classes
    OfficeSpecGivenWhenThenTestFixture
  124. def past[E](implicit wc: WhenContext[_], ct: ClassTag[E]): E

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  125. def pending: PendingNothing

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  135. def remainingOrDefault: FiniteDuration

    Permalink
    Definition Classes
    TestKitBase
  136. def rerunner: Option[String]

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike → Suite → AbstractSuite
  142. implicit def self: ActorRef

    Permalink
    Definition Classes
    ImplicitSender
  143. def setAutoPilot(pilot: AutoPilot): Unit

    Permalink
    Definition Classes
    TestKitBase
  144. val shareAggregateRoot: Boolean

    Permalink

    if set to true, the same AR instance will be used in all tests, default is false

  145. def shutdown(actorSystem: ActorSystem, duration: Duration, verifySystemShutdown: Boolean): Unit

    Permalink
    Definition Classes
    TestKitBase
  146. final val styleName: String

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  149. def suiteId: String

    Permalink
    Definition Classes
    Suite
  150. def suiteName: String

    Permalink
    Definition Classes
    Suite
  151. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  152. implicit val system: ActorSystem

    Permalink
    Definition Classes
    TestKit → TestKitBase
  153. def tags: Map[String, Set[String]]

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

    Permalink
    Definition Classes
    TestKitBase
  155. def testActorName: String

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

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

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

    Permalink
    Definition Classes
    WordSpecLike → Suite → AbstractSuite
  159. val testSuiteId: String

    Permalink
  160. val they: TheyWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  161. val timeoutGiven: Timeout

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  162. val timeoutThen: Timeout

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  163. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  164. implicit def topLevelParent(implicit system: ActorSystem): CreationSupport

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  169. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  173. def when[C <: Command](wc: WhenContext[C]): When[C]

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  174. implicit def whenContextToCommand[C <: Command](wc: WhenContext[C]): C

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  175. implicit def whenContextToPastEvents[C <: Command](wc: WhenContext[C]): PastEvents

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  176. def whenF(whenFun: ⇒ Unit): When[Command]

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase

Deprecated Value Members

  1. def afterAll(configMap: ConfigMap): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

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

  6. def beforeAll(configMap: ConfigMap): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

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

Inherited from BeforeAndAfter

Inherited from BeforeAndAfterAll

Inherited from SuiteMixin

Inherited from WordSpecLike

Inherited from Documenting

Inherited from Alerting

Inherited from Notifying

Inherited from Informing

Inherited from CanVerb

Inherited from MustVerb

Inherited from ShouldVerb

Inherited from TestRegistration

Inherited from Suite

Inherited from Serializable

Inherited from AbstractSuite

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from GivenWhenThenTestFixture

Inherited from ImplicitSender

Inherited from TestKit

Inherited from TestKitBase

Inherited from AnyRef

Inherited from Any

Ungrouped