ExpectationDetails
Hierarchy
- TinyType
- ExpectationDetails
Index
Methods
staticof
Parameters
functionName: string
rest...functionArguments: (JSONValue | ExpectationDetails | Unanswered)[]
Returns ExpectationDetails
staticfromJSON
Parameters
o: JSONObject
Returns ExpectationDetails
externalequals
Parameters
externalanother: TinyType
Returns boolean
toString
Returns string
toJSON
Returns { name: string; args: { type: string; value: JSONValue }[] }
name: string
args: { type: string; value: JSONValue }[]
Used with ExpectationOutcome to describe an Expectation and the arguments itβs been executed with.