# Functions
ContextWithBundlesResolverDisabled returns a context containing a Config with the enable-bundles-resolver feature flag disabled.
ContextWithClusterResolverDisabled returns a context containing a Config with the enable-cluster-resolver feature flag disabled.
ContextWithGitResolverDisabled returns a context containing a Config with the enable-git-resolver feature flag disabled.
ContextWithHttpResolverDisabled returns a context containing a Config with the enable-http-resolver feature flag disabled.
ContextWithHubResolverDisabled returns a context containing a Config with the enable-hub-resolver feature flag disabled.
GetResolverFrameworkController returns an instance of the resolver framework controller/reconciler using the given resolver, seeded with d, where d represents the state of the system (existing resources) needed for the test.
RunResolverReconcileTest takes data to seed clients and informers, a Resolver, a ResolutionRequest, and the expected ResolutionRequestStatus and error, both of which can be nil.
# Type aliases
ResolverReconcileTestModifier is a function thaat will be invoked after the test assets and controller have been created.