iterator_parameter_generator< T, Fixture > Class Template Reference

#include <generic_fixture.h>

Inheritance diagram for iterator_parameter_generator< T, Fixture >:
standard_parameter_generator< T, Fixture > abstract_generator< T >

Public Member Functions

 iterator_parameter_generator (const parameter_type parameter)
 
bool advance ()
 
- Public Member Functions inherited from standard_parameter_generator< T, Fixture >
 standard_parameter_generator (const parameter_type parameter)
 
base_type operator() (const parameter_type &parameter) 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 ()
 
int test_modifier () const
 
std::string info () const
 

Additional Inherited Members

- Public Types inherited from abstract_generator< T >
typedef generator_ptr< T > parent_type
 
- Protected Attributes inherited from standard_parameter_generator< T, Fixture >
Fixture m_fixture
 

Detailed Description

template<class T, class Fixture>
class illumina::interop::unittest::iterator_parameter_generator< T, Fixture >

Generate the plot from an empty metric set

The expected plot is empty

Constructor & Destructor Documentation

iterator_parameter_generator ( const parameter_type  parameter)
inline

Constructor

Parameters
parameterparameter value

Member Function Documentation

bool advance ( )
inlinevirtual

Advance to the next type

Returns
true when the generator has finished, and the next parameter can be obtained

Reimplemented from abstract_generator< T >.


The documentation for this class was generated from the following file: