René's URL Explorer Experiment


Title: testcase package - github.com/go-tk/testcase - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/go-tk/testcase#main-content
Why Go https://pkg.go.dev/github.com/go-tk/testcase
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/go-tk/testcase
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/go-tk/testcase
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/go-tk/testcase
Why Go https://pkg.go.dev/github.com/go-tk/testcase
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/go-tk/testcase
Docs https://pkg.go.dev/github.com/go-tk/testcase
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/go-tk/testcase
Community https://pkg.go.dev/github.com/go-tk/testcase
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/go-tk/testcase https://pkg.go.dev/github.com/go-tk/testcase@v0.8.1
https://go.dev/
Version: v0.8.1 https://pkg.go.dev/github.com/go-tk/testcase?tab=versions
Go to latest https://pkg.go.dev/github.com/go-tk/testcase
MIThttps://pkg.go.dev/github.com/go-tk/testcase?tab=licenses
Imports: 5 https://pkg.go.dev/github.com/go-tk/testcase?tab=imports
Imported by: 1 https://pkg.go.dev/github.com/go-tk/testcase?tab=importedby
go.modhttps://github.com/go-tk/testcase/tree/v0.8.1/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/go-tk/testcase https://github.com/go-tk/testcase
Open Source Insights https://deps.dev/go/github.com%2Fgo-tk%2Ftestcase/v0.8.1
README https://pkg.go.dev/github.com/go-tk/testcase#section-readme
Example https://pkg.go.dev/github.com/go-tk/testcase#readme-example
Documentation https://pkg.go.dev/github.com/go-tk/testcase#section-documentation
Index https://pkg.go.dev/github.com/go-tk/testcase#pkg-index
Constants https://pkg.go.dev/github.com/go-tk/testcase#pkg-constants
Variables https://pkg.go.dev/github.com/go-tk/testcase#pkg-variables
Functions https://pkg.go.dev/github.com/go-tk/testcase#pkg-functions
Callback(t, callbackID) https://pkg.go.dev/github.com/go-tk/testcase#Callback
OptionalCallback(t, callbackID) https://pkg.go.dev/github.com/go-tk/testcase#OptionalCallback
Types https://pkg.go.dev/github.com/go-tk/testcase#pkg-types
type TestCase https://pkg.go.dev/github.com/go-tk/testcase#TestCase
New(function) https://pkg.go.dev/github.com/go-tk/testcase#New
(tc) Run(t) https://pkg.go.dev/github.com/go-tk/testcase#TestCase.Run
(tc) RunParallel(t) https://pkg.go.dev/github.com/go-tk/testcase#TestCase.RunParallel
(tc) WithCallback(callbackID, callback) https://pkg.go.dev/github.com/go-tk/testcase#TestCase.WithCallback
(tc) WithTag(tag) https://pkg.go.dev/github.com/go-tk/testcase#TestCase.WithTag
Source Files https://pkg.go.dev/github.com/go-tk/testcase#section-sourcefiles
https://pkg.go.dev/github.com/go-tk/testcase#section-readme
https://pkg.go.dev/github.com/go-tk/testcase
https://github.com/go-tk/testcase/actions/workflows/ci.yaml?query=branch%3Amain
https://codecov.io/gh/go-tk/testcase/branch/main
https://pkg.go.dev/github.com/go-tk/testcase#section-documentation
https://pkg.go.dev/github.com/go-tk/testcase#pkg-index
func Callback(t *testing.T, callbackID string)https://pkg.go.dev/github.com/go-tk/testcase#Callback
func OptionalCallback(t *testing.T, callbackID string)https://pkg.go.dev/github.com/go-tk/testcase#OptionalCallback
type TestCasehttps://pkg.go.dev/github.com/go-tk/testcase#TestCase
func New[C any, F func(t *testing.T, c *C)](function F) TestCase[C, F]https://pkg.go.dev/github.com/go-tk/testcase#New
func (tc TestCase[C, F]) Run(t *testing.T)https://pkg.go.dev/github.com/go-tk/testcase#TestCase.Run
func (tc TestCase[C, F]) RunParallel(t *testing.T)https://pkg.go.dev/github.com/go-tk/testcase#TestCase.RunParallel
func (tc TestCase[C, F]) WithCallback(callbackID string, callback F) TestCase[C, F]https://pkg.go.dev/github.com/go-tk/testcase#TestCase.WithCallback
func (tc TestCase[C, F]) WithTag(tag string) TestCase[C, F]https://pkg.go.dev/github.com/go-tk/testcase#TestCase.WithTag
https://pkg.go.dev/github.com/go-tk/testcase#pkg-constants
https://pkg.go.dev/github.com/go-tk/testcase#pkg-variables
https://pkg.go.dev/github.com/go-tk/testcase#pkg-functions
Callbackhttps://github.com/go-tk/testcase/blob/v0.8.1/testcase.go#L86
https://pkg.go.dev/github.com/go-tk/testcase#Callback
testinghttps://pkg.go.dev/testing
Thttps://pkg.go.dev/testing#T
stringhttps://pkg.go.dev/builtin#string
OptionalCallbackhttps://github.com/go-tk/testcase/blob/v0.8.1/testcase.go#L100
https://pkg.go.dev/github.com/go-tk/testcase#OptionalCallback
testinghttps://pkg.go.dev/testing
Thttps://pkg.go.dev/testing#T
stringhttps://pkg.go.dev/builtin#string
https://pkg.go.dev/github.com/go-tk/testcase#pkg-types
TestCasehttps://github.com/go-tk/testcase/blob/v0.8.1/testcase.go#L11
https://pkg.go.dev/github.com/go-tk/testcase#TestCase
anyhttps://pkg.go.dev/builtin#any
testinghttps://pkg.go.dev/testing
Thttps://pkg.go.dev/testing#T
Newhttps://github.com/go-tk/testcase/blob/v0.8.1/testcase.go#L18
https://pkg.go.dev/github.com/go-tk/testcase#New
anyhttps://pkg.go.dev/builtin#any
testinghttps://pkg.go.dev/testing
Thttps://pkg.go.dev/testing#T
TestCasehttps://pkg.go.dev/github.com/go-tk/testcase#TestCase
Runhttps://github.com/go-tk/testcase/blob/v0.8.1/testcase.go#L44
https://pkg.go.dev/github.com/go-tk/testcase#TestCase.Run
TestCasehttps://pkg.go.dev/github.com/go-tk/testcase#TestCase
testinghttps://pkg.go.dev/testing
Thttps://pkg.go.dev/testing#T
RunParallelhttps://github.com/go-tk/testcase/blob/v0.8.1/testcase.go#L52
https://pkg.go.dev/github.com/go-tk/testcase#TestCase.RunParallel
TestCasehttps://pkg.go.dev/github.com/go-tk/testcase#TestCase
testinghttps://pkg.go.dev/testing
Thttps://pkg.go.dev/testing#T
WithCallbackhttps://github.com/go-tk/testcase/blob/v0.8.1/testcase.go#L33
https://pkg.go.dev/github.com/go-tk/testcase#TestCase.WithCallback
TestCasehttps://pkg.go.dev/github.com/go-tk/testcase#TestCase
stringhttps://pkg.go.dev/builtin#string
TestCasehttps://pkg.go.dev/github.com/go-tk/testcase#TestCase
WithTaghttps://github.com/go-tk/testcase/blob/v0.8.1/testcase.go#L26
https://pkg.go.dev/github.com/go-tk/testcase#TestCase.WithTag
TestCasehttps://pkg.go.dev/github.com/go-tk/testcase#TestCase
stringhttps://pkg.go.dev/builtin#string
TestCasehttps://pkg.go.dev/github.com/go-tk/testcase#TestCase
https://pkg.go.dev/github.com/go-tk/testcase#section-sourcefiles
View all Source fileshttps://github.com/go-tk/testcase/tree/v0.8.1
context.gohttps://github.com/go-tk/testcase/blob/v0.8.1/context.go
testcase.gohttps://github.com/go-tk/testcase/blob/v0.8.1/testcase.go
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.