#include <PipelineTestResult.h>
Inheritance diagram for SctData::PipelineTestResult:


Public Member Functions | |
| PipelineTestResult (unsigned int runNumber, const string &moduleName) throw () | |
| Constructor.   | |
| virtual | ~PipelineTestResult () throw () | 
| Destructor.   | |
| virtual string | getClassName () const throw () | 
| Get the class name for this object.   | |
As far as I can see, this involves a defect list only, which is in TestResult.
Definition at line 13 of file PipelineTestResult.h.
      
  | 
  ||||||||||||
| 
 Constructor. 
 Definition at line 11 of file PipelineTestResult.cpp.  | 
  
      
  | 
  
| 
 Destructor. 
 Definition at line 16 of file PipelineTestResult.cpp.  | 
  
      
  | 
  
| 
 Get the class name for this object. This is used to identify the precise type. 
 
 Implements Sct::Streamable. Definition at line 18 of file PipelineTestResult.cpp.  | 
  
 
1.3.5