Documentation ¶
Index ¶
- type FakeGinkgoWriter
- func (writer *FakeGinkgoWriter) AddEvent(event string)
- func (writer *FakeGinkgoWriter) Bytes() []byte
- func (writer *FakeGinkgoWriter) DumpOut()
- func (writer *FakeGinkgoWriter) DumpOutWithHeader(header string)
- func (writer *FakeGinkgoWriter) Truncate()
- func (writer *FakeGinkgoWriter) Write(data []byte) (n int, err error)
- type Writer
- type WriterInterface
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) Bytes ¶ added in v1.3.0
func (writer *FakeGinkgoWriter) Bytes() []byte
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 ¶
Click to show internal directories.
Click to hide internal directories.