WeaverFingerprints

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

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

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.

trait WeaverFingerprint extends SubclassFingerprint

Types

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

Value members

Concrete methods

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