package
0.18.0
Repository: https://github.com/robdavid/genutil-go.git
Documentation: pkg.go.dev

# Functions

Check checks if a given error value is nil.
Reports any error encountered in a call to Try().
Creates a TestableResult from a return value and an error e.g.
Creates a TestableResult from a an error only, e.g.
A constructor for TestableResult2 from the values returned by a function that returns 2 values plus an error.
A constructor for TestableResult3 from the values returned by a function that returns 3 values plus an error.
A constructor for TestableResult4 from the values returned by a function that returns 4 values plus an error.
A constructor for TestableResult5 from the values returned by a function that returns 5 values plus an error.
A constructor for TestableResult6 from the values returned by a function that returns 6 values plus an error.
A constructor for TestableResult7 from the values returned by a function that returns 7 values plus an error.
A constructor for TestableResult8 from the values returned by a function that returns 8 values plus an error.
A constructor for TestableResult9 from the values returned by a function that returns 9 values plus an error.
Creates a TestableResult from a an error only.

# Structs

A wrapper around result.Result that supports test assertions.
A wrapper type for a TestableResult that contains a value of type type.Tuple2.
A wrapper type for a TestableResult that contains a value of type type.Tuple3.
A wrapper type for a TestableResult that contains a value of type type.Tuple4.
A wrapper type for a TestableResult that contains a value of type type.Tuple5.
A wrapper type for a TestableResult that contains a value of type type.Tuple6.
A wrapper type for a TestableResult that contains a value of type type.Tuple7.
A wrapper type for a TestableResult that contains a value of type type.Tuple8.
A wrapper type for a TestableResult that contains a value of type type.Tuple9.

# Interfaces

An interface implemented by multiple types in the "testing" package.