ScenarioError

scalus.testing.Scenario.ScenarioError
case class ScenarioError[A](state: ScenarioState, error: Throwable) extends Scenario[A]

Error with state for rollback in flatMapTry.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Scenario[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product