Documentation ¶ Index ¶ type Test func (t *Test) AppName() string func (t *Test) Init(testingSuite suite.TestingSuite) func (t *Test) ServerGiven(method, path string, hd any) (r fmkHtp.IRouter) func (t *Test) SetupTest() func (t *Test) TearDownTest() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Test ¶ type Test struct { test.Suite // contains filtered or unexported fields } func (*Test) AppName ¶ func (t *Test) AppName() string func (*Test) Init ¶ func (t *Test) Init(testingSuite suite.TestingSuite) func (*Test) ServerGiven ¶ func (t *Test) ServerGiven(method, path string, hd any) (r fmkHtp.IRouter) func (*Test) SetupTest ¶ func (t *Test) SetupTest() func (*Test) TearDownTest ¶ func (t *Test) TearDownTest() Source Files ¶ View all Source files test.go Click to show internal directories. Click to hide internal directories.