FEI
Version of the Day
|
#include <feitester.hpp>
Inherited by FEI_tester, and snl_fei_tester.
Public Member Functions | |
virtual const char * | getName ()=0 |
A test "harness" for fei implementations. This interface is intended to be specialized by more specific test harnesses that exercise various specific fei implementations.
All methods in this interface (except getName()) return int error-codes, and it is expected that an error-return of 0 indicates success while any non-zero error-return is an indication of failure.
The methods on this interface should be called in the following order:
Definition at line 32 of file feitester.hpp.
|
pure virtual |
Method to obtain a name describing this test.