Documentation ¶ Index ¶ type Test func New(t *testing.T) (*Test, *require.Assertions) func (t *Test) Assert() *require.Assertions func (t *Test) Config() *config.Config func (t *Test) Id() string func (t *Test) Logger() *log.Adapter func (t *Test) T() *testing.T Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Test ¶ type Test struct { // contains filtered or unexported fields } func New ¶ func New(t *testing.T) (*Test, *require.Assertions) func (*Test) Assert ¶ func (t *Test) Assert() *require.Assertions func (*Test) Config ¶ added in v1.6.1 func (t *Test) Config() *config.Config func (*Test) Id ¶ func (t *Test) Id() string func (*Test) Logger ¶ func (t *Test) Logger() *log.Adapter func (*Test) T ¶ func (t *Test) T() *testing.T Source Files ¶ View all Source files test.go Directories ¶ Show internal Expand all Path Synopsis dbt nolint:mnd nolint:mnd fake httpt rct tgt Click to show internal directories. Click to hide internal directories.