The visibility
of the $actualObject-
>actualAttributeName attribute
may be public, protected, or private.
void assertAttributeNotEquals(array
$expected, string $actualAttributeName,
object $actualObject)
Reports an error if the two arrays
$expected and $actualObject-
>actualAttributeName are equal.
The visibility of the $actualObject-
>actualAttributeName attribute
may be public, protected, or private.
void assertAttributeNotEquals(array
$expected, string $actualAttributeName,
object $actualObject, string $message)
Reports an error identified by
$message if the two arrays
$expected and $actualObject-
>actualAttributeName are equal.
The visibility of the $actualObject-
>actualAttributeName attribute
may be public, protected, or private.
Chapter 5
[ 135 ]
Assertion Meaning
void assertAttributeEquals(float
$expected, string $actualAttributeName,
object $actualObject, '', float $delta
= 0)
Reports an error if the two floats
$expected and $actualObject-
>actualAttributeName are not
within $delta of each other. The
visibility of the $actualObject-
>actualAttributeName attribute
may be public, protected, or private.
void assertAttributeEquals(float
$expected, string $actualAttributeName,
object $actualObject, string $message,
float $delta = 0)
Reports an error identified by
$message if the two floats
$expected and $actualObject-
>actualAttributeName are not
within $delta of each other.
Pages:
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152