EffectSuite

weaver.EffectSuite
See theEffectSuite companion object
trait EffectSuite[F[_]] extends Suite[F] with Here

Attributes

Companion:
object
Graph
Supertypes
trait Here
trait Suite[F]
class Object
trait Matchable
class Any
Known subtypes
class RunnableSuite[F]
class FunSuiteF[F]
class MutableFSuite[F]
Self type

Members list

Concise view

Type members

Types

final type EffectType[A] = F[A]

Value members

Concrete methods

def cancel(reason: String)(implicit pos: SourceLocation): F[Nothing]

Raise an error that leads to the running test being tagged as "cancelled".

Raise an error that leads to the running test being tagged as "cancelled".

Attributes

def ignore(reason: String)(implicit pos: SourceLocation): F[Nothing]

Raises an error that leads to the running test being tagged as "ignored"

Raises an error that leads to the running test being tagged as "ignored"

Attributes

override def name: String

Attributes

Definition Classes
final def run(args: List[String])(report: TestOutcome => F[Unit]): F[Unit]

Inherited methods

inline def here: SourceLocation

Pulls source location without being affected by implicit scope.

Pulls source location without being affected by implicit scope.

Attributes

Inherited from:
Here
def spec(args: List[String]): Stream[F, TestOutcome]

Attributes

Inherited from:
Suite