Home
last modified time | relevance | path

Searched refs:assertMethod (Results 1 – 25 of 81) sorted by relevance

1234

/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/gengo/gengo-26a664648505/examples/deepcopy-gen/output_tests/wholepkg/
H A Ddeepcopy_test.go84 func assertMethod(t *testing.T, typ reflect.Type, name string) { func
98 assertMethod(t, explicitObject, "DeepCopyObject")
104 assertMethod(t, objectAndList, "DeepCopyObject")
105 assertMethod(t, objectAndList, "DeepCopyList")
108 assertMethod(t, objectAndObject, "DeepCopyObject")
111 assertMethod(t, explicitSelectorExplicitObject, "DeepCopySelector")
112 assertMethod(t, explicitSelectorExplicitObject, "DeepCopyObject")
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/gengo/examples/deepcopy-gen/output_tests/wholepkg/
H A Ddeepcopy_test.go84 func assertMethod(t *testing.T, typ reflect.Type, name string) { func
98 assertMethod(t, explicitObject, "DeepCopyObject")
104 assertMethod(t, objectAndList, "DeepCopyObject")
105 assertMethod(t, objectAndList, "DeepCopyList")
108 assertMethod(t, objectAndObject, "DeepCopyObject")
111 assertMethod(t, explicitSelectorExplicitObject, "DeepCopySelector")
112 assertMethod(t, explicitSelectorExplicitObject, "DeepCopyObject")
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/k8s.io/gengo/examples/deepcopy-gen/output_tests/wholepkg/
H A Ddeepcopy_test.go84 func assertMethod(t *testing.T, typ reflect.Type, name string) { func
98 assertMethod(t, explicitObject, "DeepCopyObject")
104 assertMethod(t, objectAndList, "DeepCopyObject")
105 assertMethod(t, objectAndList, "DeepCopyList")
108 assertMethod(t, objectAndObject, "DeepCopyObject")
111 assertMethod(t, explicitSelectorExplicitObject, "DeepCopySelector")
112 assertMethod(t, explicitSelectorExplicitObject, "DeepCopyObject")
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/k8s.io/gengo/examples/deepcopy-gen/output_tests/wholepkg/
H A Ddeepcopy_test.go84 func assertMethod(t *testing.T, typ reflect.Type, name string) { func
98 assertMethod(t, explicitObject, "DeepCopyObject")
104 assertMethod(t, objectAndList, "DeepCopyObject")
105 assertMethod(t, objectAndList, "DeepCopyList")
108 assertMethod(t, objectAndObject, "DeepCopyObject")
111 assertMethod(t, explicitSelectorExplicitObject, "DeepCopySelector")
112 assertMethod(t, explicitSelectorExplicitObject, "DeepCopyObject")
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DToolReloadTest.java52 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadSnippets()
76 (a) -> assertMethod(a, "String foo() { return (new pkg.A()).toString(); }", in testReloadClasspath()
96 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadDrop()
119 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadQuiet()
168 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadResetRestore()
186 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadCrashRestore()
206 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testEnvBadModule()
227 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadExitRestore()
H A DToolSimpleTest.java161 (a) -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in defineMethods()
164 (a) -> assertMethod(a, "void f(int a) { g(); }", "(int)void", "f"), in defineMethods()
167 (a) -> assertMethod(a, "void g() {}", "()void", "g"), in defineMethods()
293 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
310 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
325 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDropRange()
357 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
365 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
518 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testVarsArgs()
553 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testMethodsArgs()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DToolReloadTest.java52 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadSnippets()
76 (a) -> assertMethod(a, "String foo() { return (new pkg.A()).toString(); }", in testReloadClasspath()
96 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadDrop()
119 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadQuiet()
168 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadResetRestore()
186 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadCrashRestore()
206 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testEnvBadModule()
227 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadExitRestore()
H A DToolSimpleTest.java190 (a) -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in defineMethods()
193 (a) -> assertMethod(a, "void f(int a) { g(); }", "(int)void", "f"), in defineMethods()
196 (a) -> assertMethod(a, "void g() {}", "()void", "g"), in defineMethods()
322 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
339 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
354 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDropRange()
386 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
394 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
548 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testVarsArgs()
583 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testMethodsArgs()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DToolReloadTest.java52 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadSnippets()
76 (a) -> assertMethod(a, "String foo() { return (new pkg.A()).toString(); }", in testReloadClasspath()
96 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadDrop()
119 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadQuiet()
168 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadResetRestore()
186 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadCrashRestore()
206 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testEnvBadModule()
227 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadExitRestore()
H A DToolSimpleTest.java161 (a) -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in defineMethods()
164 (a) -> assertMethod(a, "void f(int a) { g(); }", "(int)void", "f"), in defineMethods()
167 (a) -> assertMethod(a, "void g() {}", "()void", "g"), in defineMethods()
293 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
310 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
325 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDropRange()
357 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
365 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
518 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testVarsArgs()
553 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testMethodsArgs()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DToolReloadTest.java52 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadSnippets()
76 (a) -> assertMethod(a, "String foo() { return (new pkg.A()).toString(); }", in testReloadClasspath()
96 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadDrop()
119 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadQuiet()
168 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadResetRestore()
186 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadCrashRestore()
206 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testEnvBadModule()
227 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadExitRestore()
H A DToolSimpleTest.java190 (a) -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in defineMethods()
193 (a) -> assertMethod(a, "void f(int a) { g(); }", "(int)void", "f"), in defineMethods()
196 (a) -> assertMethod(a, "void g() {}", "()void", "g"), in defineMethods()
349 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
366 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
381 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDropRange()
413 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
421 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
575 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testVarsArgs()
610 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testMethodsArgs()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DToolReloadTest.java52 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in startExCoUoCeCn()
76 (a) -> assertMethod(a, "String foo() { return (new pkg.A()).toString(); }", in testShowVersion()
96 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"),
119 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"),
168 (a) -> assertMethod(a, "int m(int z) { return z * z; }",
186 (a) -> assertMethod(a, "int m(int z) { return z * z; }",
206 (a) -> assertMethod(a, "int m(int z) { return z * z; }",
227 (a) -> assertMethod(a, "int m(int z) { return z * z; }",
H A DToolSimpleTest.java190 (a) -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in defineMethods()
193 (a) -> assertMethod(a, "void f(int a) { g(); }", "(int)void", "f"), in defineMethods()
196 (a) -> assertMethod(a, "void g() {}", "()void", "g"), in defineMethods()
361 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
378 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
393 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDropRange()
425 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
433 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
587 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testVarsArgs()
622 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testMethodsArgs()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DToolReloadTest.java52 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadSnippets()
76 (a) -> assertMethod(a, "String foo() { return (new pkg.A()).toString(); }", in testReloadClasspath()
96 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadDrop()
119 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadQuiet()
168 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadResetRestore()
186 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadCrashRestore()
206 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testEnvBadModule()
227 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadExitRestore()
H A DToolSimpleTest.java190 (a) -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in defineMethods()
193 (a) -> assertMethod(a, "void f(int a) { g(); }", "(int)void", "f"), in defineMethods()
196 (a) -> assertMethod(a, "void g() {}", "()void", "g"), in defineMethods()
349 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
366 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
381 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDropRange()
413 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
421 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
575 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testVarsArgs()
610 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testMethodsArgs()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DToolReloadTest.java52 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadSnippets()
76 (a) -> assertMethod(a, "String foo() { return (new pkg.A()).toString(); }", in testReloadClasspath()
96 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadDrop()
119 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadQuiet()
168 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadResetRestore()
186 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadCrashRestore()
206 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testEnvBadModule()
227 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadExitRestore()
H A DToolSimpleTest.java190 (a) -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in defineMethods()
193 (a) -> assertMethod(a, "void f(int a) { g(); }", "(int)void", "f"), in defineMethods()
196 (a) -> assertMethod(a, "void g() {}", "()void", "g"), in defineMethods()
349 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
366 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
381 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDropRange()
413 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
421 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
575 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testVarsArgs()
610 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testMethodsArgs()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DToolReloadTest.java52 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadSnippets()
76 (a) -> assertMethod(a, "String foo() { return (new pkg.A()).toString(); }", in testReloadClasspath()
96 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadDrop()
119 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testReloadQuiet()
168 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadResetRestore()
186 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadCrashRestore()
206 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testEnvBadModule()
227 (a) -> assertMethod(a, "int m(int z) { return z * z; }", in testReloadExitRestore()
H A DToolSimpleTest.java190 (a) -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in defineMethods()
193 (a) -> assertMethod(a, "void f(int a) { g(); }", "(int)void", "f"), in defineMethods()
196 (a) -> assertMethod(a, "void g() {}", "()void", "g"), in defineMethods()
361 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
378 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDrop()
393 a -> assertMethod(a, "int b() { return 0; }", "()int", "b"), in testDropRange()
425 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
433 a -> assertMethod(a, "int a() { return 0; }", "()int", "a"), in testAmbiguousDrop()
587 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testVarsArgs()
622 a -> assertMethod(a, "int f() { return 0; }", "()int", "f"), in testMethodsArgs()
[all …]
/dports/net-mgmt/icingaweb2-module-ipl/icingaweb2-module-ipl-0.5.0/vendor/guzzlehttp/psr7/src/
H A DRequest.php39 $this->assertMethod($method);
95 $this->assertMethod($method);
145 private function assertMethod($method) function in GuzzleHttp\\Psr7\\Request
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/guzzlehttp/psr7/src/
H A DRequest.php40 $this->assertMethod($method);
96 $this->assertMethod($method);
146 private function assertMethod($method) function in GuzzleHttp\\Psr7\\Request
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/guzzlehttp/psr7/src/
H A DRequest.php40 $this->assertMethod($method);
96 $this->assertMethod($method);
146 private function assertMethod($method) function in GuzzleHttp\\Psr7\\Request
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/GuzzleHttp/Psr7/
H A DRequest.php40 $this->assertMethod($method);
96 $this->assertMethod($method);
146 private function assertMethod($method) function in GuzzleHttp\\Psr7\\Request
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/guzzlehttp/psr7/src/
H A DRequest.php40 $this->assertMethod($method);
96 $this->assertMethod($method);
146 private function assertMethod($method) function in GuzzleHttp\\Psr7\\Request

1234