Design Patterns
creationaltests::validation::Validator Class Reference

#include <validator.h>

Collaboration diagram for creationaltests::validation::Validator:

Static Public Member Functions

static bool BasicMazeConfiguration (Maze *maze)
 
static bool FactoryMethodsMazeConfiguration (Maze *maze)
 
static bool BombedMazeFactoryMazeConfiguration (Maze *maze)
 
static bool EnchantedMazeFactoryMazeConfiguration (Maze *maze)
 
static bool MazeFactoryMazeConfiguration (Maze *maze)
 
static bool StandardMazeBuilderConfiguration (Maze *maze)
 

Member Function Documentation

bool creationaltests::validation::Validator::BasicMazeConfiguration ( Maze maze)
static

Here is the caller graph for this function:

bool creationaltests::validation::Validator::BombedMazeFactoryMazeConfiguration ( Maze maze)
static

Here is the caller graph for this function:

bool creationaltests::validation::Validator::EnchantedMazeFactoryMazeConfiguration ( Maze maze)
static

Here is the caller graph for this function:

bool creationaltests::validation::Validator::FactoryMethodsMazeConfiguration ( Maze maze)
static

Here is the caller graph for this function:

bool creationaltests::validation::Validator::MazeFactoryMazeConfiguration ( Maze maze)
static

Here is the caller graph for this function:

bool creationaltests::validation::Validator::StandardMazeBuilderConfiguration ( Maze maze)
static

Here is the caller graph for this function:


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