package
Version:
v2.1.2+incompatible
Opens a new window with list of versions in this module.
Published: Nov 4, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
- Variables
-
func Run(t *testing.T, variables jet.VarMap, context interface{}, ...)
-
func RunWithSet(t *testing.T, set *jet.Set, variables jet.VarMap, context interface{}, ...)
-
func RunWithTemplate(t *testing.T, tt *jet.Template, variables jet.VarMap, context interface{}, ...)
TestingSet holds a template set for running tests
Run runs jet template engine test, template will be loaded and cached in the default set TestingSet
RunWithSet like Run but accepts a jet.Set as a parameter to be used instead of the default set
RunWithTemplate like Run but accepts a jet.Template
Source Files
¶
Click to show internal directories.
Click to hide internal directories.