Documentation ¶
Overview ¶
Package testutils provides functions to use in complex tests.
Index ¶
- func ExprTester(t *testing.T, cases [][]byte, expressions ...string)
- func ExprTesterFalse(t *testing.T, errorCases [][]byte, expression string)
- func ExprTesterFalseWithExclude(t *testing.T, errorCases [][]byte, expression ExpressionPair)
- func ExprTesterWithExclude(t *testing.T, cases [][]byte, expressions ...ExpressionPair)
- type ExpressionPair
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExprTesterFalseWithExclude ¶ added in v1.0.26
func ExprTesterFalseWithExclude(t *testing.T, errorCases [][]byte, expression ExpressionPair)
func ExprTesterWithExclude ¶ added in v1.0.26
func ExprTesterWithExclude(t *testing.T, cases [][]byte, expressions ...ExpressionPair)
Types ¶
type ExpressionPair ¶ added in v1.0.26
Click to show internal directories.
Click to hide internal directories.