| [ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
PHP Version 4 Copyright (c) 2002-2005, Sebastian Bergmann <sb@sebastian-bergmann.de>. All rights reserved.
| Author: | Sebastian Bergmann <sb@sebastian-bergmann.de> |
| Copyright: | 2002-2005 Sebastian Bergmann <sb@sebastian-bergmann.de> |
| License: | http://www.opensource.org/licenses/bsd-license.php BSD License |
| Version: | CVS: $Id: TestFailure.php,v 1.13 2005/11/10 09:47:14 sebastian Exp $ |
| Poids: | 130 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 1 fois |
| Nécessite: | 0 fichiers |
PHPUnit_TestFailure:: (4 méthodes):
PHPUnit_TestFailure()
failedTest()
thrownException()
toString()
Classe: PHPUnit_TestFailure - X-Ref
A TestFailure collects a failed test together with the caught exception.| PHPUnit_TestFailure(&$failedTest, &$thrownException) X-Ref |
| Constructs a TestFailure with the given test and exception. param: object param: string |
| failedTest() X-Ref |
| Gets the failed test. return: object |
| thrownException() X-Ref |
| Gets the thrown exception. return: object |
| toString() X-Ref |
| Returns a short description of the failure. return: string |
| Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
|