Assert.assertEquals ( expected,
actual,
message = 0 
) [inherited]

Definition at line 66 of file phpunit.php.

References Assert.failNotEquals().

Referenced by phpmailerTest.test_Error().

00066                                                         {
00067     if ($expected != $actual) {
00068       $this->failNotEquals($expected, $actual, "expected", $message);
00069     }
00070   }

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Mon Dec 8 01:19:30 2008 for Ship-Simulator by  doxygen 1.5.6