Documentation
¶
Index ¶
- type Result
- func (r *Result[T]) Do(f func(t *testing.T, it T)) *Result[T]
- func (r *Result[T]) Equal(v T, msgf ...any) *Result[T]
- func (r *Result[T]) EqualError(t *testing.T, errStr string, msgf ...any) *Result[T]
- func (r *Result[T]) ErrorAs(t *testing.T, target any, msgf ...any) *Result[T]
- func (r *Result[T]) ErrorContains(t *testing.T, s string, msgf ...any) *Result[T]
- func (r *Result[T]) ErrorIs(t *testing.T, target error, msgf ...any) *Result[T]
- func (r *Result[T]) NoError(t *testing.T, msgf ...any) *Result[T]
- func (r *Result[T]) V() T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.