Ignore:
Timestamp:
07/05/11 13:04:29 (13 years ago)
Author:
sherbold
Message:

+ added test verdict pass/fail, including error message and the number of the message in the session at which the verdict was set
+ added result file; location is a parameter when calling the application
+ added test arbiter: if the target of a message cannot be determined correctly, the session fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MFCtooling/replay/WindowFinder.h

    r32 r105  
    2020        bool evalPopup; 
    2121 
     22        bool success; 
     23 
     24        std::wstring errorMessage; 
     25 
    2226public: 
    2327        WindowFinder(void); 
     
    3034        bool isCurrentPopup(); 
    3135 
     36        bool successfull(); 
     37 
     38        std::wstring getErrorMessage(); 
     39 
    3240}; 
Note: See TracChangeset for help on using the changeset viewer.