MessagePactForger

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

Type members

Inherited classlikes

Inherited from:
MessagePactOps
Inherited from:
MutableFSuite

Types

override type Res = (Resources, List[Message])

Inherited types

type Effect[A] = F[A]
final type EffectType[A] = F[A]
Inherited from:
EffectSuite

Value members

Concrete methods

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".

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.

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"

Inherited from:
EffectSuite
def loggedTest(name: TestName)(run: Log[F] => F[Expectations]): Unit
Inherited from:
MutableFSuite
Inherited from:
MutableFSuite
override def name: String
Definition Classes
Inherited from:
EffectSuite
Inherited from:
MutableFSuite
def pureTest(name: TestName)(run: => Expectations): Unit
Inherited from:
MutableFSuite
protected def registerTest(name: TestName)(f: Res => F[TestOutcome]): Unit
Inherited from:
MutableFSuite
final def run(args: List[String])(report: TestOutcome => F[Unit]): F[Unit]
Inherited from:
EffectSuite
override def spec(args: List[String]): Stream[F, TestOutcome]

Implicits

Inherited implicits

implicit protected def effectCompat: UnsafeRun[EffectType]
Inherited from:
RunnableSuite
implicit def toMessageOps(message: Message): MessageOps
Inherited from:
MessagePactOps