Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 25 of 1816) sorted by relevance

12345678910>>...73

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.hpp116 struct testCase struct in gl4cts::CopyImage::FunctionalTest
209 struct testCase struct in gl4cts::CopyImage::SmokeTest
270 struct testCase struct in gl4cts::CopyImage::InvalidTargetTest
308 struct testCase struct in gl4cts::CopyImage::TargetMismatchTest
347 struct testCase struct in gl4cts::CopyImage::IncompleteTexTest
386 struct testCase struct in gl4cts::CopyImage::IncompatibleFormatsTest
430 struct testCase struct in gl4cts::CopyImage::SamplesMismatchTest
470 struct testCase struct in gl4cts::CopyImage::IncompatibleFormatsCompressionTest
513 struct testCase struct in gl4cts::CopyImage::InvalidObjectTest
553 struct testCase struct in gl4cts::CopyImage::NonExistentMipMapTest
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/TestCases/
H A DTestSuites.cs10 public void BasicTests (TestCase testCase) in BasicTests()
16 public void VirtualMethodTests (TestCase testCase) in VirtualMethodTests()
22 public void XmlTests (TestCase testCase) in XmlTests()
28 public void AttributesTests (TestCase testCase) in AttributesTests()
34 public void GenericsTests (TestCase testCase) in GenericsTests()
40 public void StaticsTests (TestCase testCase) in StaticsTests()
46 public void CoreLinkTests (TestCase testCase) in CoreLinkTests()
52 public void InteropTests (TestCase testCase) in InteropTests()
58 public void ReferencesTests(TestCase testCase) in ReferencesTests()
64 public void ResourcesTests (TestCase testCase) in ResourcesTests()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/jdkato/prose/summarize/
H A Dsummarize_test.go19 type testCase struct { struct
20 Text string
21 Sentences float64
22 Words float64
23 PolyWords float64
24 Characters float64
26 AutomatedReadability float64
33 MeanGrade float64
34 StdDevGrade float64
36 DaleChall float64
[all …]
/dports/shells/elvish/elvish-0.17.0/pkg/edit/filter/
H A Dcompile_test.go88 func test(t *testing.T, tests ...testCase) {
119 type testCase struct { struct
120 name string
121 filter string
122 matches []string
123 doesntMatch []string
124 errorType errorType
125 errorMessage string
132 func (t testCase) Filter(q string) testCase {
149 func (t testCase) Matches(s ...string) testCase {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/boringssl/ssl/test/runner/
H A Drunner.go151 shouldFail bool
190 messageLen int
192 messageCount int
194 digestPrefs string
196 certFile string
198 keyFile string
201 resumeSession bool
220 sendPrefix string
230 renegotiate int
236 replayWrites bool
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/tests/phpunit/Parsoid/Utils/
H A DTokenUtilsTest.php171 public function testGetTokenType( $testCase ) {
182 public function testIsBlockTag( $testCase ) {
195 public function testTagOpensBlockScope( $testCase ) {
208 public function testTagClosesBlockScope( $testCase ) {
221 public function testIsTemplateToken( $testCase ) {
233 public function testIsHTMLTag( $testCase ) {
245 public function testIsDOMFragmentType( $testCase ) {
260 public function testIsTableTag( $testCase ) {
284 public function testIsEntitySpanToken( $testCase ) {
308 public function testTokensToString( $testCase ) {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/tests/phpunit/Parsoid/Utils/
H A DTokenUtilsTest.php169 public function testGetTokenType( $testCase ) {
180 public function testTagOpensBlockScope( $testCase ) {
193 public function testTagClosesBlockScope( $testCase ) {
206 public function testIsTemplateToken( $testCase ) {
218 public function testIsHTMLTag( $testCase ) {
230 public function testIsDOMFragmentType( $testCase ) {
245 public function testIsTableTag( $testCase ) {
269 public function testIsEntitySpanToken( $testCase ) {
281 public function testIsEmptyLineMetaToken( $testCase ) {
293 public function testTokensToString( $testCase ) {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/tests/phpunit/Parsoid/Utils/
H A DTokenUtilsTest.php169 public function testGetTokenType( array $testCase ) {
180 public function testTagOpensBlockScope( array $testCase ) {
193 public function testTagClosesBlockScope( array $testCase ) {
206 public function testIsTemplateToken( array $testCase ) {
218 public function testIsHTMLTag( array $testCase ) {
230 public function testIsDOMFragmentType( array $testCase ) {
245 public function testIsTableTag( array $testCase ) {
269 public function testIsEntitySpanToken( array $testCase ) {
281 public function testIsEmptyLineMetaToken( array $testCase ) {
293 public function testTokensToString( array $testCase ) {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/fanal/test/integration/
H A Dlibrary_test.go51 type testCase struct { struct
52 name string
53 imageName string
54 remoteImageName string
55 imageFile string
56 expectedOS types.OS
57 expectedPkgsFromCmds string
58 expectedLibraries string
256 func commonChecks(t *testing.T, detail types.ArtifactDetail, tc testCase) {
263 func checkPackages(t *testing.T, detail types.ArtifactDetail, tc testCase) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/interpreter/
H A Dinterpreter_test.go45 type testCase struct { struct
46 name string
47 expr string
48 pkg string
49 env []*exprpb.Decl
50 types []proto.Message
52 attrs AttributeFactory
53 unchecked bool
55 in map[string]interface{}
56 out interface{}
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/client/config/
H A Dconfig_test.go31 type testCase struct { struct
32 text string
33 apiServerURL string
34 context string
35 kubeconfigFlag string
36 kubeconfigEnv []string
37 wantHost string
182 func setConfigs(tc testCase, dir string) {
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/internal/agent/serverlistener/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/pkg/zbxnet/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/pkg/zbxnet/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/internal/agent/serverlistener/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/pkg/zbxnet/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/internal/agent/serverlistener/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/internal/agent/serverlistener/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/internal/agent/serverlistener/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/pkg/zbxnet/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/pkg/zbxnet/
H A Dallowedpeers_test.go108 type testCase struct { struct
109 id uint
110 name string
111 peer string
112 allowed string
113 fail bool
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/net/netif/
H A Dnetif_test.go113 type testCase struct { struct
114 id uint
115 name string
116 key string
117 params []string
118 fail bool
119 res interface{}
120 typ reflect.Kind
146 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/net/netif/
H A Dnetif_test.go113 type testCase struct { struct
114 id uint
115 name string
116 key string
117 params []string
118 fail bool
119 res interface{}
120 typ reflect.Kind
146 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/kernel/
H A Dkernel_test.go92 type testCase struct { struct
93 id uint
94 name string
95 key string
96 params []string
97 fail bool
98 res interface{}
99 typ reflect.Kind
125 func (tc *testCase) checkResult() error {
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/kernel/
H A Dkernel_test.go92 type testCase struct { struct
93 id uint
94 name string
95 key string
96 params []string
97 fail bool
98 res interface{}
99 typ reflect.Kind
125 func (tc *testCase) checkResult() error {

12345678910>>...73