WeaverFingerprints

weaver.framework.WeaverFingerprints
See theWeaverFingerprints companion object
abstract class WeaverFingerprints[F[_]](implicit F: Sync[F])

Contains reference of the classes the build tool will be looking for when searching for tests

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Mixin[F, SC, GRIC]

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

A fingerprint that searches only for classes extending weaver.EffectSuite. that have a constructor that takes a single weaver.GlobalResources.Read parameter.

A fingerprint that searches only for classes extending weaver.EffectSuite. that have a constructor that takes a single weaver.GlobalResources.Read parameter.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

A fingerprint that searches only for singleton objects of type weaver.EffectSuite.

A fingerprint that searches only for singleton objects of type weaver.EffectSuite.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Types

type GlobalResourcesInitClass <: GlobalResourceF[F]
type SuiteClass <: Provider[F]

Value members

Concrete methods

def suiteLoader(classLoader: ClassLoader): SuiteLoader[F]