Home
last modified time | relevance | path

Searched refs:PanicsWithValue (Results 1 – 25 of 1080) sorted by relevance

12345678910>>...44

/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/config/
H A Dconfig_test.go119 …assert.PanicsWithValue(t, `invalid default "a" for int entry prefix.number: strconv.Atoi: parsing …
126 …assert.PanicsWithValue(t, `invalid default "10000000000000000000" for int entry prefix.number: str…
133 assert.PanicsWithValue(t, `options parameter without a type - nil?!`, func() {
137 assert.PanicsWithValue(t, `need a pointer to a struct, got instead: *int`, func() {
142 assert.PanicsWithValue(t, `struct entry "prefix.number" not exported`, func() {
149 …assert.PanicsWithValue(t, `unsupported struct entry type "prefix.someNumber": config.MyInt`, func(…
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/pkg/metrics/
H A Dregistry_test.go18 assert.PanicsWithValue(t, "metric name 'counter' already in use", func() {
44 assert.PanicsWithValue(t, "metric name 'timer' already in use", func() {
60 assert.PanicsWithValue(t, "metric name 'foo' already in use", func() {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/pkg/metrics/
H A Dregistry_test.go18 assert.PanicsWithValue(t, "metric name 'counter' already in use", func() {
44 assert.PanicsWithValue(t, "metric name 'timer' already in use", func() {
60 assert.PanicsWithValue(t, "metric name 'foo' already in use", func() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/pkg/metrics/
H A Dregistry_test.go18 assert.PanicsWithValue(t, "metric name 'counter' already in use", func() {
44 assert.PanicsWithValue(t, "metric name 'timer' already in use", func() {
60 assert.PanicsWithValue(t, "metric name 'foo' already in use", func() {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/pkg/metrics/
H A Dregistry_test.go18 assert.PanicsWithValue(t, "metric name 'counter' already in use", func() {
44 assert.PanicsWithValue(t, "metric name 'timer' already in use", func() {
60 assert.PanicsWithValue(t, "metric name 'foo' already in use", func() {
/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/
H A Devent_test.go49 …assert.PanicsWithValue(t, "Cannot access nested slice element with non-integer key: string_key", f…
52 …assert.PanicsWithValue(t, "Cannot descend into non-map non-slice object with key: bad_key", func()…
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/thoas/go-funk/
H A Dbuilder_test.go35 is.PanicsWithValue(tc.Panic, func() {
74 is.PanicsWithValue(tc.Panic, func() {
119 is.PanicsWithValue(tc.Panic, func() {
/dports/devel/bit/bit-1.1.2/vendor/github.com/thoas/go-funk/
H A Dbuilder_test.go35 is.PanicsWithValue(tc.Panic, func() {
74 is.PanicsWithValue(tc.Panic, func() {
119 is.PanicsWithValue(tc.Panic, func() {
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/alecthomas/kong/
H A Dhelp_test.go60 require.PanicsWithValue(t, true, func() {
98 require.PanicsWithValue(t, true, func() {
166 require.PanicsWithValue(t, true, func() {
199 require.PanicsWithValue(t, true, func() {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/puddle/
H A Dpool_test.go564 assert.PanicsWithValue(t, "tried to release resource that is not acquired", res.Release)
565 assert.PanicsWithValue(t, "tried to release resource that is not acquired", res.ReleaseUnused)
566 assert.PanicsWithValue(t, "tried to destroy resource that is not acquired", res.Destroy)
567 assert.PanicsWithValue(t, "tried to hijack resource that is not acquired", res.Hijack)
568 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
569 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
570 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
571 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
H A Dinternal_test.go11 …assert.PanicsWithValue(t, "BUG: removeResource could not find res in slice", func() { removeResour…
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/puddle/
H A Dpool_test.go617 assert.PanicsWithValue(t, "tried to release resource that is not acquired", res.Release)
618 assert.PanicsWithValue(t, "tried to release resource that is not acquired", res.ReleaseUnused)
619 assert.PanicsWithValue(t, "tried to destroy resource that is not acquired", res.Destroy)
620 assert.PanicsWithValue(t, "tried to hijack resource that is not acquired", res.Hijack)
621 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
622 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
623 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
624 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
H A Dinternal_test.go11 …assert.PanicsWithValue(t, "BUG: removeResource could not find res in slice", func() { removeResour…
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/puddle/
H A Dpool_test.go618 assert.PanicsWithValue(t, "tried to release resource that is not acquired", res.Release)
619 assert.PanicsWithValue(t, "tried to release resource that is not acquired", res.ReleaseUnused)
620 assert.PanicsWithValue(t, "tried to destroy resource that is not acquired", res.Destroy)
621 assert.PanicsWithValue(t, "tried to hijack resource that is not acquired", res.Hijack)
622 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
623 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
624 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
625 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
H A Dinternal_test.go11 …assert.PanicsWithValue(t, "BUG: removeResource could not find res in slice", func() { removeResour…
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/puddle/
H A Dpool_test.go618 assert.PanicsWithValue(t, "tried to release resource that is not acquired", res.Release)
619 assert.PanicsWithValue(t, "tried to release resource that is not acquired", res.ReleaseUnused)
620 assert.PanicsWithValue(t, "tried to destroy resource that is not acquired", res.Destroy)
621 assert.PanicsWithValue(t, "tried to hijack resource that is not acquired", res.Hijack)
622 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
623 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
624 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
625 …assert.PanicsWithValue(t, "tried to access resource that is not acquired or hijacked", func() { re…
H A Dinternal_test.go11 …assert.PanicsWithValue(t, "BUG: removeResource could not find res in slice", func() { removeResour…
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/pkg/testing/assert/
H A Dassertions.go62 func PanicsWithValue(t TestingT, expected interface{}, fn PanicTestFunc, msgAndArgs ...interface{})… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/pkg/testing/assert/
H A Dassertions.go62 func PanicsWithValue(t TestingT, expected interface{}, fn PanicTestFunc, msgAndArgs ...interface{})… func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/pkg/testing/assert/
H A Dassertions.go62 func PanicsWithValue(t TestingT, expected interface{}, fn PanicTestFunc, msgAndArgs ...interface{})… func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/pkg/testing/assert/
H A Dassertions.go62 func PanicsWithValue(t TestingT, expected interface{}, fn PanicTestFunc, msgAndArgs ...interface{})… func
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/tj/assert/
H A Drequire_forward.go417 func (a *Assertions) PanicsWithValue(expected interface{}, f assert.PanicTestFunc, msgAndArgs ...in… func
418 PanicsWithValue(a.t, expected, f, msgAndArgs...)
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/kube-openapi/pkg/validation/validate/
H A Dschema_test.go110 …assert.PanicsWithValue(t, `schema references not supported: http://localhost:1234/integer.json`, s…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/kube-openapi/pkg/validation/validate/
H A Dschema_test.go110 …assert.PanicsWithValue(t, `schema references not supported: http://localhost:1234/integer.json`, s…
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kube-openapi/pkg/validation/validate/
H A Dschema_test.go110 …assert.PanicsWithValue(t, `schema references not supported: http://localhost:1234/integer.json`, s…

12345678910>>...44