Home | Libraries | People | FAQ | More |
A test case is a named body of code providing the three phases of a test: setup, exercise and verify. A test case is most conveniently created using one of the provided test case macros listed in the following table.
Table 1.1. Test Case Macros
Macro |
Description |
---|---|
|
Creates test case |
|
Informs the test runner that test case |
|
Automatically registers a test case |
|
Creates test case |
|
Manually creates a parameterized test case using the supplied callable
object |
|
Manually creates a parameterized test case using the supplied callable
object |
|
Manually creates a test case using the supplied callable object
|
|
Manually creates a set of test cases from the template test case
|
|
Manually creates a template test case |