Home
last modified time | relevance | path

Searched refs:NotPanics (Results 1 – 25 of 1731) sorted by relevance

12345678910>>...70

/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/sdk/metric/selector/simple/
H A Dsimple_test.go46 require.NotPanics(t, func() { _ = oneAgg(inex, &testCounterDesc).(*sum.Aggregator) })
47 …require.NotPanics(t, func() { _ = oneAgg(inex, &testValueRecorderDesc).(*minmaxsumcount.Aggregator…
53 require.NotPanics(t, func() { _ = oneAgg(sk, &testCounterDesc).(*sum.Aggregator) })
54 require.NotPanics(t, func() { _ = oneAgg(sk, &testValueRecorderDesc).(*ddsketch.Aggregator) })
55 require.NotPanics(t, func() { _ = oneAgg(sk, &testValueObserverDesc).(*ddsketch.Aggregator) })
60 require.NotPanics(t, func() { _ = oneAgg(ex, &testCounterDesc).(*sum.Aggregator) })
61 require.NotPanics(t, func() { _ = oneAgg(ex, &testValueRecorderDesc).(*array.Aggregator) })
62 require.NotPanics(t, func() { _ = oneAgg(ex, &testValueObserverDesc).(*array.Aggregator) })
67 require.NotPanics(t, func() { _ = oneAgg(ex, &testCounterDesc).(*sum.Aggregator) })
68 require.NotPanics(t, func() { _ = oneAgg(ex, &testValueRecorderDesc).(*histogram.Aggregator) })
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/sdk/metric/selector/simple/
H A Dsimple_test.go40 require.NotPanics(t, func() { _ = inex.AggregatorFor(testGaugeDesc).(*gauge.Aggregator) })
41 require.NotPanics(t, func() { _ = inex.AggregatorFor(testCounterDesc).(*counter.Aggregator) })
42 …require.NotPanics(t, func() { _ = inex.AggregatorFor(testMeasureDesc).(*minmaxsumcount.Aggregator)…
47 require.NotPanics(t, func() { _ = sk.AggregatorFor(testGaugeDesc).(*gauge.Aggregator) })
48 require.NotPanics(t, func() { _ = sk.AggregatorFor(testCounterDesc).(*counter.Aggregator) })
49 require.NotPanics(t, func() { _ = sk.AggregatorFor(testMeasureDesc).(*ddsketch.Aggregator) })
54 require.NotPanics(t, func() { _ = ex.AggregatorFor(testGaugeDesc).(*gauge.Aggregator) })
55 require.NotPanics(t, func() { _ = ex.AggregatorFor(testCounterDesc).(*counter.Aggregator) })
56 require.NotPanics(t, func() { _ = ex.AggregatorFor(testMeasureDesc).(*array.Aggregator) })
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/service/internal/zpages/
H A Dtemplates_test.go56 assert.NotPanics(t, func() { WriteHTMLHeader(buf, HeaderData{Title: "Foo"}) })
57 assert.NotPanics(t, func() { WriteHTMLComponentHeader(buf, ComponentHeaderData{Name: "Bar"}) })
58 assert.NotPanics(t, func() {
61 assert.NotPanics(t, func() {
74 assert.NotPanics(t, func() {
82 assert.NotPanics(t, func() {
85 assert.NotPanics(t, func() { WriteHTMLFooter(buf) })
86 assert.NotPanics(t, func() { WriteHTMLFooter(buf) })
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/danieljoos/wincred/
H A Dsys_test.go52 assert.NotPanics(t, func() { res, err = sysCredRead("foo", sysCRED_TYPE_GENERIC) })
98 assert.NotPanics(t, func() { res, err = sysCredRead("Foo", sysCRED_TYPE_GENERIC) })
118 assert.NotPanics(t, func() { err = sysCredWrite(new(Credential), sysCRED_TYPE_GENERIC) })
133 assert.NotPanics(t, func() { err = sysCredWrite(new(Credential), sysCRED_TYPE_GENERIC) })
147 assert.NotPanics(t, func() { err = sysCredDelete(new(Credential), sysCRED_TYPE_GENERIC) })
162 assert.NotPanics(t, func() { err = sysCredDelete(new(Credential), sysCRED_TYPE_GENERIC) })
184 assert.NotPanics(t, func() { res, err = sysCredEnumerate("", true) })
234 assert.NotPanics(t, func() { res, err = sysCredEnumerate("", true) })
/dports/net/rclone/rclone-1.57.0/backend/mailru/mrhash/
H A Dmrhash_test.go65 assert.NotPanics(t, func() { d.Sum(nil) })
67 assert.NotPanics(t, func() { d.Sum(nil) })
68 assert.NotPanics(t, func() { d.Sum(nil) })
70 assert.NotPanics(t, func() { d.Sum(nil) })
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/kube-openapi/pkg/validation/validate/
H A Dhelpers_test.go47 if assert.NotPanics(t, func() {
61 if assert.NotPanics(t, func() {
75 if assert.NotPanics(t, func() {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/kube-openapi/pkg/validation/validate/
H A Dhelpers_test.go47 if assert.NotPanics(t, func() {
61 if assert.NotPanics(t, func() {
75 if assert.NotPanics(t, func() {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kube-openapi/pkg/validation/validate/
H A Dhelpers_test.go47 if assert.NotPanics(t, func() {
61 if assert.NotPanics(t, func() {
75 if assert.NotPanics(t, func() {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/validate/
H A Dhelpers_test.go55 if assert.NotPanics(t, func() {
69 if assert.NotPanics(t, func() {
83 if assert.NotPanics(t, func() {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/validate/
H A Dhelpers_test.go55 if assert.NotPanics(t, func() {
69 if assert.NotPanics(t, func() {
83 if assert.NotPanics(t, func() {
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/config/
H A Dconfig_test.go34 require.NotPanics(t, func() {
53 require.NotPanics(t, func() {
72 require.NotPanics(t, func() {
99 require.NotPanics(t, func() {
187 require.NotPanics(t, func() {
/dports/net/rclone/rclone-1.57.0/backend/dropbox/dbhash/
H A Ddbhash_test.go60 assert.NotPanics(t, func() { d.Sum(nil) })
62 assert.NotPanics(t, func() { d.Sum(nil) })
63 assert.NotPanics(t, func() { d.Sum(nil) })
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/commands/helpers/
H A Dcache_extractor_test.go43 assert.NotPanics(t, func() {
83 assert.NotPanics(t, func() {
167 assert.NotPanics(t, func() {
177 assert.NotPanics(t, func() { cmd.Execute(nil) }, "archive is up to date")
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Masterminds/squirrel/
H A Dstatement_test.go29 assert.NotPanics(t, func() {
40 assert.NotPanics(t, func() {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/masterminds/squirrel/
H A Dstatement_test.go29 assert.NotPanics(t, func() {
40 assert.NotPanics(t, func() {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/vault/secret_engines/
H A Dregistry_test.go51 assert.NotPanics(t, tt.register)
63 require.NotPanics(t, func() {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/vault/auth_methods/
H A Dregistry_test.go51 assert.NotPanics(t, tt.register)
63 require.NotPanics(t, func() {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/helper/
H A Dticker_test.go43 require.NotPanics(t, ticker.Reset)
44 require.NotPanics(t, ticker.Stop)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/helper/
H A Dticker_test.go43 require.NotPanics(t, ticker.Reset)
44 require.NotPanics(t, ticker.Stop)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/helper/
H A Dticker_test.go43 require.NotPanics(t, ticker.Reset)
44 require.NotPanics(t, ticker.Stop)
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Dpeerconnection_go_test.go278 assert.NotPanics(t, func() { pc.onTrack(nil, nil) })
279 assert.NotPanics(t, func() { pc.onICEConnectionStateChange(ice.ConnectionStateNew) })
299 assert.NotPanics(t, func() { pc.onTrack(nil, nil) })
300 assert.NotPanics(t, func() { go pc.onDataChannelHandler(nil) })
303 assert.NotPanics(t, func() { pc.onTrack(&Track{}, &RTPReceiver{}) })
304 assert.NotPanics(t, func() { pc.onICEConnectionStateChange(ice.ConnectionStateNew) })
305 assert.NotPanics(t, func() { go pc.onDataChannelHandler(&DataChannel{api: api}) })
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/dskit/kv/
H A Dclient_test.go41 require.NotPanics(t, func() {
52 require.NotPanics(t, func() {
56 require.NotPanics(t, func() {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/validate/
H A Dhelpers_test.go64 if assert.NotPanics(t, func() {
104 if assert.NotPanics(t, func() {
144 if assert.NotPanics(t, func() {
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/encoding/
H A Dlevels_test.go158 assert.NotPanics(t, func() {
161 assert.NotPanics(t, func() {
194 assert.NotPanics(t, func() {
198 assert.NotPanics(t, func() {
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/ipc/
H A Dipc_test.go82 assert.NotPanics(t, func() {
90 assert.NotPanics(t, func() {

12345678910>>...70