Home
last modified time | relevance | path

Searched defs:actual (Results 51 – 75 of 11057) sorted by relevance

12345678910>>...443

/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_module_utils/library/
H A Dcommand_util_test.ps119 Function Assert-Equals($actual, $expected) { in Assert-Equals()
20 if ($actual -cne $expected) { in Assert-Equals() variable
26 $actual = Run-Command -command "`"$exe`" arg1 arg2 `"arg 3`"" variable
38 $actual = Run-Command -command "`"$exe_special`" arg1 arg2 `"arg 3`"" variable
49 $actual = Run-Command -command "C:\fakepath\$exe_filename arg1" variable
56 $actual = Run-Command -command "$exe_filename arg1" -working_directory $exe_directory variable
63 $actual = Run-Command -command "cmd.exe /c cd" variable
70 $actual = Run-Command -command "cmd.exe /c cd" -working_directory $env:SystemRoot variable
85 $actual = Run-Command -command "ipconfig.exe /asdf" variable
89 $actual = Run-Command -command "cmd.exe /c echo stdout && echo stderr 1>&2" variable
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/core/utils/
H A Ddag.test.ts64 const actual = nodeA.getOptimizedInputEdges().map((e) => e.inputNode); constant
70 const actual = nodeB.getOptimizedInputEdges().map((e) => e.inputNode); constant
76 const actual = nodeC.getOptimizedInputEdges().map((e) => e.inputNode); constant
82 const actual = nodeD.getOptimizedInputEdges().map((e) => e.inputNode); constant
88 const actual = nodeE.getOptimizedInputEdges().map((e) => e.inputNode); constant
94 const actual = nodeF.getOptimizedInputEdges(); constant
99 const actual = nodeG.getOptimizedInputEdges(); constant
104 const actual = nodeH.getOptimizedInputEdges(); constant
/dports/devel/cppunit/cppunit-1.14.0/examples/cppunittest/
H A DStringToolsTest.cpp33 std::string actual = CPPUNIT_NS::StringTools::toString( 123456789 ); in testToStringInt() local
42 std::string actual = CPPUNIT_NS::StringTools::toString( 1234.56 ); in testToStringDouble() local
52 CPPUNIT_NS::StringTools::Strings actual = CPPUNIT_NS::StringTools::split( text, ';' ); in testSplitEmptyString() local
153 std::string actual = CPPUNIT_NS::StringTools::wrap( text, 6 ); in testWrapEmpty() local
164 std::string actual = CPPUNIT_NS::StringTools::wrap( text, 6 ); in testWrapNotNeeded() local
175 std::string actual = CPPUNIT_NS::StringTools::wrap( text, 6 ); in testWrapLimitNotNeeded() local
186 std::string actual = CPPUNIT_NS::StringTools::wrap( text, 6 ); in testWrapOneNeeded() local
197 std::string actual = CPPUNIT_NS::StringTools::wrap( text, 6 ); in testWrapTwoNeeded() local
208 std::string actual = CPPUNIT_NS::StringTools::wrap( text, 6 ); in testWrapLimitTwoNeeded() local
219 std::string actual = CPPUNIT_NS::StringTools::wrap( text, 6 ); in testWrapOneNeededTwoNeeded() local
[all …]
/dports/devel/cutter/cutter-1.2.6/gcutter/
H A Dgcut-assertions.h47 #define gcut_assert_equal_type(expected, actual, ...) do \ argument
68 #define cut_assert_equal_g_type(expected, actual, ...) do \ argument
88 #define gcut_assert_equal_value(expected, actual, ...) do \ argument
109 #define cut_assert_equal_g_value(expected, actual, ...) do \ argument
134 #define gcut_assert_equal_list(expected, actual, equal_function, \ argument
161 #define gcut_assert_equal_list_int(expected, actual, ...) do \ argument
184 #define cut_assert_equal_g_list_int(expected, actual, ...) do \ argument
205 #define gcut_assert_equal_list_uint(expected, actual, ...) do \ argument
225 #define gcut_assert_equal_list_string(expected, actual, ...) do \ argument
249 #define cut_assert_equal_g_list_string(expected, actual, ...) do \ argument
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/test/automated/displayless/
H A Dtest-file-utilities-get-common-filename-prefix.c19 char *actual; in test_has_large_enough_common_prefix() local
34 char *actual; in test_has_large_enough_common_prefix_with_spaces_in_middle() local
49 char *actual; in test_has_large_enough_common_prefix_with_punctuation_in_middle() local
64 char *actual; in test_has_large_enough_common_prefix_with_punctuation_in_middle_and_extension() local
79 char *actual; in test_doesnt_have_large_enough_common_prefix() local
94 char *actual; in test_doesnt_have_large_enough_common_prefix_completely_different_strings() local
109 char *actual; in test_doesnt_have_large_enough_common_prefix_first_character_differs() local
124 char *actual; in test_doesnt_have_large_enough_common_prefix_first_character_differs_longer_string() local
139 char *actual; in test_has_large_enough_common_prefix_until_extension_removed() local
154 char *actual; in test_extension_is_removed() local
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/tests/
H A Dt_f64x4.rs27 let actual = a + b; in impl_add_for_f64x4() localVariable
36 let actual = a - b; in impl_sub_for_f64x4() localVariable
45 let actual = a * b; in impl_mul_for_f64x4() localVariable
54 let actual = a / b; in impl_div_for_f64x4() localVariable
62 let actual = a - 2.0; in impl_sub_const_for_f64x4() localVariable
70 let actual = a * 2.0; in impl_mul_const_for_f64x4() localVariable
78 let actual = a / 2.0; in impl_div_const_for_f64x4() localVariable
87 let actual = a & b; in impl_bitand_for_f64x4() localVariable
96 let actual = a | b; in impl_bitor_for_f64x4() localVariable
105 let actual = a ^ b; in impl_bitxor_for_f64x4() localVariable
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Converter/src/junit/framework/
H A DAssert.java70 static public void assertEquals(Object expected, Object actual) { in assertEquals()
86 static public void assertEquals(String expected, String actual) { in assertEquals()
141 static public void assertEquals(long expected, long actual) { in assertEquals()
154 static public void assertEquals(boolean expected, boolean actual) { in assertEquals()
167 static public void assertEquals(byte expected, byte actual) { in assertEquals()
180 static public void assertEquals(char expected, char actual) { in assertEquals()
193 static public void assertEquals(short expected, short actual) { in assertEquals()
206 static public void assertEquals(int expected, int actual) { in assertEquals()
248 static public void assertSame(Object expected, Object actual) { in assertSame()
263 static public void assertNotSame(Object expected, Object actual) { in assertNotSame()
[all …]
/dports/textproc/py-mwparserfromhell/mwparserfromhell-0.6.3/tests/
H A Dconftest.py39 def _assert_node_equal(expected, actual): argument
57 def _assert_argument_node_equal(expected, actual): argument
66 def _assert_comment_node_equal(expected, actual): argument
71 def _assert_external_link_node_equal(expected, actual): argument
82 def _assert_heading_node_equal(expected, actual): argument
88 def _assert_html_entity_node_equal(expected, actual): argument
96 def _assert_tag_node_equal(expected, actual): argument
125 def _assert_template_node_equal(expected, actual): argument
138 def _assert_text_node_equal(expected, actual): argument
143 def _assert_wikilink_node_equal(expected, actual): argument
[all …]
/dports/devel/cpputest/cpputest-4.0/include/CppUTest/
H A DTestHarness_c.h39 #define CHECK_EQUAL_C_BOOL(expected,actual) \ argument
45 #define CHECK_EQUAL_C_INT(expected,actual) \ argument
51 #define CHECK_EQUAL_C_UINT(expected,actual) \ argument
57 #define CHECK_EQUAL_C_LONG(expected,actual) \ argument
63 #define CHECK_EQUAL_C_ULONG(expected,actual) \ argument
69 #define CHECK_EQUAL_C_LONGLONG(expected,actual) \ argument
87 #define CHECK_EQUAL_C_CHAR(expected,actual) \ argument
93 #define CHECK_EQUAL_C_UBYTE(expected,actual) \ argument
99 #define CHECK_EQUAL_C_SBYTE(expected,actual) \ argument
105 #define CHECK_EQUAL_C_STRING(expected,actual) \ argument
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/oned/
H A DVector1DFormatAbstractTest.java48 String actual = vector1DFormat.format(c); in testSimpleNoDecimals() local
58 String actual = vector1DFormat.format(c); in testSimpleWithDecimals() local
68 String actual = vector1DFormat.format(c); in testSimpleWithDecimalsTrunc() local
78 String actual = vector1DFormat.format(c); in testNegativeX() local
86 String actual = vector1DFormatSquare.format(c); in testNonDefaultSetting() local
109 String actual = vector1DFormat.format(c); in testNan() local
117 String actual = vector1DFormat.format(c); in testPositiveInfinity() local
125 String actual = vector1DFormat.format(c); in tesNegativeInfinity() local
133 Vector1D actual = vector1DFormat.parse(source); in testParseSimpleNoDecimals() local
156 Vector1D actual = vector1DFormat.parse(source); in testParseSimpleWithDecimals() local
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/module_utils_Ansible.Process/library/
H A Dansible_process_tests.ps145 $actual = [Ansible.Process.ProcessUtil]::ParseCommandLine("") variable
46 Assert-Equals -Actual $actual -Expected $expected variable
51 $actual = [Ansible.Process.ProcessUtil]::ParseCommandLine("powershell.exe") variable
52 Assert-Equals -Actual $actual -Expected $expected variable
57 …$actual = [Ansible.Process.ProcessUtil]::ParseCommandLine("powershell.exe -File C:\temp\script.ps1… variable
58 Assert-Equals -Actual $actual -Expected $expected variable
64 Assert-Equals -Actual $actual -Expected $expected variable
69 $actual = [Ansible.Process.ProcessUtil]::SearchPath("powershell.exe") variable
70 $actual | Assert-Equals -Expected $expected variable
87 $actual = [Ansible.Process.ProcessUtil]::CreateProcess("whoami.exe") variable
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitFramework/framework/
H A DFileAssert.cs84 static public void AreEqual(Stream expected, Stream actual, string message) in AreEqual()
96 static public void AreEqual(Stream expected, Stream actual) in AreEqual()
132 static public void AreEqual(FileInfo expected, FileInfo actual, string message) in AreEqual()
144 static public void AreEqual(FileInfo expected, FileInfo actual) in AreEqual()
180 static public void AreEqual(string expected, string actual, string message) in AreEqual()
192 static public void AreEqual(string expected, string actual) in AreEqual()
224 static public void AreNotEqual(Stream expected, Stream actual, string message) in AreNotEqual()
235 static public void AreNotEqual(Stream expected, Stream actual) in AreNotEqual()
279 static public void AreNotEqual(FileInfo expected, FileInfo actual) in AreNotEqual()
313 static public void AreNotEqual(string expected, string actual, string message) in AreNotEqual()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/Testing/Cpp/
H A DctkCoreTestingMacrosTest.cpp183 void* actual = &integer; in TestCheckPointerSuccess() local
193 void* actual = &integer; in TestCheckPointerFailure() local
207 void* actual = &integer; in TestCheckPointerDifferentSuccess() local
218 void* actual = &integer; in TestCheckPointerDifferentFailure() local
247 const char* actual = "string"; in TestCheckStringSuccess() local
256 const char* actual = "string"; in TestCheckStringFailure() local
268 std::string actual = "string"; in TestCheckStdStringSuccess() local
289 QString actual = "string"; in TestCheckQStringSuccess() local
298 QString actual = "string"; in TestCheckQStringFailure() local
331 QString actual = "string"; in TestCheckQStringDifferentSuccess() local
[all …]
/dports/java/jtiger/jtiger-2.1.0376/src/org/jtiger/assertion/
H A DBasic.java113 …public static void assertEqual(final Object expected, final Object actual, final Object... message… in assertEqual()
141 …public static void assertEqual(final Object[] expected, final Object[] actual, final Object... mes… in assertEqual()
164 …public static void assertEqual(final double[] expected, final double[] actual, final Object... mes… in assertEqual()
187 …public static void assertEqual(final float[] expected, final float[] actual, final Object... messa… in assertEqual()
233 …public static void assertEqual(final byte[] expected, final byte[] actual, final Object... message… in assertEqual()
256 …public static void assertEqual(final short[] expected, final short[] actual, final Object... messa… in assertEqual()
279 …public static void assertEqual(final char[] expected, final char[] actual, final Object... message… in assertEqual()
302 …public static void assertEqual(final int[] expected, final int[] actual, final Object... message) … in assertEqual()
325 …public static void assertEqual(final long[] expected, final long[] actual, final Object... message… in assertEqual()
544 …public static void assertNotEqual(final int[] expected, final int[] actual, final Object... messag… in assertNotEqual()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/complex/
H A DComplexFormatAbstractTest.java47 String actual = complexFormat.format(c); in testSimpleNoDecimals() local
58 String actual = fmt.format(c); in testTrimOneImaginary() local
81 String actual = complexFormat.format(c); in testSimpleWithDecimals() local
89 String actual = complexFormat.format(c); in testSimpleWithDecimalsTrunc() local
97 String actual = complexFormat.format(c); in testNegativeReal() local
105 String actual = complexFormat.format(c); in testNegativeImaginary() local
113 String actual = complexFormat.format(c); in testNegativeBoth() local
121 String actual = complexFormat.format(c); in testZeroReal() local
129 String actual = complexFormat.format(c); in testZeroImaginary() local
158 String actual = complexFormat.format(c); in testNan() local
[all …]
/dports/devel/bcunit/bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d/BCUnit/Headers/
H A DBCUnit.h.in181 #define CU_ASSERT_EQUAL(actual, expected) \ argument
187 #define CU_ASSERT_EQUAL_FATAL(actual, expected) \ argument
193 #define CU_ASSERT_NOT_EQUAL(actual, expected) \ argument
199 #define CU_ASSERT_NOT_EQUAL_FATAL(actual, expected) \ argument
205 #define CU_ASSERT_PTR_EQUAL(actual, expected) \ argument
211 #define CU_ASSERT_PTR_EQUAL_FATAL(actual, expected) \ argument
217 #define CU_ASSERT_PTR_NOT_EQUAL(actual, expected) \ argument
223 #define CU_ASSERT_PTR_NOT_EQUAL_FATAL(actual, expected) \ argument
253 #define CU_ASSERT_STRING_EQUAL(actual, expected) \ argument
259 #define CU_ASSERT_STRING_EQUAL_FATAL(actual, expected) \ argument
[all …]
/dports/devel/cunit/CUnit-2.1-3/CUnit/Headers/
H A DCUnit.h.in178 #define CU_ASSERT_EQUAL(actual, expected) \ argument
184 #define CU_ASSERT_EQUAL_FATAL(actual, expected) \ argument
190 #define CU_ASSERT_NOT_EQUAL(actual, expected) \ argument
196 #define CU_ASSERT_NOT_EQUAL_FATAL(actual, expected) \ argument
202 #define CU_ASSERT_PTR_EQUAL(actual, expected) \ argument
208 #define CU_ASSERT_PTR_EQUAL_FATAL(actual, expected) \ argument
214 #define CU_ASSERT_PTR_NOT_EQUAL(actual, expected) \ argument
220 #define CU_ASSERT_PTR_NOT_EQUAL_FATAL(actual, expected) \ argument
250 #define CU_ASSERT_STRING_EQUAL(actual, expected) \ argument
256 #define CU_ASSERT_STRING_EQUAL_FATAL(actual, expected) \ argument
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/
H A DVector2DFormatAbstractTest.java48 String actual = vector2DFormat.format(c); in testSimpleNoDecimals() local
59 String actual = vector2DFormat.format(c); in testSimpleWithDecimals() local
70 String actual = vector2DFormat.format(c); in testSimpleWithDecimalsTrunc() local
81 String actual = vector2DFormat.format(c); in testNegativeX() local
92 String actual = vector2DFormat.format(c); in testNegativeY() local
103 String actual = vector2DFormat.format(c); in testNegativeZ() local
111 String actual = vector2DFormatSquare.format(c); in testNonDefaultSetting() local
135 String actual = vector2DFormat.format(c); in testNan() local
143 String actual = vector2DFormat.format(c); in testPositiveInfinity() local
151 String actual = vector2DFormat.format(c); in tesNegativeInfinity() local
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DVector3DFormatAbstractTest.java50 String actual = vector3DFormat.format(c); in testSimpleNoDecimals() local
62 String actual = vector3DFormat.format(c); in testSimpleWithDecimals() local
74 String actual = vector3DFormat.format(c); in testSimpleWithDecimalsTrunc() local
86 String actual = vector3DFormat.format(c); in testNegativeX() local
98 String actual = vector3DFormat.format(c); in testNegativeY() local
110 String actual = vector3DFormat.format(c); in testNegativeZ() local
118 String actual = vector3DFormatSquare.format(c); in testNonDefaultSetting() local
143 String actual = vector3DFormat.format(c); in testNan() local
151 String actual = vector3DFormat.format(c); in testPositiveInfinity() local
159 String actual = vector3DFormat.format(c); in tesNegativeInfinity() local
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/linear/
H A DRealVectorFormatAbstractTest.java49 String actual = realVectorFormat.format(c); in testSimpleNoDecimals() local
61 String actual = realVectorFormat.format(c); in testSimpleWithDecimals() local
73 String actual = realVectorFormat.format(c); in testSimpleWithDecimalsTrunc() local
85 String actual = realVectorFormat.format(c); in testNegativeX() local
97 String actual = realVectorFormat.format(c); in testNegativeY() local
109 String actual = realVectorFormat.format(c); in testNegativeZ() local
117 String actual = realVectorFormatSquare.format(c); in testNonDefaultSetting() local
132 String actual = (new RealVectorFormat()).format(c); in testDefaultFormatRealVectorImpl() local
142 String actual = realVectorFormat.format(c); in testNan() local
152 String actual = realVectorFormat.format(c); in testPositiveInfinity() local
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_csharp_utils/library/
H A Dansible_process_tests.ps145 $actual = [Ansible.Process.ProcessUtil]::ParseCommandLine("") variable
46 Assert-Equals -Actual $actual -Expected $expected variable
51 $actual = [Ansible.Process.ProcessUtil]::ParseCommandLine("powershell.exe") variable
52 Assert-Equals -Actual $actual -Expected $expected variable
57 …$actual = [Ansible.Process.ProcessUtil]::ParseCommandLine("powershell.exe -File C:\temp\script.ps1… variable
58 Assert-Equals -Actual $actual -Expected $expected variable
64 Assert-Equals -Actual $actual -Expected $expected variable
69 $actual = [Ansible.Process.ProcessUtil]::SearchPath("powershell.exe") variable
70 $actual | Assert-Equals -Expected $expected variable
87 $actual = [Ansible.Process.ProcessUtil]::CreateProcess("whoami.exe") variable
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/lib/c/
H A Dlibfocunit.h94 #define FO_ASSERT_EQUAL(actual, expected) \ argument
104 #define FO_ASSERT_EQUAL_FATAL(actual, expected) \ argument
114 #define FO_ASSERT_NOT_EQUAL(actual, expected) \ argument
124 #define FO_ASSERT_NOT_EQUAL_FATAL(actual, expected) \ argument
134 #define FO_ASSERT_PTR_EQUAL(actual, expected) \ argument
144 #define FO_ASSERT_PTR_EQUAL_FATAL(actual, expected) \ argument
154 #define FO_ASSERT_PTR_NOT_EQUAL(actual, expected) \ argument
164 #define FO_ASSERT_PTR_NOT_EQUAL_FATAL(actual, expected) \ argument
194 #define FO_ASSERT_STRING_EQUAL(actual, expected) \ argument
205 #define FO_ASSERT_STRING_EQUAL_FATAL(actual, expected) \ argument
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/cunit/
H A Dcunit.h67 #define CU_ASSERT_EQUAL(actual,expected) \ argument
74 #define CU_ASSERT_EQUAL_FATAL(actual,expected) \ argument
81 #define CU_ASSERT_NOT_EQUAL(actual,expected) \ argument
88 #define CU_ASSERT_NOT_EQUAL_FATAL(actual,expected) \ argument
97 #define CU_ASSERT_PTR_EQUAL(actual,expected) \ argument
111 #define CU_ASSERT_PTR_NOT_EQUAL(actual,expected) \ argument
125 #define CU_ASSERT_PTR_NULL(actual) \ argument
132 #define CU_ASSERT_PTR_NULL_FATAL(actual) \ argument
139 #define CU_ASSERT_PTR_NOT_NULL(actual) \ argument
146 #define CU_ASSERT_PTR_NOT_NULL_FATAL(actual) \ argument
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/cunit/
H A Dcyrunit.h75 #define CU_ASSERT_EQUAL(actual,expected) do { \ argument
84 #define CU_ASSERT_EQUAL_FATAL(actual,expected) do { \ argument
93 #define CU_ASSERT_NOT_EQUAL(actual,expected) do { \ argument
102 #define CU_ASSERT_NOT_EQUAL_FATAL(actual,expected) do { \ argument
113 #define CU_ASSERT_PTR_EQUAL(actual,expected) do { \ argument
122 #define CU_ASSERT_PTR_EQUAL_FATAL(actual,expected) do { \ argument
131 #define CU_ASSERT_PTR_NOT_EQUAL(actual,expected) do { \ argument
140 #define CU_ASSERT_PTR_NOT_EQUAL_FATAL(actual,expected) do { \ argument
149 #define CU_ASSERT_PTR_NULL(actual) do { \ argument
157 #define CU_ASSERT_PTR_NULL_FATAL(actual) do { \ argument
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/cunit/
H A Dcyrunit.h72 #define CU_ASSERT_EQUAL(actual,expected) do { \ argument
81 #define CU_ASSERT_EQUAL_FATAL(actual,expected) do { \ argument
90 #define CU_ASSERT_NOT_EQUAL(actual,expected) do { \ argument
99 #define CU_ASSERT_NOT_EQUAL_FATAL(actual,expected) do { \ argument
110 #define CU_ASSERT_PTR_EQUAL(actual,expected) do { \ argument
119 #define CU_ASSERT_PTR_EQUAL_FATAL(actual,expected) do { \ argument
128 #define CU_ASSERT_PTR_NOT_EQUAL(actual,expected) do { \ argument
137 #define CU_ASSERT_PTR_NOT_EQUAL_FATAL(actual,expected) do { \ argument
146 #define CU_ASSERT_PTR_NULL(actual) do { \ argument
154 #define CU_ASSERT_PTR_NULL_FATAL(actual) do { \ argument
[all …]

12345678910>>...443