DistageAbstractScalatestSpec

izumi.distage.testkit.services.scalatest.dstest.DistageAbstractScalatestSpec
See theDistageAbstractScalatestSpec companion object
trait DistageAbstractScalatestSpec[F[_]] extends ShouldVerb with MustVerb with CanVerb with DistageTestEnv with WithSingletonTestRegistration[F]

Attributes

Companion:
object
Graph
Supertypes
trait AbstractDistageSpec[F]
trait TestRegistration[F]
trait TestConfiguration
trait DistageTestEnv
trait CanVerb
trait MustVerb
trait ShouldVerb
class Object
trait Matchable
class Any
Known subtypes
class Spec1[F]
class SpecWiring[F, AppMain, Cfg]
class Spec2[F]
class Spec3[FR]
Self type
AbstractDistageSpec[F]

Members list

Concise view

Type members

Inherited classlikes

This class supports the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

This class supports the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

This class is used in conjunction with an implicit conversion to enable can methods to be invoked on Strings.

Attributes

Inherited from:
CanVerb
Graph
Supertypes
class Object
trait Matchable
class Any

This class supports the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

This class supports the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

This class is used in conjunction with an implicit conversion to enable must methods to be invoked on Strings.

Attributes

Inherited from:
MustVerb
Graph
Supertypes
class Object
trait Matchable
class Any

This class supports the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

This class supports the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

This class is used in conjunction with an implicit conversion to enable should methods to be invoked on Strings.

Attributes

Inherited from:
ShouldVerb
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

override def registerTest[A](function: Functoid[F[A]], env: TestEnvironment, pos: SourceFilePosition, id: TestId, meta: SuiteMeta): Unit

Attributes

Definition Classes
WithSingletonTestRegistration -> TestRegistration
Inherited from:
WithSingletonTestRegistration

Implicits

Inherited implicits

implicit def convertToStringCanWrapper(o: String)(implicit position: Position): StringCanWrapperForVerb

Implicitly converts an object of type String to a StringCanWrapper, to enable can methods to be invokable on that object.

Implicitly converts an object of type String to a StringCanWrapper, to enable can methods to be invokable on that object.

Attributes

Inherited from:
CanVerb
implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): StringMustWrapperForVerb

Implicitly converts an object of type String to a StringMustWrapper, to enable must methods to be invokable on that object.

Implicitly converts an object of type String to a StringMustWrapper, to enable must methods to be invokable on that object.

Attributes

Inherited from:
MustVerb
implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb

Implicitly converts an object of type String to a StringShouldWrapperForVerb, to enable should methods to be invokable on that object.

Implicitly converts an object of type String to a StringShouldWrapperForVerb, to enable should methods to be invokable on that object.

Attributes

Inherited from:
ShouldVerb
implicit def defaultModulesIO: DefaultModule[F]

Attributes

Inherited from:
AbstractDistageSpec
implicit def tagMonoIO: Tag[F]

Attributes

Inherited from:
AbstractDistageSpec