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], 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](command: 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. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): Constraint[A, B]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TripleEqualsSupport
  63. val domain: String

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

    Permalink
  65. def ensureOfficeTerminated(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  105. def info: Informer

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

    Permalink
    Definition Classes
    Assertions
  107. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean

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

    Permalink
    Definition Classes
    Any
  109. val it: ItWord

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

    Permalink
    Definition Classes
    TestKitBase
  111. val logger: Logger

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  121. def now: FiniteDuration

    Permalink
    Definition Classes
    TestKitBase
  122. def officeUnderTest: ActorRef

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

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  124. def pending: PendingNothing

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  134. def remainingOrDefault: FiniteDuration

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

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

    Permalink
    Definition Classes
    BeforeAndAfter → SuiteMixin
  137. 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
  138. def runNestedSuites(args: Args): Status

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  143. val shareAggregateRoot: Boolean

    Permalink

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

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

    Permalink
    Definition Classes
    TestKitBase
  145. final val styleName: String

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

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

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

    Permalink
    Definition Classes
    Suite
  149. def suiteName: String

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

    Permalink
    Definition Classes
    AnyRef
  151. implicit val system: ActorSystem

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

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

    Permalink
    Definition Classes
    TestKitBase
  154. def testActorName: String

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

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

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

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

    Permalink
  159. val they: TheyWord

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

    Permalink
    Definition Classes
    GivenWhenThenTestFixture
  161. val timeoutThen: Timeout

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TestKitBase
  179. 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