#include <testbase.h>
The TestCodeGeneratorBase class is intended as base class for code generator unit tests
Currently it provides a path to a temporary directory, where generated code could be placed into. The temporary path is set as default output path for any code generating.
- Author
- Ralf Habacker ralf..nosp@m.haba.nosp@m.cker@.nosp@m.free.nosp@m.net.d.nosp@m.e 
◆ initTestCase
  
  | 
        
          | void TestCodeGeneratorBase::initTestCase | ( |  | ) |  |  | privatevirtualslot | 
 
 
◆ temporaryPath()
  
  | 
        
          | QString TestCodeGeneratorBase::temporaryPath | ( |  | ) |  |  | protected | 
 
Return temporary path usable to generated code. 
- Returns
 
 
◆ m_tempPath
  
  | 
        
          | QString TestCodeGeneratorBase::m_tempPath |  | protected | 
 
holds path to temporary directory 
 
 
The documentation for this class was generated from the following files: