Documentation ¶
Overview ¶
package gt is for GOPATH testing for vendor.
Index ¶
- type FileSpec
- type GopathTest
- func (g *GopathTest) Check(err error)
- func (g *GopathTest) Clean()
- func (g *GopathTest) Current() string
- func (g *GopathTest) Fatal(args ...interface{})
- func (g *GopathTest) In(pkg string)
- func (g *GopathTest) Path(pkg string) string
- func (g *GopathTest) Remove(at string)
- func (g *GopathTest) Setup(at string, files ...FileSpec)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GopathTest ¶
func New ¶
func New(t *testing.T) *GopathTest
func (*GopathTest) Check ¶
func (g *GopathTest) Check(err error)
func (*GopathTest) Clean ¶
func (g *GopathTest) Clean()
func (*GopathTest) Current ¶
func (g *GopathTest) Current() string
func (*GopathTest) Fatal ¶
func (g *GopathTest) Fatal(args ...interface{})
func (*GopathTest) In ¶
func (g *GopathTest) In(pkg string)
func (*GopathTest) Path ¶
func (g *GopathTest) Path(pkg string) string
func (*GopathTest) Remove ¶
func (g *GopathTest) Remove(at string)
func (*GopathTest) Setup ¶
func (g *GopathTest) Setup(at string, files ...FileSpec)
Click to show internal directories.
Click to hide internal directories.