zio.test.Assertion.Arguments
See theArguments companion trait
object Arguments
Attributes
Members list
Type members
Classlikes
final case class AssertionArgument[A](assertion: Assertion[A]) extends Arguments
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Argumentsclass Objecttrait Matchableclass AnyShow all
final case class TypeArgument[A](classTag: ClassTag[A]) extends Arguments
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Argumentsclass Objecttrait Matchableclass AnyShow all
final case class ValueArgument[A](value: A, name: Option[String]) extends Arguments
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Argumentsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Construct a AssertionArgument from an Assertion.
Construct a AssertionArgument from an Assertion.
Attributes
Creates a string representation of a field accessor.
Creates a string representation of a field accessor.
Attributes
Construct a TypeArgument from a ClassTag.
Construct a TypeArgument from a ClassTag.
Attributes
Creates a string representation of an unapply method for a term.
Creates a string representation of an unapply method for a term.
Attributes
Construct a ValueArgument from a value.
Construct a ValueArgument from a value.
Attributes
In this article