|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <git/kicad_git_common.h>#include <git/kicad_git_memory.h>#include <git2.h>#include <wx/filename.h>#include <wx/string.h>#include <wx/stdpaths.h>#include <chrono>#include <fstream>#include <memory>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (GitRootDirectoryReturnsWorkdir) | |
| BOOST_AUTO_TEST_CASE (HasPushAndPullRemoteAcceptsNonOriginName) | |
| BOOST_AUTO_TEST_CASE (HasPushAndPullRemoteFindsOrigin) | |
| BOOST_AUTO_TEST_CASE (GetDifferentFilesEmptyWithoutUpstream) | |
| BOOST_AUTO_TEST_CASE (GetDifferentFilesHandlesUnrelatedHistories) | |
| BOOST_AUTO_TEST_CASE (GetDifferentFilesReportsOnlyTouchedFilesWhenAhead) | |
| BOOST_AUTO_TEST_CASE | ( | GetDifferentFilesEmptyWithoutUpstream | ) |
Definition at line 211 of file test_kigit_common.cpp.
References BOOST_CHECK_MESSAGE(), and KIGIT_COMMON::GetDifferentFiles().
| BOOST_AUTO_TEST_CASE | ( | GetDifferentFilesHandlesUnrelatedHistories | ) |
Definition at line 238 of file test_kigit_common.cpp.
References BOOST_CHECK_MESSAGE(), KIGIT_COMMON::GetDifferentFiles(), and index.
| BOOST_AUTO_TEST_CASE | ( | GetDifferentFilesReportsOnlyTouchedFilesWhenAhead | ) |
Definition at line 346 of file test_kigit_common.cpp.
References BOOST_CHECK_MESSAGE(), KIGIT_COMMON::GetDifferentFiles(), and index.
| BOOST_AUTO_TEST_CASE | ( | GitRootDirectoryReturnsWorkdir | ) |
Definition at line 138 of file test_kigit_common.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), BOOST_CHECK_MESSAGE(), and KIGIT_COMMON::GetGitRootDirectory().
| BOOST_AUTO_TEST_CASE | ( | HasPushAndPullRemoteAcceptsNonOriginName | ) |
Definition at line 166 of file test_kigit_common.cpp.
References KIGIT_COMMON::HasPushAndPullRemote().
| BOOST_AUTO_TEST_CASE | ( | HasPushAndPullRemoteFindsOrigin | ) |
Definition at line 189 of file test_kigit_common.cpp.
References KIGIT_COMMON::HasPushAndPullRemote().