Assert_AreBanksEqual

Name

Assert_AreBanksEqual — Checks if two banks (including their contents) are equal, and fails if they are not.

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

Parameters

Table 7. Parameters

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

See Also

Assert_AreBanksNotEqual

Index

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