|
Horizon
|
Public Member Functions | |
| RandomFloatingGenerator (Float a, Float b, std::uint32_t seed) | |
| Float const & | get () const override |
| bool | next () override |
| Attempts to move the generator to the next element. More... | |
Public Member Functions inherited from Catch::Generators::IGenerator< Float > | |
| IGenerator (IGenerator const &)=default | |
| IGenerator & | operator= (IGenerator const &)=default |
| virtual Float const & | get () const=0 |
Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase | |
| GeneratorUntypedBase (GeneratorUntypedBase const &)=default | |
| GeneratorUntypedBase & | operator= (GeneratorUntypedBase const &)=default |
| bool | countedNext () |
| Attempts to move the generator to the next element. More... | |
| std::size_t | currentElementIndex () const |
| StringRef | currentElementAsString () const |
| Returns generator's current element as user-friendly string. More... | |
Additional Inherited Members | |
Public Types inherited from Catch::Generators::IGenerator< Float > | |
| using | type = Float |
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< Float >.
|
inlineoverridevirtual |
Attempts to move the generator to the next element.
Returns true iff the move succeeded (and a valid element can be retrieved).
Implements Catch::Generators::GeneratorUntypedBase.