Documentation ¶
Index ¶
Constants ¶
View Source
const ( FixtureNextParent = "fx.nextParent" FixtureMaybeSkip = "fx.maybeSkip" )
Variables ¶
View Source
var ( AssertEqual = protogen.GoIdent{ GoName: "Equal", GoImportPath: "gotest.tools/v3/assert", } AssertDeepEqual = protogen.GoIdent{ GoName: "DeepEqual", GoImportPath: "gotest.tools/v3/assert", } AssertNilError = protogen.GoIdent{ GoName: "NilError", GoImportPath: "gotest.tools/v3/assert", } AssertCheck = protogen.GoIdent{ GoName: "Check", GoImportPath: "gotest.tools/v3/assert", } )
Assert idents. nolint: gochecknoglobals
View Source
var ( TimeSecond = protogen.GoIdent{GoName: "Second", GoImportPath: "time"} TimeSince = protogen.GoIdent{GoName: "Since", GoImportPath: "time"} )
Time idents. nolint: gochecknoglobals
View Source
var (
CmpoptsSortSlices = protogen.GoIdent{
GoName: "SortSlices",
GoImportPath: "github.com/google/go-cmp/cmp/cmpopts",
}
)
Cmpopts idents. nolint: gochecknoglobals
View Source
var (
ProtoClone = protogen.GoIdent{
GoName: "Clone",
GoImportPath: "google.golang.org/protobuf/proto",
}
)
Proto idents. nolint: gochecknoglobals
View Source
var (
ProtocmpTransform = protogen.GoIdent{
GoName: "Transform",
GoImportPath: "google.golang.org/protobuf/testing/protocmp",
}
)
Protocmp idents. nolint: gochecknoglobals
View Source
var (
StatusCode = protogen.GoIdent{GoName: "Code", GoImportPath: "google.golang.org/grpc/status"}
)
Status idents. nolint: gochecknoglobals
View Source
var (
StringsHasSuffix = protogen.GoIdent{GoName: "HasSuffix", GoImportPath: "strings"}
)
Strings idents. nolint: gochecknoglobals
View Source
var (
TestingT = protogen.GoIdent{GoName: "T", GoImportPath: "testing"}
)
Testing idents. nolint: gochecknoglobals
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.