Trait

com.github.agourlay.cornichon

CornichonFeature

Related Doc: package cornichon

Permalink

trait CornichonFeature extends HttpDsl with ScalaTestIntegration

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

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 FromSessionSetter(fromKey: String, trans: (String) ⇒ String, target: String) extends Product with Serializable

    Permalink
    Definition Classes
    Dsl
  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. sealed trait Request extends AnyRef

    Permalink
    Definition Classes
    HttpDsl
  11. final class ResultOfTaggedAsInvocationOnString extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  12. sealed trait Starters extends AnyRef

    Permalink
    Definition Classes
    Dsl
  13. sealed trait Streamed extends CornichonFeature.Request

    Permalink
    Definition Classes
    HttpDsl
  14. trait StringCanWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    CanVerb
  15. trait StringMustWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    MustVerb
  16. trait StringShouldWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    ShouldVerb
  17. final class TheyWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  18. sealed trait WithAssert extends AnyRef

    Permalink
    Definition Classes
    Dsl
  19. sealed trait WithPayload extends CornichonFeature.Request

    Permalink
    Definition Classes
    HttpDsl
  20. sealed trait WithoutPayload extends CornichonFeature.Request

    Permalink
    Definition Classes
    HttpDsl
  21. final class WordSpecStringWrapper extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike

Abstract Value Members

  1. abstract def feature: FeatureDef

    Permalink

