Skip to content

AssertionLib 2.1.0

Compare
Choose a tag to compare
@BvB93 BvB93 released this 02 Mar 12:22
· 103 commits to master since this release
1f3154d
  • Made the recursion safeguard in AbstractDataClass thread-safe.
  • Added the AbstractDataClass._str() function for creating string-representations of key/value pairs.
  • Added the AbstractDataClass._eq() function for comparing two attribute values.
  • Minor Improvements to Exception handling.