Documentation ¶
Index ¶
- Variables
- func Assert(t *testing.T, expected, actual interface{})
- func AssertFalse(t *testing.T, expected, actual interface{})
- func AssertPrecision(t *testing.T, expected, actual interface{}, precision float64)
- func AssertPrecisionFalse(t *testing.T, expected, actual interface{}, precision float64)
- func Compare(expected, actual interface{}) (bool, string)
- func ComparePrecision(expected, actual interface{}, precision float64) (bool, string)
- type Expected
- type Regex
Constants ¶
This section is empty.
Variables ¶
View Source
var AnythingIsFine = "reql_test.AnythingIsFine"
Functions ¶
func AssertFalse ¶
func AssertPrecision ¶
func AssertPrecisionFalse ¶
func ComparePrecision ¶
Types ¶
type Expected ¶
func PartialMatch ¶
func PartialMatch(v interface{}) Expected
func UnorderedMatch ¶
func UnorderedMatch(v interface{}) Expected
func (Expected) SetOrdered ¶
func (Expected) SetPartial ¶
Click to show internal directories.
Click to hide internal directories.