TestableProp

com.raquo.domtestutils.matching.TestableProp
class TestableProp[V, DomV](val name: String, val decode: DomV => V)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def is(expectedValue: V): Rule
def isEmpty: Rule

Concrete fields

val decode: DomV => V
val name: String