Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Case ¶
type Case[F unix.Filter] struct { Name string // Name is test case name Input string // Input is test case input Expected string // Expected is what filter is expected to produce Filter F // Filter is a pointer to type implementing the pipe.Filter FromArgs F // Optional Filter constructed via FromArgs helper, expected to be equal to Filter }
Case is a single test case testing gonix filter It contains a pointer (PF) to type implementing the pipe.Filter interface
Click to show internal directories.
Click to hide internal directories.