Home
last modified time | relevance | path

Searched refs:TestCase (Results 1 – 25 of 8180) sorted by relevance

12345678910>>...328

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc28 struct TestCase { struct
33 TestCase& InGuestMode() { in InGuestMode() argument
43 TestCase& TabletMode() { in TabletMode() argument
59 TestCase& EnableArc() { in EnableArc() argument
64 TestCase& Offline() { in Offline() argument
69 TestCase& FilesNg() { in FilesNg() argument
79 TestCase& FilesSwa() { in FilesSwa() argument
84 TestCase& MediaSwa() { in MediaSwa() argument
136 TestCase& ZipNoNaCl() { in ZipNoNaCl() argument
581 TestCase(
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/
H A DTestRegexComparator.java51 for (TestCase t: TEST_CASES) { in testJavaEngine()
61 for (TestCase t: TEST_CASES) { in testJoniEngine()
69 private static class TestCase { class in TestRegexComparator
89 new TestCase("a|b", "a", true),
90 new TestCase("a|b", "b", true),
93 new TestCase("a|b", "z", false),
94 new TestCase("a|b|cd", "cd", true),
121 new TestCase("ab.", "ab\n", true),
135 new TestCase("^(a)?a", "a", true),
173 new TestCase("a*b", "b", true),
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/
H A Dall_test.go53 type TestCase struct { struct
342 var testcases = []TestCase{
557 TestCase{A, "for_2", "j", 1, nil},
559 TestCase{A, "for_nested", `x := 0
608 TestCase{A, "closure_1", `
618 TestCase{F, "closure_2", `
782 TestCase{F, "interface_4", `
816 TestCase{A, "defer_1", `
825 TestCase{F, "defer_2", `
832 TestCase{A, "defer_3", `
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs62 [TestCase(" 1 ")]
63 [TestCase("+1")]
65 [TestCase("1.5")]
256 [TestCase("+0")]
257 [TestCase(" 1")]
258 [TestCase("1 ")]
259 [TestCase("00")]
262 [TestCase("+1")]
286 [TestCase("-1")]
330 [TestCase("-1")]
[all …]
H A DJsonTokenizerTest.cs174 [TestCase("0", 0)]
176 [TestCase("1", 1)]
195 [TestCase("00")]
196 [TestCase(".5")]
197 [TestCase("1.")]
198 [TestCase("1e")]
199 [TestCase("1e-")]
200 [TestCase("--")]
201 [TestCase("--1")]
210 [TestCase("nul")]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs62 [TestCase(" 1 ")]
63 [TestCase("+1")]
65 [TestCase("1.5")]
256 [TestCase("+0")]
257 [TestCase(" 1")]
258 [TestCase("1 ")]
259 [TestCase("00")]
262 [TestCase("+1")]
286 [TestCase("-1")]
330 [TestCase("-1")]
[all …]
H A DJsonTokenizerTest.cs174 [TestCase("0", 0)]
176 [TestCase("1", 1)]
195 [TestCase("00")]
196 [TestCase(".5")]
197 [TestCase("1.")]
198 [TestCase("1e")]
199 [TestCase("1e-")]
200 [TestCase("--")]
201 [TestCase("--1")]
210 [TestCase("nul")]
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs62 [TestCase(" 1 ")]
63 [TestCase("+1")]
65 [TestCase("1.5")]
256 [TestCase("+0")]
257 [TestCase(" 1")]
258 [TestCase("1 ")]
259 [TestCase("00")]
262 [TestCase("+1")]
286 [TestCase("-1")]
330 [TestCase("-1")]
[all …]
H A DJsonTokenizerTest.cs174 [TestCase("0", 0)]
176 [TestCase("1", 1)]
195 [TestCase("00")]
196 [TestCase(".5")]
197 [TestCase("1.")]
198 [TestCase("1e")]
199 [TestCase("1e-")]
200 [TestCase("--")]
201 [TestCase("--1")]
210 [TestCase("nul")]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs62 [TestCase(" 1 ")]
63 [TestCase("+1")]
65 [TestCase("1.5")]
256 [TestCase("+0")]
257 [TestCase(" 1")]
258 [TestCase("1 ")]
259 [TestCase("00")]
262 [TestCase("+1")]
286 [TestCase("-1")]
330 [TestCase("-1")]
[all …]
H A DJsonTokenizerTest.cs174 [TestCase("0", 0)]
176 [TestCase("1", 1)]
195 [TestCase("00")]
196 [TestCase(".5")]
197 [TestCase("1.")]
198 [TestCase("1e")]
199 [TestCase("1e-")]
200 [TestCase("--")]
201 [TestCase("--1")]
210 [TestCase("nul")]
[all …]
/dports/net/pichi/pichi-1.4.0/test/
H A Dhmac.cpp423 using TestCases = mpl::list<TestCase<HashAlgorithm::MD5, 0>, TestCase<HashAlgorithm::MD5, 1>,
424 TestCase<HashAlgorithm::MD5, 2>, TestCase<HashAlgorithm::MD5, 3>,
425 TestCase<HashAlgorithm::MD5, 4>, TestCase<HashAlgorithm::MD5, 5>,
426 TestCase<HashAlgorithm::MD5, 6>, TestCase<HashAlgorithm::MD5, 7>,
427 TestCase<HashAlgorithm::SHA1, 0>, TestCase<HashAlgorithm::SHA1, 1>,
428 TestCase<HashAlgorithm::SHA1, 2>, TestCase<HashAlgorithm::SHA1, 3>,
429 TestCase<HashAlgorithm::SHA1, 4>, TestCase<HashAlgorithm::SHA1, 5>,
430 TestCase<HashAlgorithm::SHA1, 6>, TestCase<HashAlgorithm::SHA1, 7>,
431 TestCase<HashAlgorithm::SHA224, 0>, TestCase<HashAlgorithm::SHA224, 1>,
432 TestCase<HashAlgorithm::SHA224, 2>, TestCase<HashAlgorithm::SHA224, 3>,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/ProxySelector/
H A DB8035158.java39 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
41 for (TestCase t : misc()) t.run(); in main()
49 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
66 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
87 private static Collection<TestCase> misc() { in misc()
88 List<TestCase> t = new LinkedList<>(); in misc()
171 t.add(new TestCase("localhost|host.example.com", in misc()
173 t.add(new TestCase("localhost|host.example.com", in misc()
213 private static class TestCase { class in B8035158
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/ProxySelector/
H A DB8035158.java39 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
41 for (TestCase t : misc()) t.run(); in main()
49 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
66 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
87 private static Collection<TestCase> misc() { in misc()
88 List<TestCase> t = new LinkedList<>(); in misc()
171 t.add(new TestCase("localhost|host.example.com", in misc()
173 t.add(new TestCase("localhost|host.example.com", in misc()
213 private static class TestCase { class in B8035158
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/ProxySelector/
H A DB8035158.java39 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
41 for (TestCase t : misc()) t.run(); in main()
49 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
66 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
87 private static Collection<TestCase> misc() { in misc()
88 List<TestCase> t = new LinkedList<>(); in misc()
171 t.add(new TestCase("localhost|host.example.com", in misc()
173 t.add(new TestCase("localhost|host.example.com", in misc()
213 private static class TestCase { class in B8035158
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/ProxySelector/
H A DB8035158.java39 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
41 for (TestCase t : misc()) t.run(); in main()
49 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
66 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
87 private static Collection<TestCase> misc() { in misc()
88 List<TestCase> t = new LinkedList<>(); in misc()
171 t.add(new TestCase("localhost|host.example.com", in misc()
173 t.add(new TestCase("localhost|host.example.com", in misc()
213 private static class TestCase { class in B8035158
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/ProxySelector/
H A DB8035158.java39 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
41 for (TestCase t : misc()) t.run(); in main()
49 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
66 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
87 private static Collection<TestCase> misc() { in misc()
88 List<TestCase> t = new LinkedList<>(); in misc()
171 t.add(new TestCase("localhost|host.example.com", in misc()
173 t.add(new TestCase("localhost|host.example.com", in misc()
213 private static class TestCase { class in B8035158
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/ProxySelector/
H A DB8035158.java39 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
41 for (TestCase t : misc()) t.run(); in main()
49 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
66 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
87 private static Collection<TestCase> misc() { in misc()
88 List<TestCase> t = new LinkedList<>(); in misc()
171 t.add(new TestCase("localhost|host.example.com", in misc()
173 t.add(new TestCase("localhost|host.example.com", in misc()
213 private static class TestCase { class in B8035158
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/ProxySelector/
H A DB8035158.java39 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
41 for (TestCase t : misc()) t.run(); in main()
49 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
66 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
87 private static Collection<TestCase> misc() { in misc()
88 List<TestCase> t = new LinkedList<>(); in misc()
165 t.add(new TestCase("localhost|host.example.com", in misc()
167 t.add(new TestCase("localhost|host.example.com", in misc()
207 private static class TestCase { class in B8035158
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/ProxySelector/
H A DB8035158.java39 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
41 for (TestCase t : misc()) t.run(); in main()
49 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
66 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
87 private static Collection<TestCase> misc() { in misc()
88 List<TestCase> t = new LinkedList<>(); in misc()
165 t.add(new TestCase("localhost|host.example.com", in misc()
167 t.add(new TestCase("localhost|host.example.com", in misc()
207 private static class TestCase { class in B8035158
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Annotations/tests/
H A DPhoneAttributeTests.cs12 protected override IEnumerable<TestCase> ValidValues() in ValidValues()
14 yield return new TestCase(new PhoneAttribute(), null); in ValidValues()
15 yield return new TestCase(new PhoneAttribute(), "425-555-1212"); in ValidValues()
17 yield return new TestCase(new PhoneAttribute(), "(425)555-1212"); in ValidValues()
26 yield return new TestCase(new PhoneAttribute(), "1"); in ValidValues()
29 protected override IEnumerable<TestCase> InvalidValues() in InvalidValues()
31 yield return new TestCase(new PhoneAttribute(), new object()); in InvalidValues()
32 yield return new TestCase(new PhoneAttribute(), string.Empty); in InvalidValues()
33 yield return new TestCase(new PhoneAttribute(), "abcdefghij"); in InvalidValues()
41 yield return new TestCase(new PhoneAttribute(), "-.()"); in InvalidValues()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/net/ProxySelector/
H A DB8035158.java38 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
39 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : misc()) t.run(); in main()
48 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
65 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
86 private static Collection<TestCase> misc() { in misc()
87 List<TestCase> t = new LinkedList<>(); in misc()
164 t.add(new TestCase("localhost|host.example.com", in misc()
166 t.add(new TestCase("localhost|host.example.com", in misc()
206 private static class TestCase { class in B8035158
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/net/ProxySelector/
H A DB8035158.java38 for (TestCase t : emptyNonProxiesHosts()) t.run(); in main()
39 for (TestCase t : nonEmptyNonProxiesHosts()) t.run(); in main()
40 for (TestCase t : misc()) t.run(); in main()
48 List<TestCase> tests = new LinkedList<>(); in emptyNonProxiesHosts()
65 List<TestCase> tests = new LinkedList<>(); in nonEmptyNonProxiesHosts()
86 private static Collection<TestCase> misc() { in misc()
87 List<TestCase> t = new LinkedList<>(); in misc()
164 t.add(new TestCase("localhost|host.example.com", in misc()
166 t.add(new TestCase("localhost|host.example.com", in misc()
206 private static class TestCase { class in B8035158
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/test/
H A Dlte-test-carrier-aggregation.cc103 AddTestCase (new CarrierAggregationTestCase (1,0, 100, 100, 1), TestCase::QUICK); in TestCarrierAggregationSuite()
104 AddTestCase (new CarrierAggregationTestCase (3,0, 100, 100, 1), TestCase::QUICK); in TestCarrierAggregationSuite()
105 AddTestCase (new CarrierAggregationTestCase (6,0, 100, 100, 1), TestCase::QUICK); in TestCarrierAggregationSuite()
106 AddTestCase (new CarrierAggregationTestCase (9,0, 100, 100, 1), TestCase::QUICK); in TestCarrierAggregationSuite()
110 AddTestCase (new CarrierAggregationTestCase (1,0, 100, 100, 2), TestCase::QUICK); in TestCarrierAggregationSuite()
111 AddTestCase (new CarrierAggregationTestCase (3,0, 100, 100, 2), TestCase::QUICK); in TestCarrierAggregationSuite()
112 AddTestCase (new CarrierAggregationTestCase (6,0, 100, 100, 2), TestCase::QUICK); in TestCarrierAggregationSuite()
113 AddTestCase (new CarrierAggregationTestCase (9,0, 100, 100, 2), TestCase::QUICK); in TestCarrierAggregationSuite()
117 AddTestCase (new CarrierAggregationTestCase (1,0, 100, 100, 3), TestCase::QUICK); in TestCarrierAggregationSuite()
118 AddTestCase (new CarrierAggregationTestCase (3,0, 100, 100, 3), TestCase::QUICK); in TestCarrierAggregationSuite()
[all …]
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPCTest/
H A DURLMatchTest.cs87 …[TestCase("https://1.2.3.4:1234", "https://1.2.3.4:1234", MatchAccuracyMethod.Domain, ExpectedResu…
88 …[TestCase("https://1.2.3.4:1234", "https://1.2.3.4:1234", MatchAccuracyMethod.Exact, ExpectedResul…
89 …[TestCase("https://1.2.3.4:1234", "https://1.2.3.4", MatchAccuracyMethod.Hostname, ExpectedResult …
90 …[TestCase("https://1.2.3.4:1234", "https://1.2.3.4", MatchAccuracyMethod.Domain, ExpectedResult = …
91 …[TestCase("https://1.2.3.4:1234", "https://1.2.3.4", MatchAccuracyMethod.Exact, ExpectedResult = M…
132 …[TestCase("https://www.kee.pm", "https://www.kee.pm", MatchAccuracyMethod.Domain, ExpectedResult =…
134 …[TestCase("https://www.kee.pm", "https://www.kee.pm", MatchAccuracyMethod.Exact, ExpectedResult = …
137 …[TestCase("http://www.kee.pm", "https://www.kee.pm", MatchAccuracyMethod.Exact, ExpectedResult = M…
140 …[TestCase("https://www.kee.pm", "http://www.kee.pm", MatchAccuracyMethod.Exact, ExpectedResult = M…
146 …[TestCase("http://twitter.com", "https://twitter.com", MatchAccuracyMethod.Exact, ExpectedResult =…
[all …]

12345678910>>...328