gomega.Expect(err).NotTo(gomega.HaveOccurred(),"Failed to ensure missing job event has occurred for %s cronjob in namespace %s",cronJob.Name,f.Namespace.Name)
framework.ExpectNoError(err,"Failed to ensure missing job event has occurred for %s cronjob in namespace %s",cronJob.Name,f.Namespace.Name)
gomega.Expect(err).NotTo(gomega.HaveOccurred(),"Failed to ensure a finished cronjob exists by listing jobs explicitly in namespace %s",f.Namespace.Name)
framework.ExpectNoError(err,"Failed to ensure a finished cronjob exists by listing jobs explicitly in namespace %s",f.Namespace.Name)
gomega.Expect(err).NotTo(gomega.HaveOccurred(),"Failed to ensure there is one finished job by listing job explicitly in namespace %s",f.Namespace.Name)
framework.ExpectNoError(err,"Failed to ensure there is one finished job by listing job explicitly in namespace %s",f.Namespace.Name)