Ignore:
Timestamp:
Jun 7, 2008, 6:08:51 PM (17 years ago)
Author:
cinc
Message:

Improvements to test classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/idl/nomtestcase.idl

    r349 r358  
    3939
    4040interface NOMArray;
     41interface NOMTestResult;
    4142
    4243NOMCLASSNAME(NOMTestCase);
     
    6768  /*boolean assertTrue();*/
    6869  NOMArray*      runTests();
    69   void runSingleTest(in string chrTestName);
     70  NOMTestResult* runSingleTest(in string chrTestName);
    7071
    7172  /**
     
    7475  //NOMOVERRIDE(nomInit);
    7576
    76   /**
    77      The GPtrArray holding the objects
    78   */
    79   //NOMINSTANCEVAR(GPtrArray* pPtrArray);
    8077};
    8178
Note: See TracChangeset for help on using the changeset viewer.