package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Dec 13, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Contains(actualValue interface{}, actualValues []string, expectValue interface{}, ...) (bool, string)
-
func Equal(actualValue interface{}, actualValues []string, expectValue interface{}, ...) (bool, string)
-
func GreaterThan(actualValue interface{}, actualValues []string, expectValue interface{}, ...) (bool, string)
-
func GreaterThanOrEq(actualValue interface{}, actualValues []string, expectValue interface{}, ...) (bool, string)
-
func LessThan(actualValue interface{}, actualValues []string, expectValue interface{}, ...) (bool, string)
-
func LessThanOrEq(actualValue interface{}, actualValues []string, expectValue interface{}, ...) (bool, string)
-
func NotEqual(actualValue interface{}, actualValues []string, expectValue interface{}, ...) (bool, string)
func Contains(actualValue interface{}, actualValues []string, expectValue interface{}, expectValues []string) (bool, string)
func Equal(actualValue interface{}, actualValues []string, expectValue interface{}, expectValues []string) (bool, string)
func GreaterThan(actualValue interface{}, actualValues []string, expectValue interface{}, expectValues []string) (bool, string)
func GreaterThanOrEq(actualValue interface{}, actualValues []string, expectValue interface{}, expectValues []string) (bool, string)
func LessThan(actualValue interface{}, actualValues []string, expectValue interface{}, expectValues []string) (bool, string)
func LessThanOrEq(actualValue interface{}, actualValues []string, expectValue interface{}, expectValues []string) (bool, string)
func NotEqual(actualValue interface{}, actualValues []string, expectValue interface{}, expectValues []string) (bool, string)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.