Documentation ¶
Overview ¶
Package tmplexec provides functionality for generating test cases and executing them
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssertExecutor ¶
type AssertExecutor struct {
Opts Opts
}
AssertExecutor implementation of IAssertExecutor
type CoverageExecutor ¶
type CoverageExecutor struct {
Opts Opts
}
CoverageExecutor implementation of ICoverageExecutor
type IExecutor ¶
IExecutor interface for executor of template
func NewAssertExecutor ¶
NewAssertExecutor creates new assert template executor the final generator which creates inputs & verifies output
func NewCoverageExecutor ¶
NewCoverageExecutor creates new assert template executor this is the first step to measure coverage
func NewValueExecutor ¶
NewValueExecutor creates new value template executor this is the second step to read values to assert
type ValueExecutor ¶
type ValueExecutor struct {
Opts Opts
}
ValueExecutor implementation of IValueExecutor
Click to show internal directories.
Click to hide internal directories.