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, CornichonJson, 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. CornichonJson
  24. Dsl
  25. CornichonLogger
  26. AnyRef
  27. 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](extractor: (JValue) ⇒ JValue, element: A): RunnableStep[Boolean]

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

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

    Permalink
    Definition Classes
    HttpDsl
  54. def body_array_size_is(extractor: (JValue) ⇒ JValue, size: Int): RunnableStep[Boolean]

    Permalink
    Definition Classes
    HttpDsl
  55. def body_array_size_is(rootKey: String, size: Int): RunnableStep[Boolean]

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

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

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

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

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

    Permalink
    Definition Classes
    HttpDsl
  61. def body_is[A](mapFct: (JValue) ⇒ JValue, expected: A, ignoring: Seq[String]): RunnableStep[JValue]

    Permalink
    Definition Classes
    HttpDsl
  62. def body_is[A](mapFct: (JValue) ⇒ JValue, expected: A): RunnableStep[JValue]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Assertions
  92. val featureDef: FeatureDef

    Permalink
    Definition Classes
    ScalaTestIntegration
  93. def filterJsonRootKeys(input: JValue, keys: Seq[String]): JValue

    Permalink
    Definition Classes
    CornichonJson
  94. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  95. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    HttpDsl
  98. lazy val http: HttpService

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

    Permalink
  100. def info: Informer

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

    Permalink
    Definition Classes
    Assertions
  102. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean

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

    Permalink
    Definition Classes
    Any
  104. val it: ItWord

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  115. def parseDataTable(table: String): JArray

    Permalink
  116. def parseJson[A](input: A): JValue

    Permalink
    Definition Classes
    CornichonJson
  117. def parseJsonUnsafe[A](input: A): JValue

    Permalink
    Definition Classes
    CornichonJson
  118. def parseJsonXor[A](input: A): Xor[CornichonError, JValue]

    Permalink
    Definition Classes
    CornichonJson
  119. def pending: PendingNothing

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

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

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

    Permalink
  123. def registerFeature(): Unit

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

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

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

    Permalink
    Definition Classes
    Dsl
  127. lazy val requestTimeout: FiniteDuration

    Permalink
  128. def rerunner: Option[String]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    HttpDsl
  140. def save_from_body(extractor: (JValue) ⇒ JValue, target: String): RunnableStep[Boolean]

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

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

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

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

    Permalink
    Definition Classes
    Dsl
  145. def show_last_response_body: DebugStep

    Permalink
    Definition Classes
    HttpDsl
  146. def show_last_response_headers: DebugStep

    Permalink
    Definition Classes
    HttpDsl
  147. def show_last_status: DebugStep

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

    Permalink
    Definition Classes
    Dsl
  149. def show_session: DebugStep

    Permalink
    Definition Classes
    Dsl
  150. def sortingTimeout: Span

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

    Permalink
    Definition Classes
    HttpDsl
  152. final val styleName: String

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

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

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

    Permalink
    Definition Classes
    Suite
  156. def suiteName: String

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

    Permalink
    Definition Classes
    AnyRef
  158. def tags: Map[String, Set[String]]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  163. def transform_assert_session[A](key: String, expected: (Session) ⇒ A, mapValue: (Session, String) ⇒ A, title: String): RunnableStep[A]

    Permalink
    Definition Classes
    Dsl
  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 unregisterFeature(): Unit

    Permalink
    Attributes
    protected
  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 withClue[T](clue: Any)(fun: ⇒ T): T

    Permalink
    Definition Classes
    Assertions
  172. 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 CornichonJson

Inherited from Dsl

Inherited from CornichonLogger

Inherited from AnyRef

Inherited from Any

Ungrouped