Home
last modified time | relevance | path

Searched defs:Expectation (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/internal/matchers/
H A Dexpectation.go31 type Expectation struct { struct
32 t *testing.T
33 actual interface{}
36 func (e *Expectation) ToEqual(expected interface{}) {
52 func (e *Expectation) ToBeNil() {
58 func (e *Expectation) NotToBeNil() {
64 func (e *Expectation) ToBeTrue() {
75 func (e *Expectation) ToBeFalse() {
86 func (e *Expectation) NotToPanic() {
103 func (e *Expectation) ToSucceed() {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/internal/matchers/
H A Dexpectation.go31 type Expectation struct { struct
32 t *testing.T
33 actual interface{}
36 func (e *Expectation) ToEqual(expected interface{}) {
52 func (e *Expectation) ToBeNil() {
58 func (e *Expectation) NotToBeNil() {
64 func (e *Expectation) ToBeTrue() {
75 func (e *Expectation) ToBeFalse() {
86 func (e *Expectation) NotToPanic() {
103 func (e *Expectation) ToSucceed() {
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/internal/matchers/
H A Dexpectation.go31 type Expectation struct { struct
32 t *testing.T
33 actual interface{}
36 func (e *Expectation) ToEqual(expected interface{}) {
52 func (e *Expectation) ToBeNil() {
58 func (e *Expectation) NotToBeNil() {
64 func (e *Expectation) ToBeTrue() {
75 func (e *Expectation) ToBeFalse() {
86 func (e *Expectation) NotToPanic() {
103 func (e *Expectation) ToSucceed() {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/internal/matchers/
H A Dexpectation.go31 type Expectation struct { struct
32 t *testing.T
33 actual interface{}
36 func (e *Expectation) ToEqual(expected interface{}) {
44 func (e *Expectation) NotToEqual(expected interface{}) {
52 func (e *Expectation) ToBeNil() {
58 func (e *Expectation) NotToBeNil() {
64 func (e *Expectation) ToBeTrue() {
75 func (e *Expectation) ToBeFalse() {
86 func (e *Expectation) ToSucceed() {
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/internal/matchers/
H A Dexpectation.go31 type Expectation struct { struct
32 t *testing.T
33 actual interface{}
36 func (e *Expectation) ToEqual(expected interface{}) {
44 func (e *Expectation) NotToEqual(expected interface{}) {
52 func (e *Expectation) ToBeNil() {
58 func (e *Expectation) NotToBeNil() {
64 func (e *Expectation) ToBeTrue() {
75 func (e *Expectation) ToBeFalse() {
86 func (e *Expectation) ToSucceed() {
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/internal/matchers/
H A Dexpectation.go31 type Expectation struct { struct
32 t *testing.T
33 actual interface{}
36 func (e *Expectation) ToEqual(expected interface{}) {
44 func (e *Expectation) NotToEqual(expected interface{}) {
52 func (e *Expectation) ToBeNil() {
58 func (e *Expectation) NotToBeNil() {
64 func (e *Expectation) ToBeTrue() {
75 func (e *Expectation) ToBeFalse() {
86 func (e *Expectation) ToSucceed() {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/internal/matchers/
H A Dexpectation.go31 type Expectation struct { struct
32 t *testing.T
33 actual interface{}
36 func (e *Expectation) ToEqual(expected interface{}) {
44 func (e *Expectation) NotToEqual(expected interface{}) {
52 func (e *Expectation) ToBeNil() {
58 func (e *Expectation) NotToBeNil() {
64 func (e *Expectation) ToBeTrue() {
75 func (e *Expectation) ToBeFalse() {
86 func (e *Expectation) ToSucceed() {
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/internal/matchers/
H A Dexpectation.go31 type Expectation struct { struct
32 t *testing.T
33 actual interface{}
36 func (e *Expectation) ToEqual(expected interface{}) {
44 func (e *Expectation) NotToEqual(expected interface{}) {
52 func (e *Expectation) ToBeNil() {
58 func (e *Expectation) NotToBeNil() {
64 func (e *Expectation) ToBeTrue() {
75 func (e *Expectation) ToBeFalse() {
86 func (e *Expectation) ToSucceed() {
[all …]
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dbind_test.cc25 struct Expectation { in TEST_F() struct
26 int line; in TEST_F()
27 const char *fmt; in TEST_F()
28 int ok_phases; in TEST_F()
30 int width; in TEST_F()
31 int precision; in TEST_F()
32 int next_arg; in TEST_F()
95 struct Expectation { in TEST_F() struct
96 int line; in TEST_F()
97 const char *fmt; in TEST_F()
[all …]
H A Dparser_test.cc13 struct Expectation { in TEST() struct
14 int line; in TEST()
15 LengthMod::Id id; in TEST()
16 const char *name; in TEST()
40 struct Expectation { in TEST() struct
41 ConversionChar::Id id; in TEST()
42 char name; in TEST()
85 struct Expectation { in TEST_F() struct
86 int line; in TEST_F()
87 const char *src; in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dbind_test.cc22 struct Expectation { in TEST_F() struct
23 int line; in TEST_F()
24 const char *fmt; in TEST_F()
25 int ok_phases; in TEST_F()
27 int width; in TEST_F()
28 int precision; in TEST_F()
29 int next_arg; in TEST_F()
106 struct Expectation { in TEST_F() struct
107 int line; in TEST_F()
108 const char *fmt; in TEST_F()
[all …]
H A Dparser_test.cc18 struct Expectation { in TEST() struct
19 int line; in TEST()
20 LengthMod mod; in TEST()
21 const char *name; in TEST()
43 struct Expectation { in TEST() struct
44 ConversionChar id; in TEST()
45 char name; in TEST()
87 struct Expectation { in TEST_F() struct
88 int line; in TEST_F()
89 string_view src; in TEST_F()
[all …]
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/internal/str_format/
H A Dbind_test.cc36 struct Expectation { in TEST_F() struct
37 int line; in TEST_F()
38 const char *fmt; in TEST_F()
39 int ok_phases; in TEST_F()
41 int width; in TEST_F()
42 int precision; in TEST_F()
43 int next_arg; in TEST_F()
120 struct Expectation { in TEST_F() struct
121 int line; in TEST_F()
122 const char *fmt; in TEST_F()
[all …]
H A Dparser_test.cc32 struct Expectation { in TEST() struct
33 int line; in TEST()
34 LengthMod mod; in TEST()
35 const char *name; in TEST()
57 struct Expectation { in TEST() struct
59 char name; in TEST()
101 struct Expectation { in TEST_F() struct
102 int line; in TEST_F()
103 string_view src; in TEST_F()
104 string_view out; in TEST_F()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dbind_test.cc22 struct Expectation { in TEST_F() struct
23 int line; in TEST_F()
24 const char *fmt; in TEST_F()
25 int ok_phases; in TEST_F()
27 int width; in TEST_F()
28 int precision; in TEST_F()
29 int next_arg; in TEST_F()
106 struct Expectation { in TEST_F() struct
107 int line; in TEST_F()
108 const char *fmt; in TEST_F()
[all …]
H A Dparser_test.cc18 struct Expectation { in TEST() struct
19 int line; in TEST()
20 LengthMod mod; in TEST()
21 const char *name; in TEST()
43 struct Expectation { in TEST() struct
44 ConversionChar id; in TEST()
45 char name; in TEST()
87 struct Expectation { in TEST_F() struct
88 int line; in TEST_F()
89 string_view src; in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dbind_test.cc22 struct Expectation { in TEST_F() struct
23 int line; in TEST_F()
24 const char *fmt; in TEST_F()
25 int ok_phases; in TEST_F()
27 int width; in TEST_F()
28 int precision; in TEST_F()
29 int next_arg; in TEST_F()
106 struct Expectation { in TEST_F() struct
107 int line; in TEST_F()
108 const char *fmt; in TEST_F()
[all …]
H A Dparser_test.cc18 struct Expectation { in TEST() struct
19 int line; in TEST()
20 LengthMod mod; in TEST()
21 const char *name; in TEST()
43 struct Expectation { in TEST() struct
45 char name; in TEST()
87 struct Expectation { in TEST_F() struct
88 int line; in TEST_F()
89 string_view src; in TEST_F()
90 string_view out; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dbind_test.cc36 struct Expectation { in TEST_F() struct
37 int line; in TEST_F()
38 const char *fmt; in TEST_F()
39 int ok_phases; in TEST_F()
41 int width; in TEST_F()
42 int precision; in TEST_F()
43 int next_arg; in TEST_F()
120 struct Expectation { in TEST_F() struct
121 int line; in TEST_F()
122 const char *fmt; in TEST_F()
[all …]
H A Dparser_test.cc32 struct Expectation { in TEST() struct
33 int line; in TEST()
34 LengthMod mod; in TEST()
35 const char *name; in TEST()
57 struct Expectation { in TEST() struct
59 char name; in TEST()
101 struct Expectation { in TEST_F() struct
102 int line; in TEST_F()
103 string_view src; in TEST_F()
104 string_view out; in TEST_F()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dbind_test.cc36 struct Expectation { in TEST_F() struct
37 int line; in TEST_F()
38 const char *fmt; in TEST_F()
39 int ok_phases; in TEST_F()
41 int width; in TEST_F()
42 int precision; in TEST_F()
43 int next_arg; in TEST_F()
120 struct Expectation { in TEST_F() struct
121 int line; in TEST_F()
122 const char *fmt; in TEST_F()
[all …]
H A Dparser_test.cc32 struct Expectation { in TEST() struct
33 int line; in TEST()
34 LengthMod mod; in TEST()
35 const char *name; in TEST()
57 struct Expectation { in TEST() struct
59 char name; in TEST()
101 struct Expectation { in TEST_F() struct
102 int line; in TEST_F()
103 string_view src; in TEST_F()
104 string_view out; in TEST_F()
[all …]
/dports/devel/libgrading/libgrading-0.1.8/test/
H A Dtest.cpp32 struct Expectation struct
53 void TestStudentFn(const Expectation& e) in TestStudentFn() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/UnitTesting/
H A DExpectationOfI.cs7 public class Expectation<TInputAndOutput> : Expectation<TInputAndOutput, TInputAndOutput> class
9 public Expectation(TInputAndOutput input, TInputAndOutput output) in Expectation() method in System.UnitTesting.Expectation
/dports/devel/grpc134/grpc-1.34.1/test/core/end2end/
H A Dcq_verifier.cc55 struct Expectation { struct
56 Expectation(const char* f, int l, grpc_completion_type t, void* tag_arg, in Expectation() function
79 std::list<Expectation> expectations; argument

12345678910>>...18