Packages

c

scodec

CodecSuite

abstract class CodecSuite extends WordSpec with Matchers with GeneratorDrivenPropertyChecks

Source
CodecSuite.scala
Linear Supertypes
GeneratorDrivenPropertyChecks, Configuration, Whenever, Matchers, Explicitly, MatcherWords, Tolerance, WordSpec, WordSpecLike, Documenting, Alerting, Notifying, Informing, CanVerb, MustVerb, ShouldVerb, TestRegistration, TestSuite, Suite, Serializable, Serializable, Assertions, TripleEquals, TripleEqualsSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CodecSuite
  2. GeneratorDrivenPropertyChecks
  3. Configuration
  4. Whenever
  5. Matchers
  6. Explicitly
  7. MatcherWords
  8. Tolerance
  9. WordSpec
  10. WordSpecLike
  11. Documenting
  12. Alerting
  13. Notifying
  14. Informing
  15. CanVerb
  16. MustVerb
  17. ShouldVerb
  18. TestRegistration
  19. TestSuite
  20. Suite
  21. Serializable
  22. Serializable
  23. Assertions
  24. TripleEquals
  25. TripleEqualsSupport
  26. AnyRef
  27. Any
Implicitly
  1. by convertToEqualizer
  2. by convertToEqualizer
  3. by convertToAnyShouldWrapper
  4. by convertNumericToPlusOrMinusWrapper
  5. by convertToEqualizer
  6. by convertNumericToPlusOrMinusWrapper
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CodecSuite()

