#ifndef STRINGCONVERTTEST_H
#define STRINGCONVERTTEST_H


namespace misclib_testcode
{

/*!
\brief Support testing of stringconvert class.
*/
class stringconverttest
{
public:


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

  /** Unit tests for numbers in a string form. */
  static int unittest01();

};

}

#endif


