Home
last modified time | relevance | path

Searched refs:_expected (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/sysutils/py-salt/salt-3004.1/tests/support/
H A Djinja_filters.py72 _expected = {"ret": True}
81 _expected = {"ret": True}
90 _expected = {"ret": True}
99 _expected = {"ret": True}
108 _expected = {
260 _expected = {
271 _expected = {
282 _expected = {"ret": {}}
317 _expected = {"ret": 4}
326 _expected = {"ret": 1}
[all …]
/dports/sysutils/tlsdate/tlsdate-tlsdate-0.0.13/src/
H A Dtest_harness.h273 __EXPECT(_expected, _seen, ==, 1)
275 __EXPECT(_expected, _seen, !=, 1)
277 __EXPECT(_expected, _seen, <, 1)
279 __EXPECT(_expected, _seen, <=, 1)
281 __EXPECT(_expected, _seen, >, 1)
283 __EXPECT(_expected, _seen, >=, 1)
297 __EXPECT(_expected, _seen, ==, 0)
299 __EXPECT(_expected, _seen, !=, 0)
301 __EXPECT(_expected, _seen, <, 0)
305 __EXPECT(_expected, _seen, >, 0)
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/t/agent/tools/
H A Dwin32.t366 _expected => {
379 _expected => {
390 _expected => {
399 _expected => {
406 _expected => {
415 _expected => {
427 _expected => {
435 _expected => {
441 _expected => {
447 _expected => {}
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozdevice/tests/
H A Dtest_socket_connection.py30 _expected = "['reverse', '{0}', '{0}']".format(select_test_port)
35 text=_expected)
41 _expected = "['forward', '{0}', '{0}']".format(select_test_port)
46 text=_expected)
50 _expected = "['reverse', '--remove-all']"
52 direction='reverse', text=_expected)
56 _expected = "['forward', '--remove-all']"
58 direction='forward', text=_expected)
62 _expected = "['forward', '{0}', '{0}']".format(select_test_port)
66 text=_expected)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozdevice/tests/
H A Dtest_socket_connection.py32 _expected = "['reverse', '{0}', '{0}']".format(select_test_port)
38 text=_expected,
45 _expected = "['forward', '{0}', '{0}']".format(select_test_port)
51 text=_expected,
65 _expected = "['reverse', '--remove-all']"
67 mock_adb_object.remove_socket_connections, direction="reverse", text=_expected
72 _expected = "['forward', '--remove-all']"
79 _expected = "['forward', '{0}', '{0}']".format(select_test_port)
84 text=_expected,
94 _expected = "['reverse', '{0}', '{0}']".format(select_test_port)
[all …]
/dports/www/firefox/firefox-99.0/testing/mozbase/mozdevice/tests/
H A Dtest_socket_connection.py32 _expected = "['reverse', '{0}', '{0}']".format(select_test_port)
38 text=_expected,
45 _expected = "['forward', '{0}', '{0}']".format(select_test_port)
51 text=_expected,
65 _expected = "['reverse', '--remove-all']"
67 mock_adb_object.remove_socket_connections, direction="reverse", text=_expected
72 _expected = "['forward', '--remove-all']"
79 _expected = "['forward', '{0}', '{0}']".format(select_test_port)
84 text=_expected,
94 _expected = "['reverse', '{0}', '{0}']".format(select_test_port)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozdevice/tests/
H A Dtest_socket_connection.py32 _expected = "['reverse', '{0}', '{0}']".format(select_test_port)
38 text=_expected,
45 _expected = "['forward', '{0}', '{0}']".format(select_test_port)
51 text=_expected,
65 _expected = "['reverse', '--remove-all']"
67 mock_adb_object.remove_socket_connections, direction="reverse", text=_expected
72 _expected = "['forward', '--remove-all']"
79 _expected = "['forward', '{0}', '{0}']".format(select_test_port)
84 text=_expected,
94 _expected = "['reverse', '{0}', '{0}']".format(select_test_port)
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/states/
H A Dtest_rsync.py20 _expected = {
30 assert rsync.synchronized("name", "source") == _expected
39 _expected = {
50 assert rsync.synchronized("name", "source") == _expected
67 _expected = {
81 assert rsync.synchronized("name", "source") == _expected
95 _expected = {
110 assert rsync.synchronized("name", "source") == _expected
123 _expected = {"changes": {}, "comment": "- ", "name": "name", "result": None}
129 assert rsync.synchronized("name", "source") == _expected
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/io/_metar_parser/
H A Dmetar_parser.py309 self._expected = []
330 self._expected = []
780 self._expected = []
904 self._expected = []
1000 self._expected = []
2380 self._expected = []
2985 self._expected = []
3374 self._expected = []
3458 self._expected = []
3833 self._expected = []
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/FlatBuffers.Test/
H A DAssert.cs27 private readonly object _expected; field in FlatBuffers.Test.AssertFailedException
32 _expected = expected; in AssertFailedException()
38 get { return string.Format("Expected {0} but saw {1}", _expected, _actual); }
45 private readonly object _expected; field in FlatBuffers.Test.AssertArrayFailedException
51 _expected = expected; in AssertArrayFailedException()
57 … get { return string.Format("Expected {0} at index {1} but saw {2}", _expected, _index, _actual); }
63 private readonly object _expected; field in FlatBuffers.Test.AssertUnexpectedThrowException
67 _expected = expected; in AssertUnexpectedThrowException()
72 get { return string.Format("Expected exception of type {0}", _expected); }
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/tests/FlatBuffers.Test/
H A DAssert.cs27 private readonly object _expected; field in FlatBuffers.Test.AssertFailedException
32 _expected = expected; in AssertFailedException()
38 get { return string.Format("Expected {0} but saw {1}", _expected, _actual); }
45 private readonly object _expected; field in FlatBuffers.Test.AssertArrayFailedException
51 _expected = expected; in AssertArrayFailedException()
57 … get { return string.Format("Expected {0} at index {1} but saw {2}", _expected, _index, _actual); }
63 private readonly object _expected; field in FlatBuffers.Test.AssertUnexpectedThrowException
67 _expected = expected; in AssertUnexpectedThrowException()
72 get { return string.Format("Expected exception of type {0}", _expected); }
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/FlatBuffers.Test/
H A DAssert.cs27 private readonly object _expected; field in FlatBuffers.Test.AssertFailedException
32 _expected = expected; in AssertFailedException()
38 get { return string.Format("Expected {0} but saw {1}", _expected, _actual); }
45 private readonly object _expected; field in FlatBuffers.Test.AssertArrayFailedException
51 _expected = expected; in AssertArrayFailedException()
57 … get { return string.Format("Expected {0} at index {1} but saw {2}", _expected, _index, _actual); }
63 private readonly object _expected; field in FlatBuffers.Test.AssertUnexpectedThrowException
67 _expected = expected; in AssertUnexpectedThrowException()
72 get { return string.Format("Expected exception of type {0}", _expected); }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/FlatBuffers.Test/
H A DAssert.cs27 private readonly object _expected; field in FlatBuffers.Test.AssertFailedException
32 _expected = expected; in AssertFailedException()
38 get { return string.Format("Expected {0} but saw {1}", _expected, _actual); }
45 private readonly object _expected; field in FlatBuffers.Test.AssertArrayFailedException
51 _expected = expected; in AssertArrayFailedException()
57 … get { return string.Format("Expected {0} at index {1} but saw {2}", _expected, _index, _actual); }
63 private readonly object _expected; field in FlatBuffers.Test.AssertUnexpectedThrowException
67 _expected = expected; in AssertUnexpectedThrowException()
72 get { return string.Format("Expected exception of type {0}", _expected); }
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/FlatBuffers.Test/
H A DAssert.cs27 private readonly object _expected; field in FlatBuffers.Test.AssertFailedException
32 _expected = expected; in AssertFailedException()
38 get { return string.Format("Expected {0} but saw {1}", _expected, _actual); }
45 private readonly object _expected; field in FlatBuffers.Test.AssertArrayFailedException
51 _expected = expected; in AssertArrayFailedException()
57 … get { return string.Format("Expected {0} at index {1} but saw {2}", _expected, _index, _actual); }
63 private readonly object _expected; field in FlatBuffers.Test.AssertUnexpectedThrowException
67 _expected = expected; in AssertUnexpectedThrowException()
72 get { return string.Format("Expected exception of type {0}", _expected); }
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/FlatBuffers.Test/
H A DAssert.cs27 private readonly object _expected; field in FlatBuffers.Test.AssertFailedException
32 _expected = expected; in AssertFailedException()
38 get { return string.Format("Expected {0} but saw {1}", _expected, _actual); }
45 private readonly object _expected; field in FlatBuffers.Test.AssertArrayFailedException
51 _expected = expected; in AssertArrayFailedException()
57 … get { return string.Format("Expected {0} at index {1} but saw {2}", _expected, _index, _actual); }
63 private readonly object _expected; field in FlatBuffers.Test.AssertUnexpectedThrowException
67 _expected = expected; in AssertUnexpectedThrowException()
72 get { return string.Format("Expected exception of type {0}", _expected); }
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/t/
H A D40reader_mem_error.t54 sub _expected
102 if ($self->_expected->read() <= 0)
150 my $exp_type = $self->_expected->nodeType();
169 my $expected_text = $self->_expected->value();
184 if ($self->_got->name() ne $self->_expected->name())
188 if (_ns($self->_got) ne _ns($self->_expected))
212 … . "Expected: " . $self->_expected->nodeType() . " at line " . $self->_expected->lineNumber()
218 …r(). " with value <<@{[$self->_got->value()]}>> ; Expected at ". $self->_expected->lineNumber() . …
225 "Expected name: " . $self->_expected->name() . " at " .$self->_expected->lineNumber();
232 "Expected Namespace: " . _ns($self->_expected) . " at " .$self->_expected->lineNumber();
/dports/devel/boost-docs/boost_1_72_0/libs/compute/test/
H A Dcheck_macros.hpp25 const type _expected[size] = { \
29 _actual, _actual + size, _expected, _expected + size \
57 const type _expected[size] = { \
61 _actual, _actual + size, _expected, _expected + size, tolerance \
67 const type _expected[size] = { \
71 actual, actual + size, _expected, _expected + size \
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/test/
H A Dcheck_macros.hpp25 const type _expected[size] = { \
29 _actual, _actual + size, _expected, _expected + size \
57 const type _expected[size] = { \
61 _actual, _actual + size, _expected, _expected + size, tolerance \
67 const type _expected[size] = { \
71 actual, actual + size, _expected, _expected + size \
/dports/devel/boost-libs/boost_1_72_0/libs/compute/test/
H A Dcheck_macros.hpp25 const type _expected[size] = { \
29 _actual, _actual + size, _expected, _expected + size \
57 const type _expected[size] = { \
61 _actual, _actual + size, _expected, _expected + size, tolerance \
67 const type _expected[size] = { \
71 actual, actual + size, _expected, _expected + size \
/dports/devel/hyperscan/boost_1_75_0/libs/compute/test/
H A Dcheck_macros.hpp25 const type _expected[size] = { \
29 _actual, _actual + size, _expected, _expected + size \
57 const type _expected[size] = { \
61 _actual, _actual + size, _expected, _expected + size, tolerance \
67 const type _expected[size] = { \
71 actual, actual + size, _expected, _expected + size \
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Drenderer_d3d.h82 #define _DX_RELEASE(_ptr, _expected, _check) \ argument
87 …check(isGraphicsDebuggerPresent() || _expected == count, "%p RefCount is %d (expected %d).", _ptr,…
92 #define _DX_CHECK_REFCOUNT(_ptr, _expected) \ argument
95 …CHECK(isGraphicsDebuggerPresent() || _expected == count, "%p RefCount is %d (expected %d).", _ptr,…
102 # define DX_CHECK_REFCOUNT(_ptr, _expected) _DX_CHECK_REFCOUNT(_ptr, _expected) argument
105 # define DX_CHECK_REFCOUNT(_ptr, _expected) argument
114 #define DX_RELEASE(_ptr, _expected) _DX_RELEASE(_ptr, _expected, BX_CHECK) argument
115 #define DX_RELEASE_W(_ptr, _expected) _DX_RELEASE(_ptr, _expected, BX_WARN) argument
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Drenderer_d3d.h82 #define _DX_RELEASE(_ptr, _expected, _check) \ argument
87 …check(isGraphicsDebuggerPresent() || _expected == count, "%p RefCount is %d (expected %d).", _ptr,…
92 #define _DX_CHECK_REFCOUNT(_ptr, _expected) \ argument
95 …CHECK(isGraphicsDebuggerPresent() || _expected == count, "%p RefCount is %d (expected %d).", _ptr,…
102 # define DX_CHECK_REFCOUNT(_ptr, _expected) _DX_CHECK_REFCOUNT(_ptr, _expected) argument
105 # define DX_CHECK_REFCOUNT(_ptr, _expected) argument
114 #define DX_RELEASE(_ptr, _expected) _DX_RELEASE(_ptr, _expected, BX_CHECK) argument
115 #define DX_RELEASE_W(_ptr, _expected) _DX_RELEASE(_ptr, _expected, BX_WARN) argument
/dports/sysutils/py-salt/salt-3004.1/tests/unit/engines/
H A Dtest_slack.py53 _expected = (True, {"tgt_type": "glob", "target": "*"}, ["cmd.run", "whoami"])
59 self.assertEqual(target_commandline, _expected)
67 self.assertEqual(target_commandline, _expected)
70 _expected = (
80 self.assertEqual(target_commandline, _expected)
83 _expected = (
93 self.assertEqual(target_commandline, _expected)
/dports/devel/py-datatest/datatest-0.11.1/datatest/
H A Ddifferences.py200 self._expected = expected
204 if self._expected is NOVALUE:
206 return (self._invalid, self._expected)
216 return self._expected
221 if self._expected is not NOVALUE:
223 getattr(self._expected, '__name__', repr(self._expected)))
285 self._expected = expected
289 return (self._deviation, self._expected)
299 return self._expected
315 expected = self._expected
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/utils/scheduler/
H A Dtest_error.py104 _expected = (
109 assert ret["_error"] == _expected
140 _expected = "Invalid date string for end in skip_during_range. Ignoring job job1."
141 assert ret["_error"] == _expected
172 _expected = (
177 assert ret["_error"] == _expected
208 _expected = (
213 assert ret["_error"] == _expected

12345678910>>...22