TestInstance

slinky.testrenderer.TestInstance
trait TestInstance extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def find(test: Function1[TestInstance, Boolean]): TestInstance
def findAll(test: Function1[TestInstance, Boolean]): Array[TestInstance]
def findAllByProps(props: Object): Array[TestInstance]
def findAllByType(`type`: ReactComponentClass[_]): Array[TestInstance]
def findByProps(props: Object): TestInstance
def findByType(`type`: ReactComponentClass[_]): TestInstance

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val `type`: Object
val instance: Object
val props: Object