#ifndef MAZEMATRIXD3TEST_H
#define MAZEMATRIXD3TEST_H

#include <string>
using namespace std;

/*!
\brief 
*/
class mazematrixD3test
{
public:

  /** Brief description of each test. */
  static string doc[];

  /** Link a simple maze and print it out. */
  static void test01();
  static void test02();
  static void test03();


};


#endif


