standard_parameter_generator< T, Fixture > Class Template Reference
#include <generic_fixture.h>
Inheritance diagram for standard_parameter_generator< T, Fixture >:
Public Member Functions | |
standard_parameter_generator (const parameter_type parameter) | |
base_type | operator() (const parameter_type ¶meter) const |
::testing::AssertionResult | generate (T &expected, T &actual, bool *) const |
base_type | clone () const |
void | write (std::ostream &out) const |
Public Member Functions inherited from abstract_generator< T > | |
abstract_generator (const int test_modifier=0) | |
virtual | ~abstract_generator () |
virtual bool | advance () |
int | test_modifier () const |
std::string | info () const |
Protected Attributes | |
Fixture | m_fixture |
Additional Inherited Members | |
Public Types inherited from abstract_generator< T > | |
typedef generator_ptr< T > | parent_type |
Detailed Description
template<class T, class Fixture>
class illumina::interop::unittest::standard_parameter_generator< T, Fixture >
Generate the plot from an empty metric set
The expected plot is empty
Constructor & Destructor Documentation
|
inline |
Constructor
- Parameters
-
parameter parameter value
Member Function Documentation
|
inlinevirtual |
Create a copy of this object
- Returns
- pointer to an abstract_generator
Implements abstract_generator< T >.
|
inlinevirtual |
Generate the expected and actual metric sets
- Parameters
-
expected expected plot data actual actual plot data
Implements abstract_generator< T >.
|
inline |
Clone the concrete implementation TODO: Remove
- Parameters
-
parameter parameter value
- Returns
- copy of this object
|
inlinevirtual |
Write generator info to output stream
- Parameters
-
out output stream
Implements abstract_generator< T >.
Member Data Documentation
|
protected |
Fixture
The documentation for this class was generated from the following file:
- /io/src/tests/interop/inc/generic_fixture.h