Documentation
¶
Index ¶
- type Violation
- func CheckAssertExists(assertSet bool, path string) *Violation
- func CheckAssertSignature(params, results string, path string) *Violation
- func CheckChainHasRun(runSource string, assertPath string) *Violation
- func CheckChildNoRedefine(types map[string]bool, path string, ancestorDepth int) *Violation
- func CheckGoBlockIsFinal(isFinal bool, path string) *Violation
- func CheckHasGoBlock(goBlockSet bool, path string) *Violation
- func CheckRootHasGoBlock(goBlockSet bool, path string) *Violation
- func CheckRootHasRequestResponse(types map[string]bool, path string) *Violation
- func CheckRootHasSetupOrRun(setupSet, runSet bool, path string) *Violation
- func CheckRunSignature(params, results string, path string) *Violation
- func CheckSetupBodyNotStub(body string, path string) *Violation
- func CheckSetupSignature(params, results string, path string) *Violation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Violation ¶
func CheckAssertExists ¶
func CheckAssertSignature ¶
func CheckChainHasRun ¶
func CheckChildNoRedefine ¶
func CheckGoBlockIsFinal ¶
func CheckHasGoBlock ¶
func CheckRootHasGoBlock ¶
func CheckRootHasSetupOrRun ¶
func CheckRunSignature ¶
func CheckSetupBodyNotStub ¶
func CheckSetupSignature ¶
Click to show internal directories.
Click to hide internal directories.