WeaverFingerprints

abstract class WeaverFingerprints[F[_]](implicit F: Sync[F])

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

Companion:
object
class Object
trait Matchable
class Any
class Mixin[F, SC, GRIC]

Type members

Classlikes

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.

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

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

Types

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

Value members

Concrete methods

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