41#include <boost/test/unit_test.hpp>
54 HwInterface
hw = getHwInterface();
62 uint32_t
x =
static_cast<uint32_t
> ( rand() );
const Node & getNode() const
Retrieve the top-level node.
void dispatch()
Make the IPbus client issue a dispatch.
ValWord< uint32_t > read() const
Read a single, unmasked, unsigned word.
ValHeader write(const uint32_t &aValue) const
Write a single, unmasked word to a register.
None tests(nox.Session session)
BOOST_CHECK_THROW(hw.getNode("REG").writeBlockOffset(xx, 0), uhal::exception::BulkTransferOffsetRequestedForSingleRegister)
ValVector< uint32_t > mem
#define UHAL_TESTS_DEFINE_CLIENT_TEST_CASES(test_suite_name, test_case_name, test_fixture, test_case_contents)