Arguments

zio.test.Assertion.Arguments
See theArguments companion trait
object Arguments

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Arguments.type

Members list

Type members

Classlikes

final case class AssertionArgument[A](assertion: Assertion[A]) extends Arguments

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Arguments
class Object
trait Matchable
class Any
Show all
final case class TypeArgument[A](classTag: ClassTag[A]) extends Arguments

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Arguments
class Object
trait Matchable
class Any
Show all
final case class ValueArgument[A](value: A, name: Option[String]) extends Arguments

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Arguments
class Object
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Construct a AssertionArgument from an Assertion.

Construct a AssertionArgument from an Assertion.

Attributes

def className[A](C: ClassTag[A]): String
def field(name: String): String

Creates a string representation of a field accessor.

Creates a string representation of a field accessor.

Attributes

def typeArgument[A](implicit C: ClassTag[A]): Arguments

Construct a TypeArgument from a ClassTag.

Construct a TypeArgument from a ClassTag.

Attributes

def unapplyTerm(termName: String): String

Creates a string representation of an unapply method for a term.

Creates a string representation of an unapply method for a term.

Attributes

def valueArgument[A](a: A, name: Option[String]): Arguments

Construct a ValueArgument from a value.

Construct a ValueArgument from a value.

Attributes