Packages

c

longevity.test

RepoCrudSpec

class RepoCrudSpec[F[_], M] extends FlatSpec with LongevityIntegrationSpec[F, M] with GivenWhenThen

a ScalaTest fixture to test a Repo. instances of this test are provided in your LongevityContext via methods repoCrudSpec and inMemRepoCrudSpec. these methods are added by an implicit conversion from LongevityContext to ScalaTestSpecs.

the repo CRUD spec exercises create/retrieve/update/delete for all the persistent types in your repo.

pardon the nasty ScalaDocs for this class. we haven't figured out how to remove the methods inherited from ScalaTest classes yet.

F

the effect

M

the model

Source
RepoCrudSpec.scala
Linear Supertypes
GivenWhenThen, LongevityIntegrationSpec[F, M], LazyLogging, BeforeAndAfterAll, SuiteMixin, Matchers, Explicitly, MatcherWords, Tolerance, FlatSpec, FlatSpecLike, 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. RepoCrudSpec
  2. GivenWhenThen
  3. LongevityIntegrationSpec
  4. LazyLogging
  5. BeforeAndAfterAll
  6. SuiteMixin
  7. Matchers
  8. Explicitly
  9. MatcherWords
  10. Tolerance
  11. FlatSpec
  12. FlatSpecLike
  13. Documenting
  14. Alerting
  15. Notifying
  16. Informing
  17. CanVerb
  18. MustVerb
  19. ShouldVerb
  20. TestRegistration
  21. TestSuite
  22. Suite
  23. Serializable
  24. Serializable
  25. Assertions
  26. TripleEquals
  27. TripleEqualsSupport
  28. AnyRef
  29. 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

Type Members

  1. final class AWord extends AnyRef
    Definition Classes
    Matchers
  2. final class AnWord extends AnyRef
    Definition Classes
    Matchers
  3. sealed class AnyShouldWrapper[T] extends AnyRef
    Definition Classes
    Matchers
  4. class AssertionsHelper extends AnyRef
    Definition Classes
    Assertions
  5. final class BehaviorWord extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  6. class CheckingEqualizer[L] extends AnyRef
    Definition Classes
    TripleEqualsSupport
  7. class DecidedByEquality[A] extends Equality[A]
    Definition Classes
    Explicitly
  8. class DecidedWord extends AnyRef
    Definition Classes
    Explicitly
  9. class DeterminedByEquivalence[T] extends Equivalence[T]
    Definition Classes
    Explicitly
  10. class DeterminedWord extends AnyRef
    Definition Classes
    Explicitly
  11. class Equalizer[L] extends AnyRef
    Definition Classes
    TripleEqualsSupport
  12. final class HavePropertyMatcherGenerator extends AnyRef
    Definition Classes
    Matchers
  13. final class IgnoreVerbString extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  14. final class IgnoreVerbStringTaggedAs extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  15. final class IgnoreWord extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  16. final class InAndIgnoreMethods extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  17. final class InAndIgnoreMethodsAfterTaggedAs extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  18. final class ItVerbString extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  19. final class ItVerbStringTaggedAs extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  20. final class ItWord extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  21. final class KeyWord extends AnyRef
    Definition Classes
    Matchers
  22. trait NoArgTest extends () ⇒ Outcome with TestData
    Attributes
    protected
    Definition Classes
    TestSuite
  23. final class PlusOrMinusWrapper[T] extends AnyRef
    Definition Classes
    Tolerance
  24. final class RegexWord extends AnyRef
    Definition Classes
    Matchers
  25. final class RegexWrapper extends AnyRef
    Definition Classes
    Matchers
  26. class ResultOfBeWordForAny[T] extends AnyRef
    Definition Classes
    Matchers
  27. sealed class ResultOfBeWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  28. final class ResultOfBeWordForCollectedArray[T] extends ResultOfBeWordForCollectedAny[Array[T]]
    Definition Classes
    Matchers
  29. final class ResultOfCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  30. final class ResultOfContainWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  31. final class ResultOfEndWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  32. final class ResultOfEndWithWordForString extends AnyRef
    Definition Classes
    Matchers
  33. final class ResultOfFullyMatchWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  34. final class ResultOfFullyMatchWordForString extends AnyRef
    Definition Classes
    Matchers
  35. final class ResultOfHaveWordForCollectedExtent[A] extends AnyRef
    Definition Classes
    Matchers
  36. final class ResultOfHaveWordForExtent[A] extends AnyRef
    Definition Classes
    Matchers
  37. final class ResultOfIncludeWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  38. final class ResultOfIncludeWordForString extends AnyRef
    Definition Classes
    Matchers
  39. final class ResultOfNotWordForCollectedAny[T] extends AnyRef
    Definition Classes
    Matchers
  40. final class ResultOfStartWithWordForCollectedString extends AnyRef
    Definition Classes
    Matchers
  41. final class ResultOfStartWithWordForString extends AnyRef
    Definition Classes
    Matchers
  42. trait StringCanWrapperForVerb extends AnyRef
    Definition Classes
    CanVerb
  43. trait StringMustWrapperForVerb extends AnyRef
    Definition Classes
    MustVerb
  44. final class StringShouldWrapper extends AnyShouldWrapper[String] with org.scalatest.Matchers.StringShouldWrapperForVerb
    Definition Classes
    Matchers
  45. trait StringShouldWrapperForVerb extends AnyRef
    Definition Classes
    ShouldVerb
  46. class TheAfterWord extends AnyRef
    Definition Classes
    Explicitly
  47. final class TheSameInstanceAsPhrase extends AnyRef
    Definition Classes
    Matchers
  48. final class TheyVerbString extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  49. final class TheyVerbStringTaggedAs extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  50. final class TheyWord extends AnyRef
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  51. final class ValueWord extends AnyRef
    Definition Classes
    Matchers

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 RepoCrudSpec[F, M] to any2stringadd[RepoCrudSpec[F, M]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def ->[B](y: B): (RepoCrudSpec[F, M], B)
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to ArrowAssoc[RepoCrudSpec[F, M]] 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. def And(message: String)(implicit pos: Position): Unit
    Definition Classes
    GivenWhenThen
  17. def Given(message: String)(implicit pos: Position): Unit
    Definition Classes
    GivenWhenThen
  18. def Then(message: String)(implicit pos: Position): Unit
    Definition Classes
    GivenWhenThen
  19. def When(message: String)(implicit pos: Position): Unit
    Definition Classes
    GivenWhenThen
  20. def a[T](implicit arg0: ClassTag[T]): ResultOfATypeInvocation[T]
    Definition Classes
    Matchers
  21. val a: AWord
    Definition Classes
    Matchers
  22. val after: TheAfterWord
    Definition Classes
    Explicitly
  23. def afterAll(): Unit
    Definition Classes
    RepoCrudSpecLongevityIntegrationSpec → BeforeAndAfterAll
  24. def alert: Alerter
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Alerting
  25. def all(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  26. 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
  27. def all[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  28. def allElementsOf[R](elements: GenTraversable[R]): ResultOfAllElementsOfApplication
    Definition Classes
    Matchers
  29. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAllOfApplication
    Definition Classes
    Matchers
  30. def an[T](implicit arg0: ClassTag[T]): ResultOfAnTypeInvocation[T]
    Definition Classes
    Matchers
  31. val an: AnWord
    Definition Classes
    Matchers
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  34. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  35. macro def assertCompiles(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  36. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  37. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  38. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  39. def assertThrows[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): Assertion
    Definition Classes
    Assertions
  40. macro def assertTypeError(code: String)(implicit pos: Position): Assertion
    Definition Classes
    Assertions
  41. val assertionsHelper: AssertionsHelper
    Definition Classes
    Assertions
  42. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  43. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion
    Definition Classes
    Assertions
  44. def atLeast(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  45. 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
  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[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  52. def atMostOneElementOf[R](elements: GenTraversable[R]): ResultOfAtMostOneElementOfApplication
    Definition Classes
    Matchers
  53. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtMostOneOfApplication
    Definition Classes
    Matchers
  54. val be: BeWord
    Definition Classes
    MatcherWords
  55. def beforeAll(): Unit
    Definition Classes
    RepoCrudSpecLongevityIntegrationSpec → BeforeAndAfterAll
  56. val behave: BehaveWord
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  57. val behavior: BehaviorWord
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  58. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  59. 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
  60. 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
  61. def cancel(cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  62. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  63. def cancel(message: String)(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  64. def cancel()(implicit pos: Position): Nothing
    Definition Classes
    Assertions
  65. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. val compile: CompileWord
    Definition Classes
    MatcherWords
  67. val contain: ContainWord
    Definition Classes
    MatcherWords
  68. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  69. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  70. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  71. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  72. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  73. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]
    Definition Classes
    Tolerance
  74. implicit def convertSymbolToHavePropertyMatcherGenerator(symbol: Symbol)(implicit prettifier: Prettifier, pos: Position): HavePropertyMatcherGenerator
    Definition Classes
    Matchers
  75. implicit def convertToAnyShouldWrapper[T](o: T)(implicit pos: Position, prettifier: Prettifier): AnyShouldWrapper[T]
    Definition Classes
    Matchers
  76. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  77. implicit def convertToEqualizer[T](left: T): Equalizer[T]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  78. implicit def convertToInAndIgnoreMethods(resultOfStringPassedToVerb: ResultOfStringPassedToVerb): InAndIgnoreMethods
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  79. implicit def convertToInAndIgnoreMethodsAfterTaggedAs(resultOfTaggedAsInvocation: ResultOfTaggedAsInvocation): InAndIgnoreMethodsAfterTaggedAs
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  80. implicit def convertToRegexWrapper(o: Regex): RegexWrapper
    Definition Classes
    Matchers
  81. implicit def convertToStringCanWrapper(o: String)(implicit position: Position): StringCanWrapperForVerb
    Definition Classes
    CanVerb
  82. implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): StringMustWrapperForVerb
    Definition Classes
    MustVerb
  83. implicit def convertToStringShouldWrapper(o: String)(implicit pos: Position, prettifier: Prettifier): StringShouldWrapper
    Definition Classes
    Matchers
  84. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb
    Definition Classes
    ShouldVerb
  85. val decided: DecidedWord
    Definition Classes
    Explicitly
  86. def defaultEquality[A]: Equality[A]
    Definition Classes
    TripleEqualsSupport
  87. val defined: DefinedWord
    Definition Classes
    MatcherWords
  88. def definedAt[T](right: T): ResultOfDefinedAt[T]
    Definition Classes
    Matchers
  89. val determined: DeterminedWord
    Definition Classes
    Explicitly
  90. val empty: EmptyWord
    Definition Classes
    MatcherWords
  91. val endWith: EndWithWord
    Definition Classes
    MatcherWords
  92. def ensuring(cond: (RepoCrudSpec[F, M]) ⇒ Boolean, msg: ⇒ Any): RepoCrudSpec[F, M]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to Ensuring[RepoCrudSpec[F, M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  93. def ensuring(cond: (RepoCrudSpec[F, M]) ⇒ Boolean): RepoCrudSpec[F, M]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to Ensuring[RepoCrudSpec[F, M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  94. def ensuring(cond: Boolean, msg: ⇒ Any): RepoCrudSpec[F, M]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to Ensuring[RepoCrudSpec[F, M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  95. def ensuring(cond: Boolean): RepoCrudSpec[F, M]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to Ensuring[RepoCrudSpec[F, M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  96. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  97. def equal(o: Null): Matcher[AnyRef]
    Definition Classes
    Matchers
  98. def equal[T](spread: Spread[T]): Matcher[T]
    Definition Classes
    Matchers
  99. def equal(right: Any): MatcherFactory1[Any, Equality]
    Definition Classes
    MatcherWords
  100. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  101. def every(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  102. 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
  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[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  107. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit
    Definition Classes
    Suite
  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 formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to StringFormat[RepoCrudSpec[F, M]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  116. val fullyMatch: FullyMatchWord
    Definition Classes
    MatcherWords
  117. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  118. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  119. val have: HaveWord
    Definition Classes
    MatcherWords
  120. val ignore: IgnoreWord
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  121. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderApplication
    Definition Classes
    Matchers
  122. def inOrderElementsOf[R](elements: GenTraversable[R]): ResultOfInOrderElementsOfApplication
    Definition Classes
    Matchers
  123. def inOrderOnly[T](firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderOnlyApplication
    Definition Classes
    Matchers
  124. val include: IncludeWord
    Definition Classes
    MatcherWords
  125. def info: Informer
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Informing
  126. def intercept[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): T
    Definition Classes
    Assertions
  127. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean
    Definition Classes
    BeforeAndAfterAll
  128. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  129. val it: ItWord
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  130. val key: KeyWord
    Definition Classes
    Matchers
  131. val leftSideValue: RepoCrudSpec[F, M]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  132. val length: LengthWord
    Definition Classes
    MatcherWords
  133. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
  134. val longevityContext: LongevityContext[F, M]
    Attributes
    protected
    Definition Classes
    RepoCrudSpecLongevityIntegrationSpec
  135. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  136. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  137. def markup: Documenter
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Documenting
  138. val matchPattern: MatchPatternWord
    Definition Classes
    MatcherWords
  139. def message(expectedMessage: String): ResultOfMessageWordApplication
    Definition Classes
    Matchers
  140. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  141. def nestedSuites: IndexedSeq[Suite]
    Definition Classes
    Suite
  142. def no(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]
    Definition Classes
    Matchers
  143. 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
  144. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]
    Definition Classes
    Matchers
  145. def noElementsOf(elements: GenTraversable[Any]): ResultOfNoElementsOfApplication
    Definition Classes
    Matchers
  146. def noException(implicit pos: Position): NoExceptionWord
    Definition Classes
    MatcherWords
  147. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfNoneOfApplication
    Definition Classes
    Matchers
  148. val not: NotWord
    Definition Classes
    MatcherWords
  149. def note: Notifier
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Notifying
  150. final def notify(): Unit
    Definition Classes
    AnyRef
  151. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  152. def of[T](implicit ev: ClassTag[T]): ResultOfOfTypeInvocation[T]
    Definition Classes
    Matchers
  153. def oneElementOf(elements: GenTraversable[Any]): ResultOfOneElementOfApplication
    Definition Classes
    Matchers
  154. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfOneOfApplication
    Definition Classes
    Matchers
  155. def only(xs: Any*)(implicit pos: Position): ResultOfOnlyApplication
    Definition Classes
    Matchers
  156. def pending: Assertion with PendingStatement
    Definition Classes
    Assertions
  157. def pendingUntilFixed(f: ⇒ Unit)(implicit pos: Position): Assertion with PendingStatement
    Definition Classes
    Assertions
  158. val pos: Position
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  159. val prettifier: Prettifier
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  160. val readable: ReadableWord
    Definition Classes
    MatcherWords
  161. val regex: RegexWord
    Definition Classes
    Matchers
  162. final def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit
    Definition Classes
    FlatSpecLike → TestRegistration
  163. final def registerTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit
    Definition Classes
    FlatSpecLike → TestRegistration
  164. val repo: Repo[F, M]
    Attributes
    protected
  165. def rerunner: Option[String]
    Definition Classes
    Suite
  166. def run(testName: Option[String], args: Args): Status
    Definition Classes
    BeforeAndAfterAll → SuiteMixin
  167. def runNestedSuites(args: Args): Status
    Attributes
    protected
    Definition Classes
    Suite
  168. def runTest(testName: String, args: Args): Status
    Attributes
    protected
    Definition Classes
    FlatSpecLike → TestSuite → Suite
  169. def runTests(testName: Option[String], args: Args): Status
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Suite
  170. implicit val shorthandSharedTestRegistrationFunction: StringVerbBehaveLikeInvocation
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  171. implicit val shorthandTestRegistrationFunction: StringVerbStringInvocation
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  172. def should(endWithWord: EndWithWord)(implicit ev: <:<[RepoCrudSpec[F, M], String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  173. def should(startWithWord: StartWithWord)(implicit ev: <:<[RepoCrudSpec[F, M], String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  174. def should(includeWord: IncludeWord)(implicit ev: <:<[RepoCrudSpec[F, M], String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  175. def should(notExist: ResultOfNotExist)(implicit existence: Existence[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  176. def should(existWord: ExistWord)(implicit existence: Existence[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  177. def should(containWord: ContainWord): ResultOfContainWord[RepoCrudSpec[F, M]]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  178. def should(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[RepoCrudSpec[F, M]]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  179. def should(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[RepoCrudSpec[F, M]]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  180. def should(inv: TripleEqualsInvocationOnSpread[RepoCrudSpec[F, M]])(implicit ev: Numeric[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  181. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[RepoCrudSpec[F, M], U]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  182. def should(notWord: NotWord): ResultOfNotWordForAny[RepoCrudSpec[F, M]]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  183. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[RepoCrudSpec[F, M], TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[RepoCrudSpec[F, M]], typeClass2: TYPECLASS2[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  184. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[RepoCrudSpec[F, M], TYPECLASS1])(implicit typeClass1: TYPECLASS1[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  185. def should(rightMatcherX1: Matcher[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  186. def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[RepoCrudSpec[F, M], AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  187. def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[RepoCrudSpec[F, M], AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  188. def shouldBe(bePropertyMatcher: BePropertyMatcher[RepoCrudSpec[F, M]])(implicit ev: <:<[RepoCrudSpec[F, M], AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  189. def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[RepoCrudSpec[F, M], AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  190. def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[RepoCrudSpec[F, M], AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  191. def shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[RepoCrudSpec[F, M], AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  192. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[RepoCrudSpec[F, M], AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  193. def shouldBe(right: Null)(implicit ev: <:<[RepoCrudSpec[F, M], AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  194. def shouldBe(right: DefinedWord)(implicit definition: Definition[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  195. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  196. def shouldBe(right: WritableWord)(implicit writability: Writability[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  197. def shouldBe(right: ReadableWord)(implicit readability: Readability[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  198. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  199. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  200. def shouldBe(right: SortedWord)(implicit sortable: Sortable[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  201. def shouldBe(spread: Spread[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  202. def shouldBe(beMatcher: BeMatcher[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  203. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  204. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  205. def shouldBe(comparison: ResultOfGreaterThanComparison[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  206. def shouldBe(comparison: ResultOfLessThanComparison[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  207. def shouldBe(right: Any): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  208. def shouldEqual(right: Null)(implicit ev: <:<[RepoCrudSpec[F, M], AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  209. def shouldEqual(spread: Spread[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  210. def shouldEqual(right: Any)(implicit equality: Equality[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  211. def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[RepoCrudSpec[F, M], String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  212. def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[RepoCrudSpec[F, M], String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  213. def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[RepoCrudSpec[F, M], String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  214. def shouldNot(existWord: ExistWord)(implicit existence: Existence[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  215. def shouldNot(contain: ContainWord): ResultOfContainWord[RepoCrudSpec[F, M]]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  216. def shouldNot(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[RepoCrudSpec[F, M]]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  217. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[RepoCrudSpec[F, M], TYPECLASS1])(implicit typeClass1: TYPECLASS1[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  218. def shouldNot(rightMatcherX1: Matcher[RepoCrudSpec[F, M]]): Assertion
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  219. def shouldNot(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[RepoCrudSpec[F, M]]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  220. val size: SizeWord
    Definition Classes
    MatcherWords
  221. val sorted: SortedWord
    Definition Classes
    MatcherWords
  222. val startWith: StartWithWord
    Definition Classes
    MatcherWords
  223. final val styleName: String
    Definition Classes
    FlatSpecLike → Suite
  224. final val succeed: Assertion
    Definition Classes
    Assertions
  225. def suiteId: String
    Definition Classes
    Suite
  226. val suiteName: String
    Definition Classes
    RepoCrudSpec → SuiteMixin → Suite
  227. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  228. def tags: Map[String, Set[String]]
    Definition Classes
    FlatSpecLike → Suite
  229. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData
    Definition Classes
    FlatSpecLike → Suite
  230. def testNames: Set[String]
    Definition Classes
    FlatSpecLike → Suite
  231. def the[T](implicit arg0: ClassTag[T], pos: Position): ResultOfTheTypeInvocation[T]
    Definition Classes
    Matchers
  232. def theSameElementsAs(xs: GenTraversable[_]): ResultOfTheSameElementsAsApplication
    Definition Classes
    Matchers
  233. def theSameElementsInOrderAs(xs: GenTraversable[_]): ResultOfTheSameElementsInOrderAsApplication
    Definition Classes
    Matchers
  234. val theSameInstanceAs: TheSameInstanceAsPhrase
    Definition Classes
    Matchers
  235. val they: TheyWord
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  236. def thrownBy(fun: ⇒ Any): ResultOfThrownByApplication
    Definition Classes
    Matchers
  237. def toString(): String
    Definition Classes
    FlatSpec → AnyRef → Any
  238. val typeCheck: TypeCheckWord
    Definition Classes
    MatcherWords
  239. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  240. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]
    Definition Classes
    TripleEquals → TripleEqualsSupport
  241. val value: ValueWord
    Definition Classes
    Matchers
  242. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  243. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  244. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  245. def withClue[T](clue: Any)(fun: ⇒ T): T
    Definition Classes
    Assertions
  246. def withFixture(test: NoArgTest): Outcome
    Attributes
    protected
    Definition Classes
    TestSuite
  247. val writable: WritableWord
    Definition Classes
    MatcherWords
  248. def [B](y: B): (RepoCrudSpec[F, M], B)
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to ArrowAssoc[RepoCrudSpec[F, M]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]]).!==(spread)
    Definition Classes
    Equalizer
  3. def !==(rightSide: Any)(implicit equality: Equality[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]]).!==(literalNull)
    Definition Classes
    Equalizer
  5. def !==(spread: Spread[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]]).!==(spread)
    Definition Classes
    Equalizer
  6. def !==(rightSide: Any)(implicit equality: Equality[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  7. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]]).!==(literalNull)
    Definition Classes
    Equalizer
  8. def !==(spread: Spread[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]]).!==(spread)
    Definition Classes
    Equalizer
  9. def !==(rightSide: Any)(implicit equality: Equality[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  10. def +-(tolerance: RepoCrudSpec[F, M]): Spread[RepoCrudSpec[F, M]]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.PlusOrMinusWrapper[RepoCrudSpec[F, M]] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Matchers.PlusOrMinusWrapper[RepoCrudSpec[F, M]]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  11. def +-(tolerance: RepoCrudSpec[F, M]): Spread[RepoCrudSpec[F, M]]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalactic.Tolerance.PlusOrMinusWrapper[RepoCrudSpec[F, M]] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalactic.Tolerance.PlusOrMinusWrapper[RepoCrudSpec[F, M]]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  12. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]]).===(literalNull)
    Definition Classes
    Equalizer
  13. def ===(spread: Spread[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]]).===(spread)
    Definition Classes
    Equalizer
  14. def ===(rightSide: Any)(implicit equality: Equality[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  15. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]]).===(literalNull)
    Definition Classes
    Equalizer
  16. def ===(spread: Spread[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]]).===(spread)
    Definition Classes
    Equalizer
  17. def ===(rightSide: Any)(implicit equality: Equality[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  18. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]]).===(literalNull)
    Definition Classes
    Equalizer
  19. def ===(spread: Spread[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]]).===(spread)
    Definition Classes
    Equalizer
  20. def ===(rightSide: Any)(implicit equality: Equality[RepoCrudSpec[F, M]]): Boolean
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  21. val leftSide: RepoCrudSpec[F, M]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]]).leftSide
    Definition Classes
    Equalizer
  22. val leftSide: RepoCrudSpec[F, M]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]]).leftSide
    Definition Classes
    Equalizer
  23. val leftSide: RepoCrudSpec[F, M]
    Implicit
    This member is added by an implicit conversion from RepoCrudSpec[F, M] to org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]] 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:
    (repoCrudSpec: org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]]).leftSide
    Definition Classes
    Equalizer

Deprecated Value Members

  1. final def execute: Unit
    Definition Classes
    Suite
    Annotations
    @deprecated
    Deprecated

    The parameterless execute method has been deprecated and will be removed in a future version of ScalaTest. Please invoke execute with empty parens instead: execute().

  2. 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 GivenWhenThen

Inherited from LongevityIntegrationSpec[F, M]

Inherited from LazyLogging

Inherited from BeforeAndAfterAll

Inherited from SuiteMixin

Inherited from Matchers

Inherited from Explicitly

Inherited from MatcherWords

Inherited from Tolerance

Inherited from FlatSpec

Inherited from FlatSpecLike

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 RepoCrudSpec[F, M] to org.scalatest.Assertions.Equalizer[RepoCrudSpec[F, M]]

Inherited by implicit conversion convertToEqualizer from RepoCrudSpec[F, M] to org.scalactic.TripleEquals.Equalizer[RepoCrudSpec[F, M]]

Inherited by implicit conversion convertToAnyShouldWrapper from RepoCrudSpec[F, M] to org.scalatest.Matchers.AnyShouldWrapper[RepoCrudSpec[F, M]]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper from RepoCrudSpec[F, M] to org.scalatest.Matchers.PlusOrMinusWrapper[RepoCrudSpec[F, M]]

Inherited by implicit conversion convertToEqualizer from RepoCrudSpec[F, M] to org.scalatest.Matchers.Equalizer[RepoCrudSpec[F, M]]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper from RepoCrudSpec[F, M] to org.scalactic.Tolerance.PlusOrMinusWrapper[RepoCrudSpec[F, M]]

Inherited by implicit conversion any2stringadd from RepoCrudSpec[F, M] to any2stringadd[RepoCrudSpec[F, M]]

Inherited by implicit conversion StringFormat from RepoCrudSpec[F, M] to StringFormat[RepoCrudSpec[F, M]]

Inherited by implicit conversion Ensuring from RepoCrudSpec[F, M] to Ensuring[RepoCrudSpec[F, M]]

Inherited by implicit conversion ArrowAssoc from RepoCrudSpec[F, M] to ArrowAssoc[RepoCrudSpec[F, M]]

Ungrouped