Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntRegexTransform ¶
IntRegexTransform returns a function that can be used to transform a byte array (e.g., an http.Response body) into an int by applying a regular expression to the byte array. The regular expression must have exactly one capture group. The function will return the integer value of the capture group.
func WithDecompressorTransform ¶
WithDecompressorTransform returns a Gomega Transform that decompresses a slice of bytes and returns the corresponding string
func WithHeaderValues ¶
WithHeaderValues returns a Gomega Transform that extracts the header values from the http Response, for the provided header name
func WithJsonBody ¶
WithJsonBody returns a Gomega Transform that extracts the JSON body from the response and returns it as a map[string]interface{}
Types ¶
This section is empty.