Versions in this module Expand all Collapse all v4 v4.0.4 Jul 21, 2023 v4.0.3 Jul 21, 2023 Changes in this version + const Version + func Run(t *testing.T, s suite.TestingSuite) + type Action struct + App *buffalo.App + Session *buffalo.Session + func NewAction(app *buffalo.App) *Action + func NewActionWithFixtures(app *buffalo.App, fsys fs.FS) (*Action, error) + func (as *Action) HTML(u string, args ...interface{}) *httptest.Request + func (as *Action) JSON(u string, args ...interface{}) *httptest.JSON + func (as *Action) SetupTest() + func (as *Action) TearDownTest() + func (as *Action) XML(u string, args ...interface{}) *httptest.XML + type Model struct + DB *pop.Connection + Fixtures fs.FS + func NewModel() *Model + func NewModelWithFixtures(fsys fs.FS) (*Model, error) + func NewModelWithFixturesAndContext(fsys fs.FS, ctx *plush.Context) (*Model, error) + func (m *Model) CleanDB() error + func (m *Model) DBDelta(delta int, name string, fn func()) + func (m *Model) LoadFixture(name string) + func (m *Model) Run(name string, subtest func()) bool + func (m *Model) SetupTest() + func (m *Model) TearDownTest()