Documentation ¶ Index ¶ func Test(t *testing.T, validator validator.Validator, value interface{}) *llresult.Results Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Test ¶ func Test(t *testing.T, validator validator.Validator, value interface{}) *llresult.Results Test takes the output from a validator.Validator invocation and runs test assertions on the result. If you are using this library for testing you will probably want to run Test(t, Compile(map[string]interface{}{...}), actual) as a pattern. Types ¶ This section is empty. Source Files ¶ View all Source files testing.go Click to show internal directories. Click to hide internal directories.