|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <dialog_migrate_buses.h>#include <sch_file_versions.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (LegacyFileWithConflictsPrompts) | |
| BOOST_AUTO_TEST_CASE (JustBelowThresholdPrompts) | |
| BOOST_AUTO_TEST_CASE (FirstSexprVersionDoesNotPrompt) | |
| BOOST_AUTO_TEST_CASE (CurrentVersionDoesNotPrompt) | |
| BOOST_AUTO_TEST_CASE (NoConflictsNeverPrompts) | |
Variables | |
| static constexpr int | FIRST_SEXPR_VERSION = 20200310 |
| BOOST_AUTO_TEST_CASE | ( | CurrentVersionDoesNotPrompt | ) |
Definition at line 48 of file test_bus_migration_gate.cpp.
References SEXPR_SCHEMATIC_FILE_VERSION, and DIALOG_MIGRATE_BUSES::ShouldPrompt().
| BOOST_AUTO_TEST_CASE | ( | FirstSexprVersionDoesNotPrompt | ) |
Definition at line 43 of file test_bus_migration_gate.cpp.
References FIRST_SEXPR_VERSION, and DIALOG_MIGRATE_BUSES::ShouldPrompt().
| BOOST_AUTO_TEST_CASE | ( | JustBelowThresholdPrompts | ) |
Definition at line 37 of file test_bus_migration_gate.cpp.
References FIRST_SEXPR_VERSION, and DIALOG_MIGRATE_BUSES::ShouldPrompt().
| BOOST_AUTO_TEST_CASE | ( | LegacyFileWithConflictsPrompts | ) |
Definition at line 31 of file test_bus_migration_gate.cpp.
References BOOST_AUTO_TEST_CASE(), and DIALOG_MIGRATE_BUSES::ShouldPrompt().
| BOOST_AUTO_TEST_CASE | ( | NoConflictsNeverPrompts | ) |
Definition at line 54 of file test_bus_migration_gate.cpp.
References SEXPR_SCHEMATIC_FILE_VERSION, and DIALOG_MIGRATE_BUSES::ShouldPrompt().
|
staticconstexpr |
Definition at line 26 of file test_bus_migration_gate.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().