Skip to content

DrMock 0.5.0

Compare
Choose a tag to compare
@maltekliemann maltekliemann released this 20 Jun 08:39
· 312 commits to master since this release
b10777d

Added/Changed

  • Add xfail and skil tags to drtest

  • Add floating point comparison macro DRTEST_ASSERT_ALMOST_EQUAL to
    drtest

  • Add complex behaviors to drmock

  • Add convenience function addColumns

  • Add convenience functions template<typename... Deriveds> expect
    and template<typename... Deriveds>

  • Change polymorphism behavior (polymorphic only applies to expect
    and transition calls following polymorphic)

  • Remove setIsEqual from AbstractBehavior

Fixed