package
Version:
v0.14.1
Opens a new window with list of versions in this module.
Published: Dec 3, 2023
License: GPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package iotest provides IO-related testing utilities.
Writer builds an io.Writer that writes to the given testing.TB.
type Logger interface {
Logf(format string, args ...interface{})
}
Logger is the destination for messages from the Writer.
It is satisfied by *testing.T and *testing.B.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.