/**
  * Unit Test generation page.
  */
 function content_of_unittests_page()
 {
     $td = new RunUnitTests();
     echo $td->toHtml();
 }
 /** 
  * Default constructor.
  */
 function RunUnitTestsContent()
 {
     parent::RunUnitTests();
 }