Concrete 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. object And extends Starters with WithAssert with Product with Serializable

    Permalink
    Definition Classes
    Dsl
  11. def Concurrently(factor: Int, maxTime: Duration): BodyElementCollector[Step, Seq[Step]]

    Permalink
    Definition Classes
    Dsl
  12. object DELETE extends CornichonFeature.WithoutPayload with Product with Serializable

    Permalink
    Definition Classes
    HttpDsl
  13. def Eventually(maxDuration: Duration, interval: Duration): BodyElementCollector[Step, Seq[Step]]

    Permalink
    Definition Classes
    Dsl
  14. def Feature(name: String): BodyElementCollector[Scenario, FeatureDef]

    Permalink
    Definition Classes
    Dsl
  15. object GET extends CornichonFeature.WithoutPayload with Product with Serializable

    Permalink
    Definition Classes
    HttpDsl
  16. object GET_SSE extends CornichonFeature.Streamed with Product with Serializable

    Permalink
    Definition Classes
    HttpDsl
  17. object GET_WS extends CornichonFeature.Streamed with Product with Serializable

    Permalink
    Definition Classes
    HttpDsl
  18. object Given extends Starters with Product with Serializable

    Permalink
    Definition Classes
    Dsl
  19. object POST extends CornichonFeature.WithPayload with Product with Serializable

    Permalink
    Definition Classes
    HttpDsl
  20. object PUT extends CornichonFeature.WithPayload with Product with Serializable

    Permalink
    Definition Classes
    HttpDsl
  21. def Repeat(times: Int): BodyElementCollector[Step, Seq[Step]]

    Permalink
    Definition Classes
    Dsl
  22. def Scenario(name: String, ignored: Boolean = false): BodyElementCollector[Step, Scenario]

    Permalink
    Definition Classes
    Dsl
  23. object Then extends Starters with WithAssert with Product with Serializable

    Permalink
    Definition Classes
    Dsl
  24. object When extends Starters with Product with Serializable

    Permalink
    Definition Classes
    Dsl
  25. def WithHeaders(headers: (String, String)*): BodyElementCollector[Step, Seq[Step]]

    Permalink
    Definition Classes
    HttpDsl
  26. def afterAll(): Unit

    Permalink
    Definition Classes
    ScalaTestIntegration → BeforeAndAfterAll
  27. def afterEachScenario(steps: Seq[Step]): Unit

    Permalink
  28. var afterEachScenario: Seq[Step]

    Permalink
    Attributes
    protected
  29. def afterFeature(after: ⇒ Unit): Unit

    Permalink
  30. var afterFeature: Seq[() ⇒ Unit]

    Permalink
    Attributes
    protected
  31. def afterWord(text: String): AfterWord

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

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike → Alerting
  33. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Assertions
  41. val assertionsHelper: AssertionsHelper

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

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

    Permalink
    Definition Classes
    Assertions
  44. lazy val baseUrl: String

    Permalink
  45. def beforeAll(): Unit

    Permalink
    Definition Classes
    ScalaTestIntegration → BeforeAndAfterAll
  46. def beforeEachScenario(steps: Seq[Step]): Unit

    Permalink
  47. var beforeEachScenario: Seq[Step]

    Permalink
    Attributes
    protected
  48. def beforeFeature(before: ⇒ Unit): Unit

    Permalink
  49. var beforeFeature: Seq[() ⇒ Unit]

    Permalink
    Attributes
    protected
  50. val behave: BehaveWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  51. def body_array_contains[A](jsonPath: String, element: A): RunnableStep[Boolean]

    Permalink
    Definition Classes
    HttpDsl
  52. def body_array_contains[A](element: A): RunnableStep[Boolean]

    Permalink
    Definition Classes
    HttpDsl
  53. def body_array_size_is(jsonPath: String, size: Int): RunnableStep[Int]

    Permalink
    Definition Classes
    HttpDsl
  54. def body_array_size_is(size: Int): RunnableStep[Int]

    Permalink
    Definition Classes
    HttpDsl
  55. def body_array_transform[A](mapFct: (JArray) ⇒ A, title: String, expected: (Session) ⇒ A): RunnableStep[A]

    Permalink
    Definition Classes
    HttpDsl
  56. def body_is[A](ordered: Boolean, expected: A, ignoring: String*): RunnableStep[Iterable[JValue]]

    Permalink
    Definition Classes
    HttpDsl
  57. def body_is(whiteList: Boolean = false, expected: String): RunnableStep[JValue]

    Permalink
    Definition Classes
    HttpDsl
  58. def body_is[A](expected: A, ignoring: String*): RunnableStep[JValue]

    Permalink
    Definition Classes
    HttpDsl
  59. def body_json_path_is[A](jsonPath: String, expected: A, ignoring: String*): RunnableStep[JValue]

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): Constraint[A, B]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  78. def defaultEquality[A]: Equality[A]

    Permalink
    Definition Classes
    TripleEqualsSupport
  79. def displayTuples(params: Seq[(String, String)]): String

    Permalink
    Definition Classes
    Dsl
  80. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Suite
  84. def expectedTestCount(filter: Filter): Int

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

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

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

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

    Permalink
    Definition Classes
    Assertions
  89. val featureDef: FeatureDef

    Permalink
    Definition Classes
    ScalaTestIntegration
  90. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  91. def from_session_detail_step[A](key: String, expected: (Session) ⇒ A, mapValue: (Session, String) ⇒ (A, (A) ⇒ String), title: String): RunnableStep[A]

    Permalink
    Definition Classes
    Dsl
  92. def from_session_step[A](key: String, expected: (Session) ⇒ A, mapValue: (Session, String) ⇒ A, title: String): RunnableStep[A]

    Permalink
    Definition Classes
    Dsl
  93. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  95. def headers_contain(headers: (String, String)*): RunnableStep[Boolean]

    Permalink
    Definition Classes
    HttpDsl
  96. lazy val http: HttpService

    Permalink
  97. def httpServiceByURL(baseUrl: String, timeout: FiniteDuration = requestTimeout): HttpService

    Permalink
  98. def info: Informer

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

    Permalink
    Definition Classes
    Assertions
  100. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean

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

    Permalink
    Definition Classes
    Any
  102. val it: ItWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  103. val logger: Logger

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike → Documenting
  107. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Suite → AbstractSuite
  109. def newInstance: Suite with ParallelTestExecution

    Permalink
    Definition Classes
    ParallelTestExecution → OneInstancePerTest
  110. def note: Notifier

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

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

    Permalink
    Definition Classes
    AnyRef
  113. def pending: PendingNothing

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

    Permalink
    Definition Classes
    Suite
  115. def print_step(message: String): DebugStep

    Permalink
    Definition Classes
    Dsl
  116. def registerExtractors: Map[String, Mapper]

    Permalink
  117. def registerFeature(): Unit

    Permalink
    Attributes
    protected
  118. final def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ⇒ Unit): Unit

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

    Permalink
    Definition Classes
    WordSpecLike → TestRegistration
  120. def remove(key: String): RunnableStep[Boolean]

    Permalink
    Definition Classes
    Dsl
  121. lazy val requestTimeout: FiniteDuration

    Permalink
  122. def rerunner: Option[String]

    Permalink
    Definition Classes
    Suite → AbstractSuite
  123. lazy val resolver: Resolver

    Permalink
  124. def run(testName: Option[String], args: Args): Status

    Permalink
    Definition Classes
    ParallelTestExecution → SuiteMixin
  125. 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
  126. def runNestedSuites(args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite
  127. def runScenario(s: Scenario): ScenarioReport

    Permalink
    Attributes
    protected
  128. final def runTest(testName: String, args: Args): Status

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParallelTestExecution → OneInstancePerTest → SuiteMixin
  130. def save(input: (String, String)): RunnableStep[Boolean]

    Permalink
    Definition Classes
    Dsl
  131. def save_body_key(jsonPath: String, target: String): RunnableStep[Boolean]

    Permalink
    Definition Classes
    HttpDsl
  132. def save_body_keys(args: (String, String)*): RunnableStep[Boolean]

    Permalink
    Definition Classes
    HttpDsl
  133. def save_from_body(args: (String, String)*): RunnableStep[Boolean]

    Permalink
    Definition Classes
    HttpDsl
  134. def save_from_body(jsonPath: String, target: String): RunnableStep[Boolean]

    Permalink
    Definition Classes
    HttpDsl
  135. def save_from_session(args: Seq[FromSessionSetter]): RunnableStep[Boolean]

    Permalink
    Definition Classes
    Dsl
  136. def save_from_session(key: String, extractor: (String) ⇒ String, target: String): RunnableStep[Boolean]

    Permalink
    Definition Classes
    Dsl
  137. def session_contains(key: String, value: String, title: Option[String] = None): RunnableStep[String]

    Permalink
    Definition Classes
    Dsl
  138. def session_contains(input: (String, String)): RunnableStep[String]

    Permalink
    Definition Classes
    Dsl
  139. def show_last_response_body: DebugStep

    Permalink
    Definition Classes
    HttpDsl
  140. def show_last_response_headers: DebugStep

    Permalink
    Definition Classes
    HttpDsl
  141. def show_last_status: DebugStep

    Permalink
    Definition Classes
    HttpDsl
  142. def show_session(key: String): DebugStep

    Permalink
    Definition Classes
    Dsl
  143. def show_session: DebugStep

    Permalink
    Definition Classes
    Dsl
  144. def sortingTimeout: Span

    Permalink
    Attributes
    protected
    Definition Classes
    ParallelTestExecution
  145. def status_is(status: Int): RunnableStep[String]

    Permalink
    Definition Classes
    HttpDsl
  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. def tags: Map[String, Set[String]]

    Permalink
    Definition Classes
    WordSpecLike → Suite → AbstractSuite
  153. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData

    Permalink
    Definition Classes
    WordSpecLike → Suite
  154. def testNames: Set[String]

    Permalink
    Definition Classes
    WordSpecLike → Suite → AbstractSuite
  155. val they: TheyWord

    Permalink
    Attributes
    protected
    Definition Classes
    WordSpecLike
  156. def toString(): String

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

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

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

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  160. def unregisterFeature(): Unit

    Permalink
    Attributes
    protected
  161. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  164. def withClue[T](clue: Any)(fun: ⇒ T): T

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

    Permalink
    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite

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 ScalaTestIntegration

Inherited from ParallelTestExecution

Inherited from OneInstancePerTest

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 HttpDsl

Inherited from Dsl

Inherited from CornichonLogger

Inherited from AnyRef

Inherited from Any

Ungrouped