ChimeraTK-DeviceAccess
03.18.00
|
#include "Device.h"
#include "DummyBackend.h"
#include "DummyRegisterAccessor.h"
#include <boost/test/unit_test.hpp>
#include <chrono>
#include <thread>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE GenericMuxedInterruptDistributorTest |
#define BOOST_TEST_DYN_LINK |
Definition at line 4 of file testGenericMuxedInterruptDistributor.cpp.
#define BOOST_TEST_MODULE GenericMuxedInterruptDistributorTest |
Definition at line 5 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_AUTO_TEST_CASE | ( | activateOnActiveDomain | ) |
Definition at line 192 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_AUTO_TEST_CASE | ( | testIMR | ) |
Definition at line 375 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | activateIER | , |
Active0 | |||
) |
Definition at line 183 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | inactiveIER | , |
Inactive0 | |||
) |
Definition at line 144 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testCieWriteable | , |
CieWritableTestFixture | |||
) |
Definition at line 702 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testGieActive | , |
GieActiveTestFixture | |||
) |
Definition at line 498 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testGieAndMer | , |
GieAndMerTestFixture | |||
) |
Definition at line 624 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testGieInactive | , |
GieInactiveTestFixture | |||
) |
Definition at line 492 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testGieWriteable | , |
GieWritableTestFixture | |||
) |
Definition at line 681 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testIAR | , |
IarTestFixture | |||
) |
Definition at line 321 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testIarAndIcr | , |
IarAndIcrTestFixture | |||
) |
Definition at line 559 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testIarWriteable | , |
IarWritableTestFixture | |||
) |
Definition at line 667 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testICR | , |
IcrTestFixture | |||
) |
Definition at line 331 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testIcrWriteable | , |
IcrWritableTestFixture | |||
) |
Definition at line 660 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testIerWriteable | , |
IerWritableTestFixture | |||
) |
Definition at line 653 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testISR | , |
IsrTestFixture | |||
) |
Definition at line 312 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testIsrReadable | , |
IsrReadableTestFixture | |||
) |
Definition at line 638 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testIsrWriteable | , |
IsrWritableTestFixture | |||
) |
Definition at line 646 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testJsonErrorInGeneralStructure | , |
InvalidJson1TestFixture | |||
) |
Definition at line 531 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testJsonErrorInIntcSprecific | , |
InvalidJson2TestFixture | |||
) |
Definition at line 538 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testMerActive | , |
MerActiveTestFixture | |||
) |
Definition at line 370 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testMerInactive | , |
MerInactiveTestFixture | |||
) |
Definition at line 364 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testMerWriteable | , |
MerWritableTestFixture | |||
) |
Definition at line 688 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testMieActive | , |
MieActiveTestFixture | |||
) |
Definition at line 513 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testMieAndGie | , |
MieAndGieTestFixture | |||
) |
Definition at line 610 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testMieAndMer | , |
MieAndMerTestFixture | |||
) |
Definition at line 617 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testMieGieAndMer | , |
MieGieAndMerTestFixture | |||
) |
Definition at line 631 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testMieInactive | , |
MieInactiveTestFixture | |||
) |
Definition at line 507 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testMieWriteable | , |
MieWritableTestFixture | |||
) |
Definition at line 674 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testNoIer | , |
NoIerTestFixture | |||
) |
Definition at line 573 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testNoIsr | , |
NoIsrTestFixture | |||
) |
Definition at line 566 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testNonexistendPath | , |
NonexistendPathTestFixture | |||
) |
Definition at line 587 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testNoPath | , |
NoPathTestFixture | |||
) |
Definition at line 580 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testOnlyCie | , |
OnlyCieTestFixture | |||
) |
Definition at line 552 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testOnlySie | , |
OnlySieTestFixture | |||
) |
Definition at line 545 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testSieCie | , |
Inactive5 | |||
) |
Definition at line 407 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testSieCieMulti1 | , |
Inactive5 | |||
) |
Definition at line 434 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testSieCieMulti2 | , |
Inactive5 | |||
) |
Definition at line 472 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testSieWriteable | , |
SieWritableTestFixture | |||
) |
Definition at line 695 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testUnknownMainKey | , |
UnknownMainKeyTestFixture | |||
) |
Definition at line 603 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testUnknownOption | , |
UnknownOptionTestFixture | |||
) |
Definition at line 524 of file testGenericMuxedInterruptDistributor.cpp.
BOOST_FIXTURE_TEST_CASE | ( | testUnknownVersion | , |
UnknownVersionTestFixture | |||
) |
Definition at line 595 of file testGenericMuxedInterruptDistributor.cpp.
bool readWithTimeout | ( | VoidRegisterAccessor & | acc, |
size_t | msTimeout = 3000 |
||
) |
Definition at line 18 of file testGenericMuxedInterruptDistributor.cpp.