Sequoia
Loading...
Searching...
No Matches
Classes | Enumerations
StateTransitionUtilities.hpp File Reference

Facility to define tests via a graph comprising states of an object and transitions between them. More...

#include "sequoia/Core/Meta/Concepts.hpp"
#include "sequoia/Maths/Graph/DynamicGraph.hpp"
#include "sequoia/Maths/Graph/GraphTraversalFunctions.hpp"
#include "sequoia/TextProcessing/Indent.hpp"

Go to the source code of this file.

Classes

struct  sequoia::testing::transition_info_base< T, TransitionFn >
 
struct  sequoia::testing::transition_info< T, TransitionFn, check_ordering >
 
struct  sequoia::testing::transition_info< T, TransitionFn, check_ordering::yes >
 
class  sequoia::testing::object_generator< T >
 
struct  sequoia::testing::transition_checker< T, CheckOrdering >
 

Enumerations

enum class  check_ordering : bool { no , yes }
 

Detailed Description

Facility to define tests via a graph comprising states of an object and transitions between them.