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[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  25. def allElementsOf[R](elements: GenTraversable[R]): ResultOfAllElementsOfApplication
    Definition Classes
    Matchers
  26. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAllOfApplication
    Definition Classes
    Matchers
  27. def an[T](implicit arg0: ClassTag[T]): ResultOfAnTypeInvocation[T]
    Definition Classes
    Matchers
  28. val an: AnWord
    Definition Classes
    Matchers
  29. implicit def arbBitVector: Arbitrary[BitVector]
  30. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  31. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  32. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  33. macro def assertCompiles(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  34. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  35. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  36. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  37. def assertThrows[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): Assertion
    Definition Classes
    Assertions
  38. macro def assertTypeError(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  39. val assertionsHelper: AssertionsHelper
    Definition Classes
    Assertions
  40. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  41. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  42. def atLeast(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  43. 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
  44. def atLeast[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  45. def atLeastOneElementOf(elements: GenTraversable[Any]): ResultOfAtLeastOneElementOfApplication
    Definition Classes
    Matchers
  46. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtLeastOneOfApplication
    Definition Classes
    Matchers
  47. def atMost(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  48. 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
  49. def atMost[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  50. def atMostOneElementOf[R](elements: GenTraversable[R]): ResultOfAtMostOneElementOfApplication
    Definition Classes
    Matchers
  51. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtMostOneOfApplication
    Definition Classes
    Matchers
  52. val be: BeWord
    Definition Classes
    MatcherWords
  53. val behave: BehaveWord
    Attributes
    protected
    Definition Classes
    WordSpecLike
  54. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  55. 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
  56. 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
  57. def cancel(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  58. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  59. def cancel(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  60. def cancel()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  61. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  62. val compile: CompileWord
    Definition Classes
    MatcherWords
  63. val contain: ContainWord
    Definition Classes
    MatcherWords
  64. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  65. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  66. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  67. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  68. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  69. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]
    Definition Classes
    Tolerance
  70. implicit def convertToAnyShouldWrapper[T](o: T)(implicit pos: Position, prettifier: Prettifier): AnyShouldWrapper[T]
    Definition Classes
    Matchers
  71. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  72. implicit def convertToEqualizer[T](left: T): Equalizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  73. implicit def convertToRegexWrapper(o: Regex): RegexWrapper
    Definition Classes
    Matchers
  74. implicit def convertToStringCanWrapper(o: String)(implicit position: Position): StringCanWrapperForVerb
    Definition Classes
    CanVerb
  75. implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): StringMustWrapperForVerb
    Definition Classes
    MustVerb
  76. implicit def convertToStringShouldWrapper(o: String)(implicit pos: Position, prettifier: Prettifier): StringShouldWrapper
    Definition Classes
    Matchers
  77. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb
    Definition Classes
    ShouldVerb
  78. implicit def convertToWordSpecStringWrapper(s: String): WordSpecStringWrapper
    Attributes
    protected
    Definition Classes
    WordSpecLike
  79. val decided: DecidedWord
    Definition Classes
    Explicitly
  80. def defaultEquality[A]: Equality[A]
    Definition Classes
    TripleEqualsSupport
  81. val defined: DefinedWord
    Definition Classes
    MatcherWords
  82. def definedAt[T](right: T): ResultOfDefinedAt[T]
    Definition Classes
    Matchers
  83. def definedSamples[A](gen: Gen[A]): Stream[A]
    Attributes
    protected
  84. val determined: DeterminedWord
    Definition Classes
    Explicitly
  85. val empty: EmptyWord
    Definition Classes
    MatcherWords
  86. def encodeError[A](codec: Codec[A], a: A, err: Err): Assertion
    Attributes
    protected
  87. val endWith: EndWithWord
    Definition Classes
    MatcherWords
  88. 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
  89. 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
  90. 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
  91. 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
  92. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  93. def equal(o: Null): Matcher[AnyRef]
    Definition Classes
    Matchers
  94. def equal[T](spread: Spread[T]): Matcher[T]
    Definition Classes
    Matchers
  95. def equal(right: Any): MatcherFactory1[Any, Equality]
    Definition Classes
    MatcherWords
  96. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  97. def every(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  98. 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
  99. def every[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  100. def exactly(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  101. 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
  102. def exactly[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  103. val exist: ExistWord
    Definition Classes
    MatcherWords
  104. def expectedTestCount(filter: Filter): Int
    Definition Classes
    Suite
  105. def fail(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  106. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  107. def fail(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  108. def fail()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  109. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. def forAll(configParams: PropertyCheckConfigParam*): ConfiguredPropertyCheck
    Definition Classes
    GeneratorDrivenPropertyChecks
  135. 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()
  136. val fullyMatch: FullyMatchWord
    Definition Classes
    MatcherWords
  137. implicit val generatorDrivenConfig: PropertyCheckConfiguration
    Definition Classes
    CodecSuite → Configuration
  138. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  139. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  140. val have: HaveWord
    Definition Classes
    MatcherWords
  141. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderApplication
    Definition Classes
    Matchers
  142. def inOrderElementsOf[R](elements: GenTraversable[R]): ResultOfInOrderElementsOfApplication
    Definition Classes
    Matchers
  143. def inOrderOnly[T](firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderOnlyApplication
    Definition Classes
    Matchers
  144. val include: IncludeWord
    Definition Classes
    MatcherWords
  145. def info: Informer
    Attributes
    protected
    Definition Classes
    WordSpecLike → Informing
  146. def intercept[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): T
    Definition Classes
    Assertions
  147. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  148. val it: ItWord
    Attributes
    protected
    Definition Classes
    WordSpecLike
  149. val key: KeyWord
    Definition Classes
    Matchers
  150. 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
  151. val length: LengthWord
    Definition Classes
    MatcherWords
  152. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  153. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  154. def markup: Documenter
    Attributes
    protected
    Definition Classes
    WordSpecLike → Documenting
  155. val matchPattern: MatchPatternWord
    Definition Classes
    MatcherWords
  156. def maxDiscardedFactor(value: PosZDouble): MaxDiscardedFactor
    Definition Classes
    Configuration
  157. def message(expectedMessage: String): ResultOfMessageWordApplication
    Definition Classes
    Matchers
  158. def minSize(value: PosZInt): MinSize
    Definition Classes
    Configuration
  159. def minSuccessful(value: PosInt): MinSuccessful
    Definition Classes
    Configuration
  160. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  161. def nestedSuites: IndexedSeq[Suite]
    Definition Classes
    Suite
  162. def no(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  163. 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
  164. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  165. def noElementsOf(elements: GenTraversable[Any]): ResultOfNoElementsOfApplication
    Definition Classes
    Matchers
  166. def noException(implicit pos: Position): NoExceptionWord
    Definition Classes
    MatcherWords
  167. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfNoneOfApplication
    Definition Classes
    Matchers
  168. val not: NotWord
    Definition Classes
    MatcherWords
  169. def note: Notifier
    Attributes
    protected
    Definition Classes
    WordSpecLike → Notifying
  170. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  171. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  172. def of[T](implicit ev: ClassTag[T]): ResultOfOfTypeInvocation[T]
    Definition Classes
    Matchers
  173. def oneElementOf(elements: GenTraversable[Any]): ResultOfOneElementOfApplication
    Definition Classes
    Matchers
  174. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfOneOfApplication
    Definition Classes
    Matchers
  175. def only(xs: Any*)(implicit pos: Position): ResultOfOnlyApplication
    Definition Classes
    Matchers
  176. def pending: Assertion with PendingStatement
    Definition Classes
    Assertions
  177. def pendingUntilFixed(f: ⇒ Unit)(implicit pos: Position): Assertion with PendingStatement
    Definition Classes
    Assertions
  178. 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
  179. 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
  180. val readable: ReadableWord
    Definition Classes
    MatcherWords
  181. val regex: RegexWord
    Definition Classes
    Matchers
  182. final def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit
    Definition Classes
    WordSpecLike → TestRegistration
  183. final def registerTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit
    Definition Classes
    WordSpecLike → TestRegistration
  184. def rerunner: Option[String]
    Definition Classes
    Suite
  185. def roundtrip[A](codec: Codec[A], value: A): Unit
    Attributes
    protected
  186. def roundtrip[A](a: A)(implicit c: Lazy[Codec[A]]): Unit
    Attributes
    protected
  187. def roundtripAll[A](codec: Codec[A], as: Iterable[A]): Unit
    Attributes
    protected
  188. def run(testName: Option[String], args: Args): Status
    Definition Classes
    WordSpecLike → Suite
  189. def runNestedSuites(args: Args): Status
    Attributes
    protected
    Definition Classes
    Suite
  190. def runTest(testName: String, args: Args): Status
    Attributes
    protected
    Definition Classes
    WordSpecLike → TestSuite → Suite
  191. def runTests(testName: Option[String], args: Args): Status
    Attributes
    protected
    Definition Classes
    WordSpecLike → Suite
  192. def samples[A](gen: Gen[A]): Stream[Option[A]]
    Attributes
    protected
  193. 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
  194. 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
  195. 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
  196. 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
  197. 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
  198. 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
  199. 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
  200. 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
  201. 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
  202. 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
  203. 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
  204. 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
  205. 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
  206. 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
  207. 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
  208. 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
  209. 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
  210. 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
  211. 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
  212. 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
  213. 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
  214. 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
  215. 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
  216. 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
  217. 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
  218. 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
  219. 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
  220. 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
  221. 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
  222. 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
  223. 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
  224. 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
  225. 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
  226. def shouldDecodeFullyTo[A](codec: Codec[A], buf: BitVector, expected: A): Assertion
    Attributes
    protected
  227. 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
  228. 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
  229. 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
  230. 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
  231. 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
  232. 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
  233. 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
  234. 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
  235. 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
  236. 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
  237. 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
  238. 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
  239. val size: SizeWord
    Definition Classes
    MatcherWords
  240. def sizeRange(value: PosZInt): SizeRange
    Definition Classes
    Configuration
  241. val sorted: SortedWord
    Definition Classes
    MatcherWords
  242. val startWith: StartWithWord
    Definition Classes
    MatcherWords
  243. final val styleName: String
    Definition Classes
    WordSpecLike → Suite
  244. implicit val subjectRegistrationFunction: StringVerbBlockRegistration
    Attributes
    protected
    Definition Classes
    WordSpecLike
  245. implicit val subjectWithAfterWordRegistrationFunction: SubjectWithAfterWordRegistration
    Attributes
    protected
    Definition Classes
    WordSpecLike
  246. final val succeed: Assertion
    Definition Classes
    Assertions
  247. def suiteId: String
    Definition Classes
    Suite
  248. def suiteName: String
    Definition Classes
    Suite
  249. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  250. def tags: Map[String, Set[String]]
    Definition Classes
    WordSpecLike → Suite
  251. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
    Definition Classes
    WordSpecLike → Suite
  252. def testNames: Set[String]
    Definition Classes
    WordSpecLike → Suite
  253. def the[T](implicit arg0: ClassTag[T], pos: Position): ResultOfTheTypeInvocation[T]
    Definition Classes
    Matchers
  254. def theSameElementsAs(xs: GenTraversable[_]): ResultOfTheSameElementsAsApplication
    Definition Classes
    Matchers
  255. def theSameElementsInOrderAs(xs: GenTraversable[_]): ResultOfTheSameElementsInOrderAsApplication
    Definition Classes
    Matchers
  256. val theSameInstanceAs: TheSameInstanceAsPhrase
    Definition Classes
    Matchers
  257. val they: TheyWord
    Attributes
    protected
    Definition Classes
    WordSpecLike
  258. def thrownBy(fun: ⇒ Any): ResultOfThrownByApplication
    Definition Classes
    Matchers
  259. def time[A](f: ⇒ A): (A, FiniteDuration)
    Attributes
    protected
  260. def toString(): String
    Definition Classes
    WordSpec → AnyRef → Any
  261. val typeCheck: TypeCheckWord
    Definition Classes
    MatcherWords
  262. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  263. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  264. val value: ValueWord
    Definition Classes
    Matchers
  265. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  266. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  267. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  268. def whenever[T](condition: Boolean)(fun: ⇒ T)(implicit wa: WheneverAsserting[T]): Result
    Definition Classes
    Whenever
  269. def withClue[T](clue: Any)(fun: ⇒ T): T
    Definition Classes
    Assertions
  270. def withFixture(test: NoArgTest): Outcome
    Attributes
    protected
    Definition Classes
    TestSuite
  271. def workers(value: PosInt): Workers
    Definition Classes
    Configuration
  272. val writable: WritableWord
    Definition Classes
    MatcherWords
  273. 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
  274. 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