Assert_AreIntsEqual

Name

Assert_AreIntsEqual — Checks if two integers are equal, and fails if they are not.

Function Assert_AreIntsEqual (
     expected%,
     actual%,
     errorMessage$
)

Parameters

Table 3. Parameters

Name Type Description
expected int The expected integer value.
actual int The actual integer value.
errorMessage string Optional error message to output on failure.

See Also

Assert_AreIntsNotEqual

Index

Click here here to view the latest version of this page online