KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_kiid.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <kiid.h>
#include <wx/string.h>
#include <set>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (Seeding)
 
 BOOST_AUTO_TEST_CASE (KiidPathTest)
 
 BOOST_AUTO_TEST_CASE (LegacyTimestamp)
 
 BOOST_AUTO_TEST_CASE (CombineDeterministic)
 
 BOOST_AUTO_TEST_CASE (CombineWithKnownValues)
 
 BOOST_AUTO_TEST_CASE (CombineUniqueness)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( CombineDeterministic )

Definition at line 107 of file test_kiid.cpp.

References KIID::AsString(), BOOST_CHECK_EQUAL(), and KIID::Combine().

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( CombineUniqueness )

Definition at line 147 of file test_kiid.cpp.

References BOOST_CHECK_EQUAL(), and KIID::Combine().

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( CombineWithKnownValues )

Definition at line 130 of file test_kiid.cpp.

References KIID::AsString(), BOOST_CHECK_EQUAL(), and KIID::Combine().

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( KiidPathTest )

Definition at line 61 of file test_kiid.cpp.

References KIID_PATH::EndsWith().

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( LegacyTimestamp )

Definition at line 82 of file test_kiid.cpp.

References KIID::AsLegacyTimestamp(), and KIID::AsLegacyTimestampString().

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( Seeding )