fluent-asserts ~master (2021-09-16T18:09:03Z)
Home
Dub
Repo
EquableValue
fluentasserts
core
evaluation
A proxy type that allows to compare the native values
interface
EquableValue {
bool
isEqualTo
(EquableValue value);
EquableValue
[]
toArray
();
string
toString
();
EquableValue
generalize
();
string
getSerialized
();
}
Members
Functions
generalize
EquableValue
generalize
()
Undocumented in source.
getSerialized
string
getSerialized
()
Undocumented in source.
isEqualTo
bool
isEqualTo
(EquableValue value)
Undocumented in source.
toArray
EquableValue
[]
toArray
()
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Meta
Source
See Implementation
fluentasserts
core
evaluation
classes
ArrayEquable
AssocArrayEquable
Evaluation
ObjectEquable
functions
equableValue
evaluate
extractTypes
interfaces
EquableValue
structs
ValueEvaluation
A proxy type that allows to compare the native values