Discover Packages
github.com/Beeketing/properties
assert
package
Version:
v1.8.0
Opens a new window with list of versions in this module.
Published: May 15, 2018
License: BSD-2-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package assert provides helper functions for testing.
Equal asserts that got and want are equal as defined by
reflect.DeepEqual. The test fails with msg if they are not equal.
Matches asserts that a value matches a given regular expression.
Panic asserts that function fn() panics.
It assumes that recover() either returns a string or
an error and fails if the message does not match
the regular expression in 'matches'.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.