Releases
v5.16
lingjf
released this
19 Dec 15:27
remove CP primitive, OK instead
remove OK 3rd parameter, Matcher/n instead
remove IsTrue/IsFalse primitive, true/false instead
remove IsNull/NotNull primitive, NULL/Not(NULL) instead
Add Catch primitive to check catch throw exception
Add Member matcher to check struct/class member
Add MaxOf MinOf AvgOf MeanOf MedianOf statistics matcher
Add Range IsEven IsOdd IsNaN auxiliary matcher
Add TypeEq CastOf matcher
Percentage Approximate Eq comparing floating point
Redesign executable options
Shuffle alphabet name file:line reverse
Filter by tags
List by tags
Suppport n! C(n,m) P(n,m) nan inf in JSON expression
Support STL container adaptors (stack/queue/priority_queue)
Has primitive support key value
Has item n times in container Has(...) * n
Add Every container matcher
Specify array size instead of OK 3rd parameter Has(...) / n
Specify subset of container Has(...) (start, end) or Has<start, end>(...)
Support support wchar_t wstring string_view
UNMEM primitive disable memory check
Improve trap into debugger
User defined report H2Report primitive
no-access-control compiler option (access private and protected class member)
Refactoring example and document
You can’t perform that action at this time.