Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Check ¶
Check will check that all testing expectations have been met. This is a no-op if testing dependencies are not present.
func ExpectPlannerRule ¶
ExpectPlannerRule will mark that a planner rule is expected to be executed n number of times.
This returns an error if testing dependencies have not been configured.
func MarkInvokedPlannerRule ¶
MarkInvokedPlannerRule will mark that a planner rule was invoked and record that information in the testing dependencies.
This method is a no-op if testing dependencies are not present.
Types ¶
type FrameworkConfig ¶
type FrameworkConfig struct{}
FrameworkConfig is the testing framework configuration. This can be used to inject the testing framework as a dependency.
Click to show internal directories.
Click to hide internal directories.