//
pkg.gl
Category
github.com/verily-src/fhirpath-go
fhirpath
internal
expr
exprtest
package
1.1.0
Repository:
https://github.com/verily-src/fhirpath-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
24 SLOC
#
Functions
Error
Error creates a MockExpression that returns the provided error when evaluated.
Return
Return creates a MockExpression that returns the provided inputs when evaluated.
#
Structs
MockExpression
MockExpression is a test double expression that calls the contained function when evaluated.