src/lib/dhcp/tests/pkt4_unittest.cc
TEST_F(Pkt4Test, testSkipThisOptionError) - new test
src/lib/dhcp/tests/pkt6_unittest.cc
TEST_F(Pkt6Test, testSkipThisOptionError) - new test
src/lib/dhcpsrv/tests/cfg_option_unittest.cc
Updated expected exception text
src/lib/testutils/gtest_utils.h
Added two macros to emit exception info on throws.
#define EXPECT_NO_THROW_LOG(statement)
#define ASSERT_NO_THROW_LOG(statement)