#ifndef PASSWORDVERIFIER001TEST_H
#define PASSWORDVERIFIER001TEST_H

/*!
\brief Testing the password verifier class. 
*/
class passwordverifier001test
{
public:

  /** Basic test for conformation of password. */
  static int unittest01();

  static void test02();

};


#endif



