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()
func (*FakeGinkgoWriter) Write ¶
func (writer *FakeGinkgoWriter) Write(data []byte) (n int, err error)
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Source Files
¶
- fake_writer.go
- writer.go
Click to show internal directories.
Click to hide internal directories.