KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_project_archiver.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <project/project_archiver.h>
#include <reporter.h>
#include <wx/ffile.h>
#include <wx/filefn.h>
#include <wx/filename.h>
#include <wx/log.h>
#include <wx/wfstream.h>
#include <wx/zipstrm.h>
#include <set>
#include <string>
#include <sys/stat.h>
#include <unistd.h>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (Archive_UnreadableFileRaisesNoSystemError)
 
 BOOST_AUTO_TEST_CASE (Archive_ReportsUnreadableFileWhenNotVerbose)
 
 BOOST_AUTO_TEST_CASE (Archive_KeepsPartialArchiveWhenAFileIsUnreadable)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( Archive_KeepsPartialArchiveWhenAFileIsUnreadable )

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( Archive_ReportsUnreadableFileWhenNotVerbose )

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( Archive_UnreadableFileRaisesNoSystemError )