Instructions

com.softinio.verdict4s.algebra.Instructions$package.Instructions
object Instructions

Constructors for Instructions: plain text, structured JSON, or any encodable value. Each validates, rejecting what the API would reject.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Structured instructions from any encodable value.

Structured instructions from any encodable value.

Attributes

Structured instructions. Rejects anything but a string, object or array.

Structured instructions. Rejects anything but a string, object or array.

Attributes

Plain text instructions. Rejects blank strings.

Plain text instructions. Rejects blank strings.

Attributes

Extensions

Extensions

extension (i: Instructions)
def toJson: Json

The underlying JSON, as it goes on the wire.

The underlying JSON, as it goes on the wire.

Attributes