Descriptible

class Descriptible[T](value: => T)
class Object
trait Matchable
class Any

Value members

Concrete methods

def aka: Expectable[T]
Returns:

an expectable with its toString method as an alias description this is useful to preserve the original value when the matcher using it is adapting the value

def aka(alias: => String): Expectable[T]
Returns:

an expectable with an alias description

def as(alias: String => String): Expectable[T]
Returns:

an expectable with an alias description, after the value string

def post(alias: => String): Expectable[T]
Returns:

an expectable with an alias description, after the value string

def showAs(implicit show: T => String): Expectable[T]
Returns:

an expectable with a function to show the element T