Type Members

  1. final class AWord extends AnyRef
    Definition Classes
    Matchers
  2. final class AfterWord extends AnyRef
    Attributes
    protected
    Definition Classes
    WordSpecLike
  3. final class AnWord extends AnyRef
    Definition Classes
    Matchers
  4. sealed class AnyShouldWrapper[T] extends AnyRef
    Definition Classes
    Matchers
  5. class AssertionsHelper extends AnyRef
    Definition Classes
    Assertions
  6. class CheckingEqualizer[L] extends AnyRef
    Definition Classes
    TripleEqualsSupport
  7. class ConfiguredPropertyCheck extends AnyRef
    Definition Classes
    GeneratorDrivenPropertyChecks
  8. class DecidedByEquality[A] extends Equality[A]
    Definition Classes
    Explicitly
  9. class DecidedWord extends AnyRef
    Definition Classes
    Explicitly
  10. class DeterminedByEquivalence[T] extends Equivalence[T]
    Definition Classes
    Explicitly
  11. class DeterminedWord extends AnyRef
    Definition Classes
    Explicitly
  12. class Equalizer[L] extends AnyRef
    Definition Classes
    TripleEqualsSupport
  13. final class ItWord extends AnyRef
    Attributes
    protected
    Definition Classes
    WordSpecLike
  14. final class KeyWord extends AnyRef
    Definition Classes
    Matchers
  15. case class MaxDiscardedFactor extends PropertyCheckConfigParam with Product with Serializable
    Definition Classes
    Configuration
  16. case class MinSize extends PropertyCheckConfigParam with Product with Serializable
    Definition Classes
    Configuration
  17. case class MinSuccessful extends PropertyCheckConfigParam with Product with Serializable
    Definition Classes
    Configuration
  18. trait NoArgTest extends () ⇒ Outcome with TestData
    Attributes
    protected
    Definition Classes
    TestSuite
  19. final class PlusOrMinusWrapper[T] extends AnyRef
    Definition Classes
    Tolerance
  20. sealed abstract class PropertyCheckConfigParam extends Product with Serializable
    Definition Classes
    Configuration
  21. case class PropertyCheckConfiguration extends PropertyCheckConfigurable with Product with Serializable
    Definition Classes
    Configuration
  22. final class RegexWord extends AnyRef
    Definition Classes
    Matchers
  23. final class RegexWrapper extends AnyRef
    Definition Classes
    Matchers
  24. class ResultOfBeWordForAny[T] extends AnyRef
    Definition Classes
    Matchers
  25. sealed class ResultOfBeWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  26. final class ResultOfCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  27. final class ResultOfContainWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  28. final class ResultOfEndWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  29. final class ResultOfEndWithWordForString extends AnyRef
    Definition Classes
    Matchers
  30. final class ResultOfFullyMatchWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  31. final class ResultOfFullyMatchWordForString extends AnyRef
    Definition Classes
    Matchers
  32. final class ResultOfHaveWordForCollectedExtent[A] extends AnyRef
    Definition Classes
    Matchers
  33. final class ResultOfHaveWordForExtent[A] extends AnyRef
    Definition Classes
    Matchers
  34. final class ResultOfIncludeWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  35. final class ResultOfIncludeWordForString extends AnyRef
    Definition Classes
    Matchers
  36. final class ResultOfNotWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  37. final class ResultOfStartWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  38. final class ResultOfStartWithWordForString extends AnyRef
    Definition Classes
    Matchers
  39. final class ResultOfTaggedAsInvocationOnString extends AnyRef
    Attributes
    protected
    Definition Classes
    WordSpecLike
  40. case class SizeRange extends PropertyCheckConfigParam with Product with Serializable
    Definition Classes
    Configuration
  41. trait StringCanWrapperForVerb extends AnyRef
    Definition Classes
    CanVerb
  42. trait StringMustWrapperForVerb extends AnyRef
    Definition Classes
    MustVerb
  43. final class StringShouldWrapper extends AnyShouldWrapper[String] with org.scalatest.Matchers.StringShouldWrapperForVerb
    Definition Classes
    Matchers
  44. trait StringShouldWrapperForVerb extends AnyRef
    Definition Classes
    ShouldVerb
  45. class TheAfterWord extends AnyRef
    Definition Classes
    Explicitly
  46. final class TheSameInstanceAsPhrase extends AnyRef
    Definition Classes
    Matchers
  47. final class TheyWord extends AnyRef
    Attributes
    protected
    Definition Classes
    WordSpecLike
  48. final class ValueWord extends AnyRef
    Definition Classes
    Matchers
  49. final class WordSpecStringWrapper extends AnyRef
    Attributes
    protected
    Definition Classes
    WordSpecLike
  50. case class Workers extends PropertyCheckConfigParam with Product with Serializable
    Definition Classes
    Configuration
  51. case class MaxDiscarded extends PropertyCheckConfigParam with Product with Serializable
    Definition Classes
    Configuration
    Annotations
    @deprecated
    Deprecated
  52. case class MaxSize extends PropertyCheckConfigParam with Product with Serializable
    Definition Classes
    Configuration
    Annotations
    @deprecated
    Deprecated

    use SizeRange instead

  53. case class PropertyCheckConfig extends PropertyCheckConfigurable with Product with Serializable
    Definition Classes
    Configuration
    Annotations
    @deprecated
    Deprecated

    Use PropertyCheckConfiguration instead

  54. trait PropertyCheckConfigurable extends AnyRef
    Definition Classes
    Configuration
    Annotations
    @deprecated
    Deprecated

    Use PropertyCheckConfiguration directly instead.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  3. def !==(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  4. def !==[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  5. final def ##(): Int
    Definition Classes
    AnyRef → Any
  6. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CodecSuite to any2stringadd[CodecSuite] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def ->[B](y: B): (CodecSuite, B)
    Implicit
    This member is added by an implicit conversion from CodecSuite to ArrowAssoc[CodecSuite] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def <[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanComparison[T]
    Definition Classes
    Matchers
  9. def <=[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanOrEqualToComparison[T]
    Definition Classes
    Matchers
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]
    Definition Classes
    TripleEqualsSupport
  12. def ===(right: Null): TripleEqualsInvocation[Null]
    Definition Classes
    TripleEqualsSupport
  13. def ===[T](right: T): TripleEqualsInvocation[T]
    Definition Classes
    TripleEqualsSupport
  14. def >[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanComparison[T]
    Definition Classes
    Matchers
  15. def >=[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanOrEqualToComparison[T]
    Definition Classes
    Matchers
  16. implicit def PropertyCheckConfig2PropertyCheckConfiguration(p: PropertyCheckConfig): PropertyCheckConfiguration
    Definition Classes
    Configuration
  17. def a[T](implicit arg0: ClassTag[T]): ResultOfATypeInvocation[T]
    Definition Classes
    Matchers
  18. val a: AWord
    Definition Classes
    Matchers
  19. val after: TheAfterWord
    Definition Classes
    Explicitly
  20. def afterWord(text: String): AfterWord
    Attributes
    protected
    Definition Classes
    WordSpecLike
  21. def alert: Alerter
    Attributes
    protected
    Definition Classes
    WordSpecLike → Alerting
  22. def all(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  23. def all[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  24. def all[K, V, MAP[k, v] <: GenMap[k, v]](xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  25. def all[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  26. def allElementsOf[R](elements: GenTraversable[R]): ResultOfAllElementsOfApplication
    Definition Classes
    Matchers
  27. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAllOfApplication
    Definition Classes
    Matchers
  28. def an[T](implicit arg0: ClassTag[T]): ResultOfAnTypeInvocation[T]
    Definition Classes
    Matchers
  29. val an: AnWord
    Definition Classes
    Matchers
  30. implicit def arbBitVector: Arbitrary[BitVector]
  31. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  32. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  33. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  34. macro def assertCompiles(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  35. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  36. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  37. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  38. def assertThrows[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): Assertion
    Definition Classes
    Assertions
  39. macro def assertTypeError(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  40. val assertionsHelper: AssertionsHelper
    Definition Classes
    Assertions
  41. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  42. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  43. def atLeast(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  44. def atLeast[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  45. def atLeast[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  46. def atLeast[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  47. def atLeastOneElementOf(elements: GenTraversable[Any]): ResultOfAtLeastOneElementOfApplication
    Definition Classes
    Matchers
  48. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtLeastOneOfApplication
    Definition Classes
    Matchers
  49. def atMost(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  50. def atMost[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  51. def atMost[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  52. def atMost[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  53. def atMostOneElementOf[R](elements: GenTraversable[R]): ResultOfAtMostOneElementOfApplication
    Definition Classes
    Matchers
  54. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtMostOneOfApplication
    Definition Classes
    Matchers
  55. val be: BeWord
    Definition Classes
    MatcherWords
  56. val behave: BehaveWord
    Attributes
    protected
    Definition Classes
    WordSpecLike
  57. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  58. def between[K, V, JMAP[k, v] <: Map[k, v]](from: Int, upTo: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  59. def between[E, C[_]](from: Int, upTo: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  60. def cancel(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  61. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  62. def cancel(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  63. def cancel()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  64. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  65. val compile: CompileWord
    Definition Classes
    MatcherWords
  66. val contain: ContainWord
    Definition Classes
    MatcherWords
  67. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  68. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  69. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  70. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  71. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  72. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]
    Definition Classes
    Tolerance
  73. implicit def convertToAnyShouldWrapper[T](o: T)(implicit pos: Position, prettifier: Prettifier): AnyShouldWrapper[T]
    Definition Classes
    Matchers
  74. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  75. implicit def convertToEqualizer[T](left: T): Equalizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  76. implicit def convertToRegexWrapper(o: Regex): RegexWrapper
    Definition Classes
    Matchers
  77. implicit def convertToStringCanWrapper(o: String)(implicit position: Position): StringCanWrapperForVerb
    Definition Classes
    CanVerb
  78. implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): StringMustWrapperForVerb
    Definition Classes
    MustVerb
  79. implicit def convertToStringShouldWrapper(o: String)(implicit pos: Position, prettifier: Prettifier): StringShouldWrapper
    Definition Classes
    Matchers
  80. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb
    Definition Classes
    ShouldVerb
  81. implicit def convertToWordSpecStringWrapper(s: String): WordSpecStringWrapper
    Attributes
    protected
    Definition Classes
    WordSpecLike
  82. val decided: DecidedWord
    Definition Classes
    Explicitly
  83. def defaultEquality[A]: Equality[A]
    Definition Classes
    TripleEqualsSupport
  84. val defined: DefinedWord
    Definition Classes
    MatcherWords
  85. def definedAt[T](right: T): ResultOfDefinedAt[T]
    Definition Classes
    Matchers
  86. def definedSamples[A](gen: Gen[A]): Stream[A]
    Attributes
    protected
  87. val determined: DeterminedWord
    Definition Classes
    Explicitly
  88. val empty: EmptyWord
    Definition Classes
    MatcherWords
  89. def encodeError[A](codec: Codec[A], a: A, err: Err): Assertion
    Attributes
    protected
  90. val endWith: EndWithWord
    Definition Classes
    MatcherWords
  91. def ensuring(cond: (CodecSuite) ⇒ Boolean, msg: ⇒ Any): CodecSuite
    Implicit
    This member is added by an implicit conversion from CodecSuite to Ensuring[CodecSuite] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  92. def ensuring(cond: (CodecSuite) ⇒ Boolean): CodecSuite
    Implicit
    This member is added by an implicit conversion from CodecSuite to Ensuring[CodecSuite] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  93. def ensuring(cond: Boolean, msg: ⇒ Any): CodecSuite
    Implicit
    This member is added by an implicit conversion from CodecSuite to Ensuring[CodecSuite] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  94. def ensuring(cond: Boolean): CodecSuite
    Implicit
    This member is added by an implicit conversion from CodecSuite to Ensuring[CodecSuite] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  95. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  96. def equal(o: Null): Matcher[AnyRef]
    Definition Classes
    Matchers
  97. def equal[T](spread: Spread[T]): Matcher[T]
    Definition Classes
    Matchers
  98. def equal(right: Any): MatcherFactory1[Any, Equality]
    Definition Classes
    MatcherWords
  99. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  100. def every(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  101. def every[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  102. def every[K, V, MAP[k, v] <: Map[k, v]](xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  103. def every[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  104. def exactly(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  105. def exactly[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  106. def exactly[K, V, MAP[k, v] <: GenMap[k, v]](num: Int, xs: MAP[K, V])(implicit collecting: Collecting[(K, V), GenTraversable[(K, V)]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[(K, V)]
    Definition Classes
    Matchers
  107. def exactly[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  108. val exist: ExistWord
    Definition Classes
    MatcherWords
  109. def expectedTestCount(filter: Filter): Int
    Definition Classes
    Suite
  110. def fail(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  111. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  112. def fail(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  113. def fail()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  114. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  115. def forAll[A, B, C, D, E, F, ASSERTION](genAndNameA: (Gen[A], String), genAndNameB: (Gen[B], String), genAndNameC: (Gen[C], String), genAndNameD: (Gen[D], String), genAndNameE: (Gen[E], String), genAndNameF: (Gen[F], String), configParams: PropertyCheckConfigParam*)(fun: (A, B, C, D, E, F) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], shrC: Shrink[C], shrD: Shrink[D], shrE: Shrink[E], shrF: Shrink[F], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  116. def forAll[A, B, C, D, E, F, ASSERTION](genA: Gen[A], genB: Gen[B], genC: Gen[C], genD: Gen[D], genE: Gen[E], genF: Gen[F], configParams: PropertyCheckConfigParam*)(fun: (A, B, C, D, E, F) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], shrC: Shrink[C], shrD: Shrink[D], shrE: Shrink[E], shrF: Shrink[F], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  117. def forAll[A, B, C, D, E, F, ASSERTION](nameA: String, nameB: String, nameC: String, nameD: String, nameE: String, nameF: String, configParams: PropertyCheckConfigParam*)(fun: (A, B, C, D, E, F) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], arbC: Arbitrary[C], shrC: Shrink[C], arbD: Arbitrary[D], shrD: Shrink[D], arbE: Arbitrary[E], shrE: Shrink[E], arbF: Arbitrary[F], shrF: Shrink[F], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  118. def forAll[A, B, C, D, E, F, ASSERTION](fun: (A, B, C, D, E, F) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], arbC: Arbitrary[C], shrC: Shrink[C], arbD: Arbitrary[D], shrD: Shrink[D], arbE: Arbitrary[E], shrE: Shrink[E], arbF: Arbitrary[F], shrF: Shrink[F], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  119. def forAll[A, B, C, D, E, ASSERTION](genAndNameA: (Gen[A], String), genAndNameB: (Gen[B], String), genAndNameC: (Gen[C], String), genAndNameD: (Gen[D], String), genAndNameE: (Gen[E], String), configParams: PropertyCheckConfigParam*)(fun: (A, B, C, D, E) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], shrC: Shrink[C], shrD: Shrink[D], shrE: Shrink[E], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  120. def forAll[A, B, C, D, E, ASSERTION](genA: Gen[A], genB: Gen[B], genC: Gen[C], genD: Gen[D], genE: Gen[E], configParams: PropertyCheckConfigParam*)(fun: (A, B, C, D, E) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], shrC: Shrink[C], shrD: Shrink[D], shrE: Shrink[E], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  121. def forAll[A, B, C, D, E, ASSERTION](nameA: String, nameB: String, nameC: String, nameD: String, nameE: String, configParams: PropertyCheckConfigParam*)(fun: (A, B, C, D, E) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], arbC: Arbitrary[C], shrC: Shrink[C], arbD: Arbitrary[D], shrD: Shrink[D], arbE: Arbitrary[E], shrE: Shrink[E], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  122. def forAll[A, B, C, D, E, ASSERTION](fun: (A, B, C, D, E) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], arbC: Arbitrary[C], shrC: Shrink[C], arbD: Arbitrary[D], shrD: Shrink[D], arbE: Arbitrary[E], shrE: Shrink[E], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  123. def forAll[A, B, C, D, ASSERTION](genAndNameA: (Gen[A], String), genAndNameB: (Gen[B], String), genAndNameC: (Gen[C], String), genAndNameD: (Gen[D], String), configParams: PropertyCheckConfigParam*)(fun: (A, B, C, D) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], shrC: Shrink[C], shrD: Shrink[D], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  124. def forAll[A, B, C, D, ASSERTION](genA: Gen[A], genB: Gen[B], genC: Gen[C], genD: Gen[D], configParams: PropertyCheckConfigParam*)(fun: (A, B, C, D) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], shrC: Shrink[C], shrD: Shrink[D], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  125. def forAll[A, B, C, D, ASSERTION](nameA: String, nameB: String, nameC: String, nameD: String, configParams: PropertyCheckConfigParam*)(fun: (A, B, C, D) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], arbC: Arbitrary[C], shrC: Shrink[C], arbD: Arbitrary[D], shrD: Shrink[D], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  126. def forAll[A, B, C, D, ASSERTION](fun: (A, B, C, D) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], arbC: Arbitrary[C], shrC: Shrink[C], arbD: Arbitrary[D], shrD: Shrink[D], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  127. def forAll[A, B, C, ASSERTION](genAndNameA: (Gen[A], String), genAndNameB: (Gen[B], String), genAndNameC: (Gen[C], String), configParams: PropertyCheckConfigParam*)(fun: (A, B, C) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], shrC: Shrink[C], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  128. def forAll[A, B, C, ASSERTION](genA: Gen[A], genB: Gen[B], genC: Gen[C], configParams: PropertyCheckConfigParam*)(fun: (A, B, C) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], shrC: Shrink[C], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  129. def forAll[A, B, C, ASSERTION](nameA: String, nameB: String, nameC: String, configParams: PropertyCheckConfigParam*)(fun: (A, B, C) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], arbC: Arbitrary[C], shrC: Shrink[C], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  130. def forAll[A, B, C, ASSERTION](fun: (A, B, C) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], arbC: Arbitrary[C], shrC: Shrink[C], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  131. def forAll[A, B, ASSERTION](genAndNameA: (Gen[A], String), genAndNameB: (Gen[B], String), configParams: PropertyCheckConfigParam*)(fun: (A, B) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  132. def forAll[A, B, ASSERTION](genA: Gen[A], genB: Gen[B], configParams: PropertyCheckConfigParam*)(fun: (A, B) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], shrB: Shrink[B], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  133. def forAll[A, B, ASSERTION](nameA: String, nameB: String, configParams: PropertyCheckConfigParam*)(fun: (A, B) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  134. def forAll[A, B, ASSERTION](fun: (A, B) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], arbB: Arbitrary[B], shrB: Shrink[B], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  135. def forAll[A, ASSERTION](genAndNameA: (Gen[A], String), configParams: PropertyCheckConfigParam*)(fun: (A) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  136. def forAll[A, ASSERTION](genA: Gen[A], configParams: PropertyCheckConfigParam*)(fun: (A) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, shrA: Shrink[A], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  137. def forAll[A, ASSERTION](nameA: String, configParams: PropertyCheckConfigParam*)(fun: (A) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  138. def forAll[A, ASSERTION](fun: (A) ⇒ ASSERTION)(implicit config: PropertyCheckConfigurable, arbA: Arbitrary[A], shrA: Shrink[A], asserting: CheckerAsserting[ASSERTION], prettifier: Prettifier, pos: Position): Result
    Definition Classes
    GeneratorDrivenPropertyChecks
  139. def forAll(configParams: PropertyCheckConfigParam*): ConfiguredPropertyCheck
    Definition Classes
    GeneratorDrivenPropertyChecks
  140. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CodecSuite to StringFormat[CodecSuite] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  141. val fullyMatch: FullyMatchWord
    Definition Classes
    MatcherWords
  142. implicit val generatorDrivenConfig: PropertyCheckConfiguration
    Definition Classes
    CodecSuite → Configuration
  143. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  144. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  145. val have: HaveWord
    Definition Classes
    MatcherWords
  146. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderApplication
    Definition Classes
    Matchers
  147. def inOrderElementsOf[R](elements: GenTraversable[R]): ResultOfInOrderElementsOfApplication
    Definition Classes
    Matchers
  148. def inOrderOnly[T](firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderOnlyApplication
    Definition Classes
    Matchers
  149. val include: IncludeWord
    Definition Classes
    MatcherWords
  150. def info: Informer
    Attributes
    protected
    Definition Classes
    WordSpecLike → Informing
  151. def intercept[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): T
    Definition Classes
    Assertions
  152. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  153. val it: ItWord
    Attributes
    protected
    Definition Classes
    WordSpecLike
  154. val key: KeyWord
    Definition Classes
    Matchers
  155. val leftSideValue: CodecSuite
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  156. val length: LengthWord
    Definition Classes
    MatcherWords
  157. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  158. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  159. def markup: Documenter
    Attributes
    protected
    Definition Classes
    WordSpecLike → Documenting
  160. val matchPattern: MatchPatternWord
    Definition Classes
    MatcherWords
  161. def maxDiscardedFactor(value: PosZDouble): MaxDiscardedFactor
    Definition Classes
    Configuration
  162. def message(expectedMessage: String): ResultOfMessageWordApplication
    Definition Classes
    Matchers
  163. def minSize(value: PosZInt): MinSize
    Definition Classes
    Configuration
  164. def minSuccessful(value: PosInt): MinSuccessful
    Definition Classes
    Configuration
  165. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  166. def nestedSuites: IndexedSeq[Suite]
    Definition Classes
    Suite
  167. def no(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  168. def no[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]
    Definition Classes
    Matchers
  169. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  170. def noElementsOf(elements: GenTraversable[Any]): ResultOfNoElementsOfApplication
    Definition Classes
    Matchers
  171. def noException(implicit pos: Position): NoExceptionWord
    Definition Classes
    MatcherWords
  172. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfNoneOfApplication
    Definition Classes
    Matchers
  173. val not: NotWord
    Definition Classes
    MatcherWords
  174. def note: Notifier
    Attributes
    protected
    Definition Classes
    WordSpecLike → Notifying
  175. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  176. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  177. def of[T](implicit ev: ClassTag[T]): ResultOfOfTypeInvocation[T]
    Definition Classes
    Matchers
  178. def oneElementOf(elements: GenTraversable[Any]): ResultOfOneElementOfApplication
    Definition Classes
    Matchers
  179. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfOneOfApplication
    Definition Classes
    Matchers
  180. def only(xs: Any*)(implicit pos: Position): ResultOfOnlyApplication
    Definition Classes
    Matchers
  181. def pending: Assertion with PendingStatement
    Definition Classes
    Assertions
  182. def pendingUntilFixed(f: ⇒ Unit)(implicit pos: Position): Assertion with PendingStatement
    Definition Classes
    Assertions
  183. val pos: Position
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  184. val prettifier: Prettifier
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  185. val readable: ReadableWord
    Definition Classes
    MatcherWords
  186. val regex: RegexWord
    Definition Classes
    Matchers
  187. final def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit
    Definition Classes
    WordSpecLike → TestRegistration
  188. final def registerTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit
    Definition Classes
    WordSpecLike → TestRegistration
  189. def rerunner: Option[String]
    Definition Classes
    Suite
  190. def roundtrip[A](codec: Codec[A], value: A): Unit
    Attributes
    protected
  191. def roundtrip[A](a: A)(implicit c: Lazy[Codec[A]]): Unit
    Attributes
    protected
  192. def roundtripAll[A](codec: Codec[A], as: Iterable[A]): Unit
    Attributes
    protected
  193. def run(testName: Option[String], args: Args): Status
    Definition Classes
    WordSpecLike → Suite
  194. def runNestedSuites(args: Args): Status
    Attributes
    protected
    Definition Classes
    Suite
  195. def runTest(testName: String, args: Args): Status
    Attributes
    protected
    Definition Classes
    WordSpecLike → TestSuite → Suite
  196. def runTests(testName: Option[String], args: Args): Status
    Attributes
    protected
    Definition Classes
    WordSpecLike → Suite
  197. def samples[A](gen: Gen[A]): Stream[Option[A]]
    Attributes
    protected
  198. def should(endWithWord: EndWithWord)(implicit ev: <:<[CodecSuite, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  199. def should(startWithWord: StartWithWord)(implicit ev: <:<[CodecSuite, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  200. def should(includeWord: IncludeWord)(implicit ev: <:<[CodecSuite, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  201. def should(notExist: ResultOfNotExist)(implicit existence: Existence[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  202. def should(existWord: ExistWord)(implicit existence: Existence[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  203. def should(containWord: ContainWord): ResultOfContainWord[CodecSuite]
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  204. def should(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[CodecSuite]
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  205. def should(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[CodecSuite]
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  206. def should(inv: TripleEqualsInvocationOnSpread[CodecSuite])(implicit ev: Numeric[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  207. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[CodecSuite, U]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  208. def should(notWord: NotWord): ResultOfNotWordForAny[CodecSuite]
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  209. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[CodecSuite, TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[CodecSuite], typeClass2: TYPECLASS2[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  210. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[CodecSuite, TYPECLASS1])(implicit typeClass1: TYPECLASS1[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  211. def should(rightMatcherX1: Matcher[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  212. def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[CodecSuite, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  213. def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[CodecSuite, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  214. def shouldBe(bePropertyMatcher: BePropertyMatcher[CodecSuite])(implicit ev: <:<[CodecSuite, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  215. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[CodecSuite, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  216. def shouldBe(right: Null)(implicit ev: <:<[CodecSuite, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  217. def shouldBe(right: DefinedWord)(implicit definition: Definition[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  218. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  219. def shouldBe(right: WritableWord)(implicit writability: Writability[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  220. def shouldBe(right: ReadableWord)(implicit readability: Readability[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  221. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  222. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  223. def shouldBe(right: SortedWord)(implicit sortable: Sortable[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  224. def shouldBe(spread: Spread[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  225. def shouldBe(beMatcher: BeMatcher[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  226. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  227. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  228. def shouldBe(comparison: ResultOfGreaterThanComparison[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  229. def shouldBe(comparison: ResultOfLessThanComparison[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  230. def shouldBe(right: Any): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  231. def shouldDecodeFullyTo[A](codec: Codec[A], buf: BitVector, expected: A): Assertion
    Attributes
    protected
  232. def shouldEqual(right: Null)(implicit ev: <:<[CodecSuite, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  233. def shouldEqual(spread: Spread[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  234. def shouldEqual(right: Any)(implicit equality: Equality[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  235. def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[CodecSuite, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  236. def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[CodecSuite, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  237. def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[CodecSuite, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  238. def shouldNot(existWord: ExistWord)(implicit existence: Existence[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  239. def shouldNot(contain: ContainWord): ResultOfContainWord[CodecSuite]
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  240. def shouldNot(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[CodecSuite]
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  241. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[CodecSuite, TYPECLASS1])(implicit typeClass1: TYPECLASS1[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  242. def shouldNot(rightMatcherX1: Matcher[CodecSuite]): Assertion
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  243. def shouldNot(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[CodecSuite]
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  244. val size: SizeWord
    Definition Classes
    MatcherWords
  245. def sizeRange(value: PosZInt): SizeRange
    Definition Classes
    Configuration
  246. val sorted: SortedWord
    Definition Classes
    MatcherWords
  247. val startWith: StartWithWord
    Definition Classes
    MatcherWords
  248. final val styleName: String
    Definition Classes
    WordSpecLike → Suite
  249. implicit val subjectRegistrationFunction: StringVerbBlockRegistration
    Attributes
    protected
    Definition Classes
    WordSpecLike
  250. implicit val subjectWithAfterWordRegistrationFunction: SubjectWithAfterWordRegistration
    Attributes
    protected
    Definition Classes
    WordSpecLike
  251. final val succeed: Assertion
    Definition Classes
    Assertions
  252. def suiteId: String
    Definition Classes
    Suite
  253. def suiteName: String
    Definition Classes
    Suite
  254. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  255. def tags: Map[String, Set[String]]
    Definition Classes
    WordSpecLike → Suite
  256. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
    Definition Classes
    WordSpecLike → Suite
  257. def testNames: Set[String]
    Definition Classes
    WordSpecLike → Suite
  258. def the[T](implicit arg0: ClassTag[T], pos: Position): ResultOfTheTypeInvocation[T]
    Definition Classes
    Matchers
  259. def theSameElementsAs(xs: GenTraversable[_]): ResultOfTheSameElementsAsApplication
    Definition Classes
    Matchers
  260. def theSameElementsInOrderAs(xs: GenTraversable[_]): ResultOfTheSameElementsInOrderAsApplication
    Definition Classes
    Matchers
  261. val theSameInstanceAs: TheSameInstanceAsPhrase
    Definition Classes
    Matchers
  262. val they: TheyWord
    Attributes
    protected
    Definition Classes
    WordSpecLike
  263. def thrownBy(fun: ⇒ Any): ResultOfThrownByApplication
    Definition Classes
    Matchers
  264. def time[A](f: ⇒ A): (A, FiniteDuration)
    Attributes
    protected
  265. def toString(): String
    Definition Classes
    WordSpec → AnyRef → Any
  266. val typeCheck: TypeCheckWord
    Definition Classes
    MatcherWords
  267. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  268. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  269. val value: ValueWord
    Definition Classes
    Matchers
  270. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  271. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  272. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  273. def whenever[T](condition: Boolean)(fun: ⇒ T)(implicit wa: WheneverAsserting[T]): Result
    Definition Classes
    Whenever
  274. def withClue[T](clue: Any)(fun: ⇒ T): T
    Definition Classes
    Assertions
  275. def withFixture(test: NoArgTest): Outcome
    Attributes
    protected
    Definition Classes
    TestSuite
  276. def workers(value: PosInt): Workers
    Definition Classes
    Configuration
  277. val writable: WritableWord
    Definition Classes
    MatcherWords
  278. def [B](y: B): (CodecSuite, B)
    Implicit
    This member is added by an implicit conversion from CodecSuite to ArrowAssoc[CodecSuite] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  279. object PropertyCheckConfiguration extends Serializable
    Definition Classes
    Configuration

Shadowed Implicit Value Members

  1. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Assertions.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Assertions.Equalizer[CodecSuite]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Assertions.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Assertions.Equalizer[CodecSuite]).!==(spread)
    Definition Classes
    Equalizer
  3. def !==(rightSide: Any)(implicit equality: Equality[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Assertions.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Assertions.Equalizer[CodecSuite]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalactic.TripleEquals.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalactic.TripleEquals.Equalizer[CodecSuite]).!==(literalNull)
    Definition Classes
    Equalizer
  5. def !==(spread: Spread[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalactic.TripleEquals.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalactic.TripleEquals.Equalizer[CodecSuite]).!==(spread)
    Definition Classes
    Equalizer
  6. def !==(rightSide: Any)(implicit equality: Equality[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalactic.TripleEquals.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalactic.TripleEquals.Equalizer[CodecSuite]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  7. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Matchers.Equalizer[CodecSuite]).!==(literalNull)
    Definition Classes
    Equalizer
  8. def !==(spread: Spread[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Matchers.Equalizer[CodecSuite]).!==(spread)
    Definition Classes
    Equalizer
  9. def !==(rightSide: Any)(implicit equality: Equality[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Matchers.Equalizer[CodecSuite]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  10. def +-(tolerance: CodecSuite): Spread[CodecSuite]
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.PlusOrMinusWrapper[CodecSuite] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[CodecSuite] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Matchers.PlusOrMinusWrapper[CodecSuite]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  11. def +-(tolerance: CodecSuite): Spread[CodecSuite]
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalactic.Tolerance.PlusOrMinusWrapper[CodecSuite] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[CodecSuite] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (codecSuite: org.scalactic.Tolerance.PlusOrMinusWrapper[CodecSuite]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  12. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Assertions.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Assertions.Equalizer[CodecSuite]).===(literalNull)
    Definition Classes
    Equalizer
  13. def ===(spread: Spread[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Assertions.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Assertions.Equalizer[CodecSuite]).===(spread)
    Definition Classes
    Equalizer
  14. def ===(rightSide: Any)(implicit equality: Equality[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Assertions.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Assertions.Equalizer[CodecSuite]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  15. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalactic.TripleEquals.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalactic.TripleEquals.Equalizer[CodecSuite]).===(literalNull)
    Definition Classes
    Equalizer
  16. def ===(spread: Spread[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalactic.TripleEquals.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalactic.TripleEquals.Equalizer[CodecSuite]).===(spread)
    Definition Classes
    Equalizer
  17. def ===(rightSide: Any)(implicit equality: Equality[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalactic.TripleEquals.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalactic.TripleEquals.Equalizer[CodecSuite]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  18. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Matchers.Equalizer[CodecSuite]).===(literalNull)
    Definition Classes
    Equalizer
  19. def ===(spread: Spread[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Matchers.Equalizer[CodecSuite]).===(spread)
    Definition Classes
    Equalizer
  20. def ===(rightSide: Any)(implicit equality: Equality[CodecSuite]): Boolean
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Matchers.Equalizer[CodecSuite]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  21. val leftSide: CodecSuite
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Assertions.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Assertions.Equalizer[CodecSuite]).leftSide
    Definition Classes
    Equalizer
  22. val leftSide: CodecSuite
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalactic.TripleEquals.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (codecSuite: org.scalactic.TripleEquals.Equalizer[CodecSuite]).leftSide
    Definition Classes
    Equalizer
  23. val leftSide: CodecSuite
    Implicit
    This member is added by an implicit conversion from CodecSuite to org.scalatest.Matchers.Equalizer[CodecSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (codecSuite: org.scalatest.Matchers.Equalizer[CodecSuite]).leftSide
    Definition Classes
    Equalizer

Deprecated Value Members

  1. def maxDiscarded(value: Int): MaxDiscarded
    Definition Classes
    Configuration
    Annotations
    @deprecated
    Deprecated

    use maxDiscardedFactor instead

  2. def maxSize(value: Int): MaxSize
    Definition Classes
    Configuration
    Annotations
    @deprecated
    Deprecated

    use SizeRange instead

  3. def trap[T](f: ⇒ T): Throwable
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, and will be removed in a future version of ScalaTest

Inherited from GeneratorDrivenPropertyChecks

Inherited from Configuration

Inherited from Whenever

Inherited from Matchers

Inherited from Explicitly

Inherited from MatcherWords

Inherited from Tolerance

Inherited from WordSpec

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 TestSuite

Inherited from Suite

Inherited from Serializable

Inherited from Serializable

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion convertToEqualizer from CodecSuite to org.scalatest.Assertions.Equalizer[CodecSuite]

Inherited by implicit conversion convertToEqualizer from CodecSuite to org.scalactic.TripleEquals.Equalizer[CodecSuite]

Inherited by implicit conversion convertToAnyShouldWrapper from CodecSuite to org.scalatest.Matchers.AnyShouldWrapper[CodecSuite]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper from CodecSuite to org.scalatest.Matchers.PlusOrMinusWrapper[CodecSuite]

Inherited by implicit conversion convertToEqualizer from CodecSuite to org.scalatest.Matchers.Equalizer[CodecSuite]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper from CodecSuite to org.scalactic.Tolerance.PlusOrMinusWrapper[CodecSuite]

Inherited by implicit conversion any2stringadd from CodecSuite to any2stringadd[CodecSuite]

Inherited by implicit conversion StringFormat from CodecSuite to StringFormat[CodecSuite]

Inherited by implicit conversion Ensuring from CodecSuite to Ensuring[CodecSuite]

Inherited by implicit conversion ArrowAssoc from CodecSuite to ArrowAssoc[CodecSuite]

Ungrouped