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) Truncate ¶
func (writer *FakeGinkgoWriter) Truncate()
type WriterInterface ¶
type WriterInterface interface { Truncate() DumpOut() }
Click to show internal directories.
Click to hide internal directories.