WeaverRequestResponsePactForgerBase

pact4s.weaver.WeaverRequestResponsePactForgerBase

Attributes

Graph
Supertypes
Known subtypes

Members list

Concise view

Type members

Inherited classlikes

Attributes

Inherited from:
MutableFSuite
Graph
Supertypes
class Object
trait Matchable
class Any

Types

type Effect[A] = F[A]

Inherited types

final type EffectType[A] = F[A]

Attributes

Inherited from:
EffectSuite
type Res

Attributes

Inherited from:
MutableFSuite

Value members

Concrete methods

This effect runs after the consumer pact tests are run, but before they get written to a file.

This effect runs after the consumer pact tests are run, but before they get written to a file.

Attributes

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:
MutableFSuite

Attributes

Inherited from:
MutableFSuite
override def name: String

Attributes

Definition Classes
Inherited from:
EffectSuite
def pact: Pact

Attributes

Inherited from:
BasePactForgerResources

Attributes

Inherited from:
MutableFSuite

Attributes

Inherited from:
MutableFSuite
protected def registerTest(name: TestName)(f: Res => F[TestOutcome]): Unit

Attributes

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

Attributes

Inherited from:
EffectSuite

Attributes

Inherited from:
MutableFSuite

Attributes

Inherited from:
MutableFSuite