fynefyne.io/fyne/test

Imports of package test

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
fyne.io/fynePackage fyne describes the objects and components available to any Fyne app.
fyne.io/fyne/driver/desktopPackage desktop provides desktop specific driver functionality.
fyne.io/fyne/internal
fyne.io/fyne/internal/app
fyne.io/fyne/internal/cache
fyne.io/fyne/internal/driver
fyne.io/fyne/internal/painter
fyne.io/fyne/internal/painter/software
fyne.io/fyne/internal/test
fyne.io/fyne/storagePackage storage provides storage access and management functionality.
fyne.io/fyne/themePackage theme defines how a Fyne app should look when rendered
github.com/goki/freetype/truetype
github.com/stretchr/testify/assertPackage assert provides a set of comprehensive testing tools for use with the normal Go testing system.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
golang.org/x/image/fontPackage font defines an interface for font faces, for drawing text on an image.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/drawPackage draw provides image composition functions.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.