# Packages
Package tioz provides test fixtures for the "ioz" package.
# Functions
MustReadAll is like [io.ReadAll], but panics on error.
MustReadAllAndClose is like MustReadAll but also always closes the ReadCloser.
MustReadAllAndCloseString is like MustReadAllAndClose, but returns a string.
MustReadAllString is like [MustReadAll], but returns a string.
NewCountingReader initializes a new [*CountingReader].
# Structs
CountingReader implements a [io.Reader] that counts bytes.