Skip to content

golangplus/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testing

Plus to the standard testing package

Godoc: testingp assert

Featured

// *WriterTB implements the testing.TB interface.
// An io.Writer can be specified as the destination of logging.
// This type is especially useful for writing testcases of tools for testing.
type WriterTB struct {
	io.Writer
    Suffix string
	...
}

LICENSE

BSD license

About

Plus to the standard testing package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages