#include <boost/test/unit_test.hpp>
#include <kiid.h>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE()
BOOST_AUTO_TEST_CASE |
( |
Seeding |
| ) |
|
Definition at line 27 of file test_kiid.cpp.
39 BOOST_CHECK_EQUAL( a.
Hash(), a0.
Hash() );
42 BOOST_CHECK_EQUAL( b.Hash(), b0.
Hash() );
45 BOOST_CHECK_EQUAL( c.Hash(), c0.
Hash() );
48 BOOST_CHECK_EQUAL( d.Hash(), d0.
Hash() );
static void SeedGenerator(unsigned int aSeed)
Re-initialize the UUID generator with a given seed (for testing or QA purposes)
References KIID::Hash(), and KIID::SeedGenerator().