#ifndef MAZEGAMED2STATE01TEST_H
#define MAZEGAMED2STATE01TEST_H

/*!
\brief Test mazegameD2state01 class.
*/
class mazegameD2state01test
{
public:

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

  /** Test serialization writing, reading and rewriting, then compare strings. */
  static int test01();

};


#endif


