# Functions
DeepEqual compares values using DeepEqual.
DeepNotEqual compares values using DeepEqual.
DeepNotSSZEqual compares values using DeepEqual.
DeepSSZEqual compares values using DeepEqual.
Equal compares values using comparison operator.
ErrorContains asserts that actual error contains wanted message.
ErrorIs uses Errors.Is to recursively unwrap err looking for target in the chain.
IsNil asserts that the observed value is nil.
LogsContain checks that the desired string is a subset of the current log output.
LogsDoNotContain is the inverse check of LogsContain.
NoError asserts that error is nil.
NotEmpty checks that the object fields are not empty.
NotEqual compares values using comparison operator.
NotNil asserts that passed value is not nil.
StringContains asserts that actual string contains expected message.