TestCase
class TestCase
Single test case.
Constants
internal LIST_METHODS |
|
internal METHOD_PATTERN |
|
Methods
void
run($method = NULL)
Runs the test case.
void
runTest($name, array $args = array())
Runs the single test.
array
getData($provider)
No description
void
setUp()
This method is called before a test is executed.
void
tearDown()
This method is called after a test is executed.
Details
at line 25
void
run($method = NULL)
Runs the test case.
at line 126
void
runTest($name, array $args = array())
Runs the single test.
at line 147
protected array
getData($provider)
No description
at line 163
protected void
setUp()
This method is called before a test is executed.
at line 172
protected void
tearDown()
This method is called after a test is executed.