Skip to content

Releases: LuigiAndrea/test-helper

v1.3.1 - Add support for deep equality in DataSlicesMatch type

13 Mar 04:55
Compare
Choose a tag to compare

Add support for deep equality in DataSlicesMatch type

v1.3.0

19 Aug 04:20
Compare
Choose a tag to compare

Add AssertPanic function that checks if the function passed as parameter panic or not

v1.2.1

01 Feb 22:10
Compare
Choose a tag to compare

Change LengthError type to allow inner error messages in AssertDeepException

v1.2.0 - AssertDeepException

01 Feb 18:00
Compare
Choose a tag to compare

AssertDeepException - checks if the exceptions have same values and types
AssertNotDeepEqual - checks if two objects are not deep equal
Add support for bool slices in slices_assert
ErrorMessageTestCount - returns a standard formatted message with test count

v1.1.0 AssertException

31 Dec 19:58
Compare
Choose a tag to compare

AssertException - Check if the exception fired is right

v1.0.0 Assertions and Messages packages

31 Dec 04:15
Compare
Choose a tag to compare

AssertSlicesEqual - Check if two slices have the same values and in the same order, provide info as the value and position of the different element
AssertDeepEqual - Basic assertions for objects
ErrorMessage - Standard error message for errors