Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFieldLogger ¶
for now we're just tracking calls to the Error and Errorf methods
func (*FakeFieldLogger) AssertErrors ¶
func (self *FakeFieldLogger) AssertErrors(t *testing.T, expectedErrors []string)
func (*FakeFieldLogger) Error ¶
func (self *FakeFieldLogger) Error(args ...interface{})
func (*FakeFieldLogger) Errorf ¶
func (self *FakeFieldLogger) Errorf(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.