Versions in this module Expand all Collapse all v0 v0.5.2 Oct 30, 2024 v0.5.1 Mar 20, 2024 Changes in this version + func AssertContains(t *testing.T, s, contains interface{}) + func AssertEqualError(t *testing.T, theError error, errString string) + func AssertError(t *testing.T, err error) + func AssertNil(t *testing.T, object interface{}) + func AssertNoError(t *testing.T, err error) + func AssertNotContains(t *testing.T, s, contains interface{}) + func AssertServiceBindingCondition(t *testing.T, binding *v1beta1.ServiceBinding, ...) + func AssertServiceInstanceCondition(t *testing.T, instance *v1beta1.ServiceInstance, ...) + func AssertServiceInstanceConditionFalseOrAbsent(t *testing.T, instance *v1beta1.ServiceInstance, ...) + func ContextWithUserName(userName string) context.Context + func EnableOriginatingIdentity(t *testing.T, enabled bool) (previousState bool) + func ObjectsAreEqual(expected, actual interface{}) bool + func WaitForBindingCondition(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) (*v1beta1.ServiceBindingCondition, error) + func WaitForBindingReconciledGeneration(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error + func WaitForBindingToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error + func WaitForBrokerCondition(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string, ...) error + func WaitForBrokerToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string, ...) error + func WaitForInstanceCondition(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error + func WaitForInstanceProcessedGeneration(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error + func WaitForInstanceToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, ...) error + func WaitForServiceClassToExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string, ...) error + func WaitForServiceClassToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string, ...) error + func WaitForServicePlanToExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string, ...) error + func WaitForServicePlanToNotExist(client v1beta1servicecatalog.ServicecatalogV1beta1Interface, name string, ...) error