|
|
ConcreteTestInvocation |
| Inherits from: | |
| Declared In: |
Concrete class describing an invocation of a test method.
ConcreteTestInvocation is a concrete class that uses std::mem_fun_t to represent an invocation of a test method that can later be invoked on an arbitrary Test. You probably don't want to subclass this; if you really want to create a custom type of invocation, you probably want to subclass TestInvocation itself.
Last Updated: 2009-08-12