MutableFSuite

weaver.MutableFSuite
abstract class MutableFSuite[F[_]] extends RunnableSuite[F]

Attributes

Graph
Supertypes
class RunnableSuite[F]
trait EffectSuite[F]
trait Here
trait Suite[F]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Types

type Res

Inherited types

final type EffectType[A] = F[A]

Attributes

Inherited from:
EffectSuite

Value members

Abstract methods

Concrete methods

def loggedTest(name: TestName)(run: Log[F] => F[Expectations]): Unit
def pureTest(name: TestName)(run: => Expectations): Unit
protected def registerTest(name: TestName)(f: Res => F[TestOutcome]): Unit
override def spec(args: List[String]): Stream[F, TestOutcome]

Attributes

Definition Classes

Inherited 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

Inherited from:
EffectSuite
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 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

Inherited from:
EffectSuite

Attributes

Inherited from:
RunnableSuite
override def name: String

Attributes

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

Attributes

Inherited from:
EffectSuite

Implicits

Inherited implicits

implicit protected def effectCompat: UnsafeRun[EffectType]

Attributes

Inherited from:
RunnableSuite