Home
last modified time | relevance | path

Searched refs:expectation (Results 1 – 25 of 3731) sorted by relevance

12345678910>>...150

/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/test/
H A Dweb_tester_test.php7 $expectation = new FieldExpectation('a');
8 $this->assertTrue($expectation->test('a'));
10 $this->assertFalse($expectation->test('A'));
14 $expectation = new FieldExpectation('1');
15 $this->assertTrue($expectation->test('1'));
16 $this->assertTrue($expectation->test(1));
22 $expectation = new FieldExpectation('a');
23 $this->assertFalse($expectation->test(null));
27 $expectation = new FieldExpectation(false);
28 $this->assertTrue($expectation->test(false));
[all …]
H A Dexpectation_test.php228 $this->assertFalse($expectation->test(5));
234 $this->assertFalse($expectation->test(1));
238 $expectation = &new IsAExpectation('bool');
240 $this->assertFalse($expectation->test(1));
246 $this->assertFalse($expectation->test(5));
252 $this->assertFalse($expectation->test(5));
258 $this->assertFalse($expectation->test(5));
263 $this->assertTrue($expectation->test(5));
268 $expectation = &new IsAExpectation('int');
269 $this->assertTrue($expectation->test(5));
[all …]
/dports/devel/p5-Test-Spec/Test-Spec-0.54/t/
H A Dmocks.t227 $expectation->cancel;
234 $expectation->cancel;
235 eval { $expectation->verify };
261 $expectation->raises("Foo\n");
275 my ($stub, $expectation);
286 $expectation->$with_method();
304 $expectation->$with_method();
355 $expectation->with($obj);
385 $expectation->with_deep($obj);
391 $expectation->with_deep({});
[all …]
/dports/www/firefox/firefox-99.0/dom/canvas/gtest/
H A DTestSanitizeRenderer.cpp20 EXPECT_EQ(sanitized, expectation); in TEST()
30 EXPECT_EQ(sanitized, expectation); in TEST()
39 EXPECT_EQ(sanitized, expectation); in TEST()
48 EXPECT_EQ(sanitized, expectation); in TEST()
56 EXPECT_EQ(sanitized, expectation); in TEST()
122 const std::string expectation( in TEST() local
133 const std::string expectation( in TEST() local
144 const std::string expectation = in TEST() local
155 const std::string expectation( in TEST() local
174 const std::string expectation( in TEST() local
[all …]
/dports/textproc/py-petl/petl-1.7.4/petl/test/transform/
H A Dtest_setops.py29 ieq(expectation, result)
75 ieq(expectation, result)
76 ieq(expectation, result)
80 ieq(expectation, result)
81 ieq(expectation, result)
102 ieq(expectation, result)
103 ieq(expectation, result)
110 ieq(expectation, result)
111 ieq(expectation, result)
123 ieq(expectation, result)
[all …]
H A Dtest_basics.py21 expectation = (('foo',),
27 ieq(expectation, cut1)
36 ieq(expectation, cut2)
45 ieq(expectation, cut3)
54 ieq(expectation, cut4)
63 ieq(expectation, cut5)
89 ieq(expectation, cut1)
98 ieq(expectation, cut2)
107 ieq(expectation, cut3)
126 ieq(expectation, cat1)
[all …]
H A Dtest_dedup.py27 ieq(expectation, result)
34 ieq(expectation, result)
56 ieq(expectation, result)
76 ieq(expectation, result)
77 ieq(expectation, result)
88 ieq(expectation, result)
89 ieq(expectation, result)
111 ieq(expectation, result)
131 ieq(expectation, result)
132 ieq(expectation, result)
[all …]
H A Dtest_reshape.py29 ieq(expectation, result)
33 ieq(expectation, result)
36 ieq(expectation, result)
54 ieq(expectation, result)
62 ieq(expectation, result)
88 ieq(expectation, result)
91 ieq(expectation, result)
109 ieq(expectation, result)
116 ieq(expectation, result)
136 ieq(expectation, result)
[all …]
H A Dtest_sorts.py38 ieq(expectation, result)
57 ieq(expectation, result)
66 ieq(expectation, result)
85 ieq(expectation, result)
104 ieq(expectation, result)
125 ieq(expectation, result)
127 ieq(expectation, result)
129 ieq(expectation, result)
131 ieq(expectation, result)
151 ieq(expectation, result)
[all …]
H A Dtest_regex.py28 ieq(expectation, result)
31 ieq(expectation, result)
41 ieq(expectation, result)
50 ieq(expectation, result)
77 eq_(expectation[1], next(it))
113 ieq(expectation, result)
114 ieq(expectation, result)
118 ieq(expectation, result)
122 ieq(expectation, result)
132 ieq(expectation, result)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/gtest/
H A DTestSanitizeRenderer.cpp20 EXPECT_EQ(sanitized, expectation); in TEST()
30 EXPECT_EQ(sanitized, expectation); in TEST()
39 EXPECT_EQ(sanitized, expectation); in TEST()
47 EXPECT_EQ(sanitized, expectation); in TEST()
55 EXPECT_EQ(sanitized, expectation); in TEST()
63 EXPECT_EQ(sanitized, expectation); in TEST()
70 EXPECT_EQ(sanitized, expectation); in TEST()
78 EXPECT_EQ(sanitized, expectation); in TEST()
102 const std::string expectation( in TEST() local
121 const std::string expectation( in TEST() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/gtest/
H A DTestSanitizeRenderer.cpp20 EXPECT_EQ(sanitized, expectation); in TEST()
30 EXPECT_EQ(sanitized, expectation); in TEST()
39 EXPECT_EQ(sanitized, expectation); in TEST()
47 EXPECT_EQ(sanitized, expectation); in TEST()
55 EXPECT_EQ(sanitized, expectation); in TEST()
63 EXPECT_EQ(sanitized, expectation); in TEST()
70 EXPECT_EQ(sanitized, expectation); in TEST()
78 EXPECT_EQ(sanitized, expectation); in TEST()
102 const std::string expectation( in TEST() local
121 const std::string expectation( in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_column_layout_algorithm_test.cc216 EXPECT_EQ(expectation, dump); in TEST_F()
246 EXPECT_EQ(expectation, dump); in TEST_F()
278 EXPECT_EQ(expectation, dump); in TEST_F()
310 EXPECT_EQ(expectation, dump); in TEST_F()
342 EXPECT_EQ(expectation, dump); in TEST_F()
366 EXPECT_EQ(expectation, dump); in TEST_F()
402 EXPECT_EQ(expectation, dump); in TEST_F()
440 EXPECT_EQ(expectation, dump); in TEST_F()
488 EXPECT_EQ(expectation, dump); in TEST_F()
527 EXPECT_EQ(expectation, dump); in TEST_F()
[all …]
H A Dng_fieldset_layout_algorithm_test.cc92 EXPECT_EQ(expectation, dump); in TEST_F()
114 EXPECT_EQ(expectation, dump); in TEST_F()
138 EXPECT_EQ(expectation, dump); in TEST_F()
164 EXPECT_EQ(expectation, dump); in TEST_F()
190 EXPECT_EQ(expectation, dump); in TEST_F()
216 EXPECT_EQ(expectation, dump); in TEST_F()
242 EXPECT_EQ(expectation, dump); in TEST_F()
271 EXPECT_EQ(expectation, dump); in TEST_F()
297 EXPECT_EQ(expectation, dump); in TEST_F()
328 EXPECT_EQ(expectation, dump); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_column_layout_algorithm_test.cc221 EXPECT_EQ(expectation, dump); in TEST_F()
251 EXPECT_EQ(expectation, dump); in TEST_F()
283 EXPECT_EQ(expectation, dump); in TEST_F()
315 EXPECT_EQ(expectation, dump); in TEST_F()
347 EXPECT_EQ(expectation, dump); in TEST_F()
372 EXPECT_EQ(expectation, dump); in TEST_F()
408 EXPECT_EQ(expectation, dump); in TEST_F()
446 EXPECT_EQ(expectation, dump); in TEST_F()
494 EXPECT_EQ(expectation, dump); in TEST_F()
533 EXPECT_EQ(expectation, dump); in TEST_F()
[all …]
H A Dng_fieldset_layout_algorithm_test.cc90 EXPECT_EQ(expectation, dump); in TEST_F()
112 EXPECT_EQ(expectation, dump); in TEST_F()
136 EXPECT_EQ(expectation, dump); in TEST_F()
162 EXPECT_EQ(expectation, dump); in TEST_F()
188 EXPECT_EQ(expectation, dump); in TEST_F()
214 EXPECT_EQ(expectation, dump); in TEST_F()
240 EXPECT_EQ(expectation, dump); in TEST_F()
269 EXPECT_EQ(expectation, dump); in TEST_F()
295 EXPECT_EQ(expectation, dump); in TEST_F()
326 EXPECT_EQ(expectation, dump); in TEST_F()
[all …]
H A Dng_out_of_flow_layout_part_test.cc149 EXPECT_EQ(expectation, dump); in TEST_F()
191 EXPECT_EQ(expectation, dump); in TEST_F()
237 EXPECT_EQ(expectation, dump); in TEST_F()
277 EXPECT_EQ(expectation, dump); in TEST_F()
320 EXPECT_EQ(expectation, dump); in TEST_F()
359 EXPECT_EQ(expectation, dump); in TEST_F()
398 EXPECT_EQ(expectation, dump); in TEST_F()
437 EXPECT_EQ(expectation, dump); in TEST_F()
479 EXPECT_EQ(expectation, dump); in TEST_F()
523 EXPECT_EQ(expectation, dump); in TEST_F()
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_environment.py37 expectation = {"message": "Melting hard drives"}
56 "electric": {"interference": {"_": expectation}},
69 expectation = {"msg": "The CPU has shifted, and become decentralized."}
78 "electric": {"interference": {"_": expectation}},
91 expectation = {
97 "jumping": {"interference": {"_": expectation}},
114 expectation = {
127 ] = expectation
137 expectation = {
156 expectation = {"msg": "New management."}
[all …]
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/tests/cgreen/src/
H A Dmocks.c49 if (expectation != NULL) { in mock_()
59 if (! expectation->should_keep) { in mock_()
71 expectation->should_keep = 0; in expect_()
79 expectation->should_keep = 1; in always_expect_()
151 expectation->function = function; in create_recorded_expectation()
152 expectation->test_file = test_file; in create_recorded_expectation()
153 expectation->test_line = test_line; in create_recorded_expectation()
160 return expectation; in create_recorded_expectation()
166 free(expectation); in destroy_expectation()
215 if (! expectation->should_keep) { in trigger_unfulfilled_expectations()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/
H A DJavaPartitionerTest.java96 TypedRegion[] expectation= { in testInitialPartitioning() local
124 TypedRegion[] expectation= { in testIntraPartitionChange() local
152 TypedRegion[] expectation= { in testIntraPartitionChange2() local
179 TypedRegion[] expectation= { in testInsertNewPartition() local
210 TypedRegion[] expectation= { in testRemovePartition1() local
240 TypedRegion[] expectation= { in testRemovePartition2() local
267 TypedRegion[] expectation= { in testJoinPartitions1() local
293 TypedRegion[] expectation= { in testJoinPartitions2() local
319 TypedRegion[] expectation= { in testJoinPartition3() local
394 TypedRegion[] expectation= { in testSplitPartition3() local
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/UnitTesting/
H A DCompositionAssert.cs148 if (expectation.ElementSpecified) in AssertCore()
153 if (expectation.InnerExceptionSpecified) in AssertCore()
158 if (expectation.InnerExceptionTypeSpecified) in AssertCore()
163 if (expectation.InnerExpectationsSpecified) in AssertCore()
180 if (expectation.IdSpecified) in AssertCore()
185 if (expectation.ElementSpecified) in AssertCore()
190 if (expectation.InnerExceptionSpecified) in AssertCore()
195 if (expectation.InnerExceptionTypeSpecified) in AssertCore()
200 if (expectation.InnerExpectationsSpecified) in AssertCore()
223 var expectation = parent; in GetExpectation()
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/
H A DSolidityExpressionCompiler.cpp285 bytes expectation; in BOOST_AUTO_TEST_CASE() local
287 expectation = { in BOOST_AUTO_TEST_CASE()
297 expectation = { in BOOST_AUTO_TEST_CASE()
317 bytes expectation{ in BOOST_AUTO_TEST_CASE() local
368 bytes expectation; in BOOST_AUTO_TEST_CASE() local
466 bytes expectation; in BOOST_AUTO_TEST_CASE() local
468 expectation = { in BOOST_AUTO_TEST_CASE()
478 expectation = { in BOOST_AUTO_TEST_CASE()
500 bytes expectation{ in BOOST_AUTO_TEST_CASE() local
559 expectation = { in BOOST_AUTO_TEST_CASE()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/quick_actions/issuable/
H A Dissuable_quick_actions_shared_examples.rb36 expectation: ->(noteable, can_use_quick_action) {
46 expectation: ->(noteable, can_use_quick_action) {
52 expectation: ->(noteable, can_use_quick_action) {
58 expectation: ->(noteable, can_use_quick_action) {
64 expectation: ->(noteable, can_use_quick_action) {
73 expectation: ->(noteable, can_use_quick_action) {
79 expectation: ->(noteable, can_use_quick_action) {
89 expectation: ->(noteable, can_use_quick_action) {
149 expectation: unlabel_expectation
153 expectation: unlabel_expectation
[all …]
/dports/devel/R-cran-testthat/testthat/tests/testthat/_snaps/
H A Dreporter-teamcity.md5 ##teamcity[testStarted name='expectation 1']
6 ##teamcity[testFinished name='expectation 1']
14 ##teamcity[testStarted name='expectation 1']
16 ##teamcity[testFinished name='expectation 1']
20 ##teamcity[testStarted name='expectation 1']
22 ##teamcity[testFinished name='expectation 1']
30 ##teamcity[testStarted name='expectation 1']
32 ##teamcity[testFinished name='expectation 1']
36 ##teamcity[testStarted name='expectation 1']
38 ##teamcity[testFinished name='expectation 1']
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/
H A Dsync_producer.go93 expectation := make(chan *ProducerError, 1)
94 msg.expectation = expectation
97 if err := <-expectation; err != nil {
109 msg.expectation = expectation
111 expectations <- expectation
117 for expectation := range expectations {
118 if err := <-expectation; err != nil {
132 expectation := msg.expectation
133 expectation <- nil
140 expectation := err.Msg.expectation
[all …]

12345678910>>...150