Go testing package

GPTKB entity

Statements (35)
Predicate Object
gptkbp:instanceOf gptkb:software
gptkbp:documentation https://pkg.go.dev/testing
gptkbp:function func (b *B) Run(name string, f func(b *B))
func (t *T) Error(args ...interface{})
func (t *T) Fail()
func (t *T) Fatal(args ...interface{})
func (t *T) Log(args ...interface{})
func (t *T) Run(name string, f func(t *T))
func (t *T) Skip(args ...interface{})
func BenchmarkXxx(*testing.B)
func Main(m *testing.M)
func TestXxx(*testing.T)
gptkbp:hasType testing.B
testing.M
testing.T
https://www.w3.org/2000/01/rdf-schema#label Go testing package
gptkbp:importPath testing
gptkbp:introducedIn gptkb:Go_1
gptkbp:language gptkb:Go
gptkbp:license BSD-style
gptkbp:maintainedBy Go Authors
gptkbp:partOf gptkb:Go_standard_library
gptkbp:relatedTo Go benchmark tool
Go coverage tool
Go test tool
gptkbp:supports parallel tests
subtests
test coverage
test logging
test skipping
gptkbp:usedFor benchmarking
unit testing
writing tests
gptkbp:bfsParent gptkb:TDD
gptkbp:bfsLayer 5