Packages

trait DistageAbstractScalatestSpec[F[_]] extends ShouldVerb with MustVerb with CanVerb with DistageTestEnv with WithSingletonTestRegistration[F]

Self Type
DistageAbstractScalatestSpec[F] with AbstractDistageSpec[F]
Annotations
@Finders()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistageAbstractScalatestSpec
  2. WithSingletonTestRegistration
  3. AbstractDistageSpec
  4. TestRegistration
  5. TestConfiguration
  6. DistageTestEnv
  7. CanVerb
  8. MustVerb
  9. ShouldVerb
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait StringCanWrapperForVerb extends AnyRef
    Definition Classes
    CanVerb
  2. trait StringMustWrapperForVerb extends AnyRef
    Definition Classes
    MustVerb
  3. trait StringShouldWrapperForVerb extends AnyRef
    Definition Classes
    ShouldVerb

Abstract Value Members

  1. implicit abstract def defaultModulesIO: DefaultModule[F]
    Definition Classes
    AbstractDistageSpec
  2. implicit abstract def tagMonoIO: distage.TagK[F]
    Definition Classes
    AbstractDistageSpec

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def config: model.TestConfig
    Attributes
    protected
    Definition Classes
    DistageAbstractScalatestSpecTestConfiguration
  7. implicit def convertToStringCanWrapper(o: String)(implicit position: Position): (DistageAbstractScalatestSpec.this)#StringCanWrapperForVerb
    Definition Classes
    CanVerb
  8. implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): (DistageAbstractScalatestSpec.this)#StringMustWrapperForVerb
    Definition Classes
    MustVerb
  9. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): (DistageAbstractScalatestSpec.this)#StringShouldWrapperForVerb
    Definition Classes
    ShouldVerb
  10. def distageSuiteId: SuiteId
    Attributes
    protected[this]
  11. def distageSuiteName: String
    Attributes
    protected[this]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def loadRoles(): RolesInfo
    Attributes
    protected
    Definition Classes
    DistageTestEnv
  19. def makeMergeStrategy(): PluginMergeStrategy
    Attributes
    protected
    Definition Classes
    DistageTestEnv
  20. def makePluginloader(): distage.plugins.PluginLoader
    Attributes
    protected
    Definition Classes
    DistageTestEnv
  21. def makeTestEnv(): TestEnvironment
    Attributes
    protected[this]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def registerBranch(description: String, verb: String, fun: () => Unit): Unit
    Attributes
    protected[this]
  26. def registerTest[A](function: Functoid[F[A]], env: TestEnvironment, pos: SourceFilePosition, id: TestId, meta: SuiteMeta): Unit
  27. implicit val subjectRegistrationFunction1: StringVerbBlockRegistration
    Attributes
    protected
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. final lazy val testEnv: TestEnvironment
    Attributes
    protected[this]
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AbstractDistageSpec[F]

Inherited from TestRegistration[F]

Inherited from TestConfiguration

Inherited from DistageTestEnv

Inherited from CanVerb

Inherited from MustVerb

Inherited from ShouldVerb

Inherited from AnyRef

Inherited from Any

Ungrouped