compare

package
v2.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AnythingIsFine = "reql_test.AnythingIsFine"

Functions

func Assert

func Assert(t *testing.T, expected, actual interface{})

func AssertFalse

func AssertFalse(t *testing.T, expected, actual interface{})

func AssertPrecision

func AssertPrecision(t *testing.T, expected, actual interface{}, precision float64)

func AssertPrecisionFalse

func AssertPrecisionFalse(t *testing.T, expected, actual interface{}, precision float64)

func Compare

func Compare(expected, actual interface{}) (bool, string)

func ComparePrecision

func ComparePrecision(expected, actual interface{}, precision float64) (bool, string)

Types

type Expected

type Expected struct {
	Fetch      bool
	Partial    bool
	Ordered    bool
	FetchCount int
	Val        interface{}
}

func PartialMatch

func PartialMatch(v interface{}) Expected

func UnorderedMatch

func UnorderedMatch(v interface{}) Expected

func (Expected) SetOrdered

func (expected Expected) SetOrdered(ordered bool) Expected

func (Expected) SetPartial

func (expected Expected) SetPartial(partial bool) Expected

type Regex

type Regex string

func IsUUID

func IsUUID() Regex

func MatchesRegexp

func MatchesRegexp(expr string) Regex

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL