Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cf = func(args ...string) *gexec.Session { cmdStarter := commandstarter.NewCommandStarter() return internal.Cf(cmdStarter, args...) }
View Source
var CfRedact = func(stringToRedact string, args ...string) *gexec.Session { var ( redactor internal.Redactor redactingReporter internal.Reporter ) cmdStarter := silentcommandstarter.NewCommandStarter() redactor = internal.NewRedactor(stringToRedact) redactingReporter = internal.NewRedactingReporter(ginkgo.GinkgoWriter, redactor) return internal.CfWithCustomReporter(cmdStarter, redactingReporter, args...) }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.