|
KiCad PCB EDA Suite
|
#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) | |
| BOOST_AUTO_TEST_CASE | ( | Archive_KeepsPartialArchiveWhenAFileIsUnreadable | ) |
Definition at line 169 of file test_project_archiver.cpp.
References PROJECT_ARCHIVER::Archive(), BOOST_REQUIRE(), BOOST_TEST_MESSAGE(), reporter, and zip.
| BOOST_AUTO_TEST_CASE | ( | Archive_ReportsUnreadableFileWhenNotVerbose | ) |
Definition at line 139 of file test_project_archiver.cpp.
References PROJECT_ARCHIVER::Archive(), BOOST_REQUIRE(), BOOST_TEST_MESSAGE(), reporter, RPT_SEVERITY_ERROR, and zip.
| BOOST_AUTO_TEST_CASE | ( | Archive_UnreadableFileRaisesNoSystemError | ) |
Definition at line 110 of file test_project_archiver.cpp.
References PROJECT_ARCHIVER::Archive(), BOOST_TEST_MESSAGE(), KI_TEST::SCOPED_COUNTING_WXLOG::GetCount(), reporter, and zip.