Versions in this module Expand all Collapse all v0 v0.6.2 Apr 9, 2019 Changes in this version + func Login(t *testing.T, ctx *infra.DnoteCtx) v0.4.8 Oct 14, 2018 Changes in this version + func AssertDeepEqual(t *testing.T, a interface{}, b interface{}, message string) + func AssertEqual(t *testing.T, a interface{}, b interface{}, message string) + func AssertEqualf(t *testing.T, a interface{}, b interface{}, message string) + func AssertNotEqual(t *testing.T, a interface{}, b interface{}, message string) + func CopyFixture(ctx infra.DnoteCtx, fixturePath string, filename string) + func InitEnv(relPath string, relFixturePath string) infra.DnoteCtx + func IsEqualJSON(s1, s2 []byte) (bool, error) + func MustExec(t *testing.T, message string, db *sql.DB, query string, args ...interface{}) sql.Result + func MustMarshalJSON(t *testing.T, v interface{}) []byte + func MustScan(t *testing.T, message string, row *sql.Row, args ...interface{}) + func MustUnmarshalJSON(t *testing.T, data []byte, v interface{}) + func NewDnoteCmd(ctx infra.DnoteCtx, binaryName string, arg ...string) (*exec.Cmd, *bytes.Buffer, *bytes.Buffer, error) + func ReadFile(ctx infra.DnoteCtx, filename string) []byte + func ReadFileAbs(relpath string) []byte + func ReadJSON(path string, destination interface{}) + func RunDnoteCmd(t *testing.T, ctx infra.DnoteCtx, binaryName string, arg ...string) + func Setup1(t *testing.T, ctx infra.DnoteCtx) + func Setup2(t *testing.T, ctx infra.DnoteCtx) + func Setup3(t *testing.T, ctx infra.DnoteCtx) + func Setup4(t *testing.T, ctx infra.DnoteCtx) + func TeardownEnv(ctx infra.DnoteCtx) + func UserConfirm(stdin io.WriteCloser) error + func WaitDnoteCmd(t *testing.T, ctx infra.DnoteCtx, runFunc func(io.WriteCloser) error, ...) + func WriteFile(ctx infra.DnoteCtx, content []byte, filename string)