Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGinkgoWriter ¶
type FakeGinkgoWriter struct {
EventStream []string
}
func NewFake ¶
func NewFake() *FakeGinkgoWriter
func (*FakeGinkgoWriter) AddEvent ¶
func (writer *FakeGinkgoWriter) AddEvent(event string)
func (*FakeGinkgoWriter) DumpOut ¶
func (writer *FakeGinkgoWriter) DumpOut()
func (*FakeGinkgoWriter) DumpOutWithHeader ¶
func (writer *FakeGinkgoWriter) DumpOutWithHeader(header string)
func (*FakeGinkgoWriter) Truncate ¶
func (writer *FakeGinkgoWriter) Truncate()
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) DumpOutWithHeader ¶
type WriterInterface ¶
Click to show internal directories.
Click to hide internal directories.