KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ScopedTempDir Struct Reference

Scoped temporary directory used by the tests below. More...

Public Member Functions

 ScopedTempDir (const wxString &aTag)
 
 ~ScopedTempDir ()
 

Public Attributes

wxString path
 

Detailed Description

Scoped temporary directory used by the tests below.

Removes the entire tree on destruction so BOOST_REQUIRE failures cannot leak temp files.

Definition at line 36 of file test_jobs_output_archive.cpp.

Constructor & Destructor Documentation

◆ ScopedTempDir()

ScopedTempDir::ScopedTempDir ( const wxString & aTag)
inlineexplicit

Definition at line 38 of file test_jobs_output_archive.cpp.

References BOOST_REQUIRE(), and path.

◆ ~ScopedTempDir()

ScopedTempDir::~ScopedTempDir ( )
inline

Definition at line 48 of file test_jobs_output_archive.cpp.

References path.

Member Data Documentation

◆ path


The documentation for this struct was generated from the following file: