Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@maltekliemann maltekliemann released this 13 Aug 20:54
· 4 commits to master since this release
  • Reorganize project structure along the lines of [vector-of-bool/pitchfork](gi thub.com/vector-of-bool/pitchfork)

  • Move utility methods that are used in mock/ and test/ to utility/

  • Remove python component from this repository (drmock-generator, as it is now called, will be installed using pip in the future)

  • Clean up tutorials, add a specification for drmock-generator

  • Remove broken (and superfluous) pkgconfig

  • Add USING_DRTEST macro for removing DRTEST_ prefix from test macros

  • Place data funcs in DRTEST_NAMESPACE

  • Clean up cmake/DrMockMacros.cmake

  • Convert all CMake functions/macros from camelCase to snake_case

  • Introduce drmock_library2 function for list-based mock object code creation

  • Update documentation for public drmock:: classes

  • Replace MethodCollection with Controller, a composition of a vector of Method objects and a StateObject

  • Clean up Controller/MethodCollection error logging

  • Remove QObject dependency from Signal

  • Remove need for DRMOCK_USE_QT macro

  • Remove Qt includes from Method.h

  • Add Variant class to revert interface change of expects and transition which made using initializer-lists impossible