Home
last modified time | relevance | path

Searched defs:actual (Results 126 – 150 of 14257) sorted by relevance

12345678910>>...571

/dports/www/zola/zola-0.15.2/cargo-crates/assert-json-diff-2.0.1/src/
H A Ddiff.rs357 let actual = json!(1); in test_diffing_leaf_json() localVariable
362 let actual = json!(2); in test_diffing_leaf_json() localVariable
367 let actual = json!(1); in test_diffing_leaf_json() localVariable
372 let actual = json!(1.0); in test_diffing_leaf_json() localVariable
377 let actual = json!(1); in test_diffing_leaf_json() localVariable
387 let actual = json!(1); in test_diffing_leaf_json() localVariable
409 let actual = json!([]); in test_diffing_array() localVariable
419 let actual = json!([]); in test_diffing_array() localVariable
449 let actual = json!(1); in test_diffing_array() localVariable
462 let actual = json!([]); in test_array_strict() localVariable
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/module_utils_Process/library/
H A Dprocess_pwsh_tests.ps148 $actual = Start-AnsibleWindowsProcess -FilePath whoami variable
58 $actual = Start-AnsibleWindowsProcess -FilePath $printArgv -CommandLine '"abc def" arg2' variable
74 $actual = Start-AnsibleWindowsProcess -CommandLine $cmd variable
121 $actual = Start-AnsibleWindowsProcess -FilePath powershell.exe -ArgumentList 'exit 10' variable
165 $actual = Start-AnsibleWindowsProcess -CommandLine $cmd variable
175 $actual = Start-AnsibleWindowsProcess -CommandLine $cmd variable
187 $actual = Start-AnsibleWindowsProcess -CommandLine $cmd -Environment $envVars variable
216 $actual = Start-AnsibleWindowsProcess -CommandLine $cmd -InputObject "input value" variable
247 $actual = Start-AnsibleWindowsProcess -CommandLine $cmd -OutputEncoding 'us-ascii' variable
261 $actual = Start-AnsibleWindowsProcess -CommandLine $cmd variable
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/oid-0.1.1/src/
H A Dlib.rs461 let actual: String = (&oid).into(); in encode_string_root_node_0() localVariable
473 let actual: String = (&oid).into(); in encode_string_root_node_1() localVariable
531 let actual = vec![40].try_into(); in parse_binary_root_node_1() localVariable
542 let actual = vec![80].try_into(); in parse_binary_root_node_2() localVariable
564 let actual = vec![ in parse_binary_example_2() localVariable
579 let actual = "0.0".try_into(); in parse_string_root_node_0() localVariable
590 let actual = "1.0".try_into(); in parse_string_root_node_1() localVariable
601 let actual = "2.0".try_into(); in parse_string_root_node_2() localVariable
679 let actual = "wtf".try_into(); in parse_string_crap() localVariable
695 let actual = vec![].try_into(); in parse_binary_empty() localVariable
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/tests/
H A Dt_u32x8.rs15 let actual = a + b; in impl_add_for_u32x8() localVariable
25 let actual = a - b; in impl_sub_for_u32x8() localVariable
43 let actual = a * b; in impl_mul_for_u32x8() localVariable
52 let actual = a & b; in impl_bitand_for_u32x8() localVariable
61 let actual = a | b; in impl_bitor_for_u32x8() localVariable
70 let actual = a ^ b; in impl_bitxor_for_u32x8() localVariable
88 let actual = a << b; in impl_shl_for_u32x8() localVariable
106 let actual = a >> b; in impl_shr_for_u32x8() localVariable
115 let actual = a.cmp_eq(b); in impl_u32x8_cmp_eq() localVariable
144 let actual = a.max(b); in impl_u32x8_max() localVariable
[all …]
H A Dt_u64x2.rs15 let actual = a + b; in impl_add_for_u64x2() localVariable
24 let actual = a - b; in impl_sub_for_u64x2() localVariable
33 let actual = a * b; in impl_mul_for_u64x2() localVariable
42 let actual = a & b; in impl_bitand_for_u64x2() localVariable
51 let actual = a | b; in impl_bitor_for_u64x2() localVariable
60 let actual = a ^ b; in impl_bitxor_for_u64x2() localVariable
69 let actual = a << b; in impl_shl_for_u64x2() localVariable
78 let actual = a >> b; in impl_shr_for_u64x2() localVariable
89 let actual = mask.blend(t, f); in impl_u64x2_blend() localVariable
98 let actual = a.cmp_eq(b); in impl_u64x2_cmp_eq() localVariable
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Microsoft.Reactive.Testing/
H A DReactiveAssert.cs26 static string Message<T>(IEnumerable<T> actual, IEnumerable<T> expected) in Message()
48 public static void AreElementsEqual<T>(IEnumerable<T> expected, IEnumerable<T> actual) in AreElementsEqual()
67 …public static void AreElementsEqual<T>(IEnumerable<T> expected, IEnumerable<T> actual, string mess… in AreElementsEqual()
85 public static void AreElementsEqual<T>(IObservable<T> expected, IObservable<T> actual) in AreElementsEqual()
103 …public static void AreElementsEqual<T>(IObservable<T> expected, IObservable<T> actual, string mess… in AreElementsEqual()
242 public static void AssertEqual<T>(this IEnumerable<T> actual, IEnumerable<T> expected) in AssertEqual()
259 public static void AssertEqual<T>(this IEnumerable<T> actual, params T[] expected) in AssertEqual()
276 public static void AssertEqual<T>(this IObservable<T> actual, IObservable<T> expected) in AssertEqual()
/dports/www/orangehrm/orangehrm-4.9/tests/_support/_generated/
H A DUnitTesterActions.php89 public function assertSame($expected, $actual, $message = null) {
104 public function assertNotSame($expected, $actual, $message = null) {
119 public function assertGreaterThan($expected, $actual, $message = null) {
149 public function assertLessThan($expected, $actual, $message = null) {
268 public function assertEmpty($actual, $message = null) {
282 public function assertNotEmpty($actual, $message = null) {
296 public function assertNull($actual, $message = null) {
310 public function assertNotNull($actual, $message = null) {
404 public function assertIsEmpty($actual, $description = null) {
417 public function assertArrayHasKey($key, $actual, $description = null) {
[all …]
/dports/misc/vifm/vifm-0.11/tests/escape/
H A Desc_highlight_pattern.c40 char *const actual = esc_highlight_pattern(input, &re1c); in TEST() local
49 char *const actual = esc_highlight_pattern(input, &re2c); in TEST() local
58 char *const actual = esc_highlight_pattern(input, &re2c); in TEST() local
67 char *const actual = esc_highlight_pattern(input, &re2c); in TEST() local
76 char *const actual = esc_highlight_pattern(input, &re2c); in TEST() local
86 char *const actual = esc_highlight_pattern(input, &re2c); in TEST() local
95 char *const actual = esc_highlight_pattern(input, &re1c); in TEST() local
104 char *const actual = esc_highlight_pattern(input, &re3c); in TEST() local
113 char *const actual = esc_highlight_pattern(input, &re3c); in TEST() local
122 char *const actual = esc_highlight_pattern(input, &re4c); in TEST() local
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/test-core/src/test/java/org/openscience/cdk/graph/
H A DAllPairsShortestPathsTest.java97 IAtom[] actual = asp.from(c1).atomsTo(c3); in testFrom_Atom_Benzene() local
103 IAtom[] actual = asp.from(c3).atomsTo(c1); in testFrom_Atom_Benzene() local
109 IAtom[] actual = asp.from(c1).atomsTo(c5); in testFrom_Atom_Benzene() local
115 IAtom[] actual = asp.from(c5).atomsTo(c1); in testFrom_Atom_Benzene() local
142 int[] actual = asp.from(0).pathTo(2); in testFrom_Int_Benzene() local
148 int[] actual = asp.from(2).pathTo(0); in testFrom_Int_Benzene() local
154 int[] actual = asp.from(0).pathTo(4); in testFrom_Int_Benzene() local
160 int[] actual = asp.from(4).pathTo(0); in testFrom_Int_Benzene() local
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/crypto-bigint-0.2.11/tests/
H A Dproptests.rs49 let actual = a.wrapping_add(&b); localVariable
64 let actual = a.add_mod(&b, &P); localVariable
86 let actual = a.sub_mod(&b, &P); localVariable
104 let actual = a.wrapping_sub(&b); localVariable
115 let actual = a.wrapping_mul(&b); localVariable
127 let actual = a.wrapping_div(&b); localVariable
140 let actual = a.wrapping_rem(&b); localVariable
150 let actual = a.wrapping_sqrt(); localVariable
162 let actual = a.wrapping_or(&b); localVariable
175 let actual = a.wrapping_and(&b); localVariable
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/unittest/
H A Dframework.h75 #define CHECK_INT_EQ(expected, actual) \ argument
87 #define CHECK_FLOAT_EQ(expected, actual) \ argument
99 #define CHECK_STR_EQ(expected, actual) \ argument
102 #define CHECK_STR_EQ_FREE1(expected, actual) \ argument
105 #define CHECK_STR_EQ_FREE2(expected, actual) \ argument
108 #define CHECK_STR_EQ_FREE12(expected, actual) \ argument
113 #define CHECK_ARGS_EQ(expected, actual) \ argument
116 #define CHECK_ARGS_EQ_FREE1(expected, actual) \ argument
119 #define CHECK_ARGS_EQ_FREE2(expected, actual) \ argument
122 #define CHECK_ARGS_EQ_FREE12(expected, actual) \ argument
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/unittest/
H A Dframework.h75 #define CHECK_INT_EQ(expected, actual) \ argument
87 #define CHECK_FLOAT_EQ(expected, actual) \ argument
99 #define CHECK_STR_EQ(expected, actual) \ argument
102 #define CHECK_STR_EQ_FREE1(expected, actual) \ argument
105 #define CHECK_STR_EQ_FREE2(expected, actual) \ argument
108 #define CHECK_STR_EQ_FREE12(expected, actual) \ argument
113 #define CHECK_ARGS_EQ(expected, actual) \ argument
116 #define CHECK_ARGS_EQ_FREE1(expected, actual) \ argument
119 #define CHECK_ARGS_EQ_FREE2(expected, actual) \ argument
122 #define CHECK_ARGS_EQ_FREE12(expected, actual) \ argument
/dports/devel/ccache-static/ccache-3.7.12/unittest/
H A Dframework.h76 #define CHECK_INT_EQ(expected, actual) \ argument
88 #define CHECK_DOUBLE_EQ(expected, actual) \ argument
100 #define CHECK_STR_EQ(expected, actual) \ argument
103 #define CHECK_STR_EQ_FREE1(expected, actual) \ argument
106 #define CHECK_STR_EQ_FREE2(expected, actual) \ argument
109 #define CHECK_STR_EQ_FREE12(expected, actual) \ argument
114 #define CHECK_ARGS_EQ(expected, actual) \ argument
117 #define CHECK_ARGS_EQ_FREE1(expected, actual) \ argument
120 #define CHECK_ARGS_EQ_FREE2(expected, actual) \ argument
123 #define CHECK_ARGS_EQ_FREE12(expected, actual) \ argument
/dports/devel/ccache/ccache-3.7.12/unittest/
H A Dframework.h76 #define CHECK_INT_EQ(expected, actual) \ argument
88 #define CHECK_DOUBLE_EQ(expected, actual) \ argument
100 #define CHECK_STR_EQ(expected, actual) \ argument
103 #define CHECK_STR_EQ_FREE1(expected, actual) \ argument
106 #define CHECK_STR_EQ_FREE2(expected, actual) \ argument
109 #define CHECK_STR_EQ_FREE12(expected, actual) \ argument
114 #define CHECK_ARGS_EQ(expected, actual) \ argument
117 #define CHECK_ARGS_EQ_FREE1(expected, actual) \ argument
120 #define CHECK_ARGS_EQ_FREE2(expected, actual) \ argument
123 #define CHECK_ARGS_EQ_FREE12(expected, actual) \ argument
/dports/sysutils/barrier/barrier-2.3.3/src/test/integtests/platform/
H A DOSXClipboardTests.cpp29 bool actual = clipboard.empty(); in TEST() local
42 bool actual = clipboard.has(OSXClipboard::kText); in TEST() local
53 String actual = clipboard.get(IClipboard::kText); in TEST() local
65 String actual = clipboard.get(IClipboard::kText); in TEST() local
73 bool actual = clipboard.open(0); in TEST() local
82 bool actual = clipboard.open(1); in TEST() local
102 OSXClipboard::Time actual = clipboard.getTime(); in TEST() local
115 OSXClipboard::Time actual = clipboard.getTime(); in TEST() local
127 bool actual = clipboard.has(IClipboard::kText); in TEST() local
138 bool actual = clipboard.has(IClipboard::kText); in TEST() local
[all …]
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/test/integtests/platform/
H A DOSXClipboardTests.cpp29 bool actual = clipboard.empty(); in TEST() local
42 bool actual = clipboard.has(OSXClipboard::kText); in TEST() local
53 String actual = clipboard.get(IClipboard::kText); in TEST() local
65 String actual = clipboard.get(IClipboard::kText); in TEST() local
73 bool actual = clipboard.open(0); in TEST() local
82 bool actual = clipboard.open(1); in TEST() local
102 OSXClipboard::Time actual = clipboard.getTime(); in TEST() local
115 OSXClipboard::Time actual = clipboard.getTime(); in TEST() local
127 bool actual = clipboard.has(IClipboard::kText); in TEST() local
138 bool actual = clipboard.has(IClipboard::kText); in TEST() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitFramework/framework/Constraints/
H A DEqualConstraint.cs61 public override bool Matches(object actual) in Matches()
98 … private void DisplayDifferences(MessageWriter writer, object expected, object actual, int depth) in DisplayDifferences()
114 private bool ObjectsEqual(object expected, object actual) in ObjectsEqual()
161 protected virtual bool ArraysEqual(Array expected, Array actual) in ArraysEqual()
175 private bool CollectionsEqual(ICollection expected, ICollection actual) in CollectionsEqual()
194 private bool StreamsEqual( Stream expected, Stream actual ) in StreamsEqual()
226 private bool StringsEqual( string expected, string actual ) in StringsEqual()
240 private bool DirectoriesEqual(DirectoryInfo expected, DirectoryInfo actual) in DirectoriesEqual()
250 private void DisplayStringDifferences(MessageWriter writer, string expected, string actual) in DisplayStringDifferences()
264 …private void DisplayStreamDifferences(MessageWriter writer, Stream expected, Stream actual, int de… in DisplayStreamDifferences()
[all …]
/dports/net/libcmis/libcmis-0.5.2/qa/libcmis-c/
H A Dtest-object.cxx132 char* actual = libcmis_object_getId( tested ); in getIdTest() local
141 char* actual = libcmis_object_getName( tested ); in getNameTest() local
150 libcmis_vector_string_Ptr actual = libcmis_object_getPaths( tested ); in getPathsTest() local
162 char* actual = libcmis_object_getBaseType( tested ); in getBaseTypeTest() local
171 char* actual = libcmis_object_getType( tested ); in getTypeTest() local
180 char* actual = libcmis_object_getCreatedBy( tested ); in getCreatedByTest() local
189 time_t actual = libcmis_object_getCreationDate( tested ); in getCreationDateTest() local
197 char* actual = libcmis_object_getLastModifiedBy( tested ); in getLastModifiedByTest() local
206 time_t actual = libcmis_object_getLastModificationDate( tested ); in getLastModificationDateTest() local
214 char* actual = libcmis_object_getChangeToken( tested ); in getChangeTokenTest() local
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/Tests/System/
H A DAssertExtensionTests.cs25 public void GreaterThan_ValueType(int actual, int greaterThan, bool expected) in GreaterThan_ValueType()
51 public void GreaterThan_ReferenceType(string actual, string greaterThan, bool expected) in GreaterThan_ReferenceType()
74 public void LessThan_ValueType(int actual, int lessThan, bool expected) in LessThan_ValueType()
100 public void LessThan_ReferenceType(string actual, string lessThan, bool expected) in LessThan_ReferenceType()
123 … public void GreaterThanOrEqualTo_ValueType(int actual, int greaterThanOrEqualTo, bool expected) in GreaterThanOrEqualTo_ValueType()
149 …public void GreaterThanOrEqualTo_ReferenceType(string actual, string greaterThanOrEqualTo, bool ex… in GreaterThanOrEqualTo_ReferenceType()
172 public void LessThanOrEqualTo_ValueType(int actual, int lessThanOrEqualTo, bool expected) in LessThanOrEqualTo_ValueType()
198 …public void LessThanOrEqualTo_ReferenceType(string actual, string lessThanOrEqualTo, bool expected) in LessThanOrEqualTo_ReferenceType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/android/junit/javatests/src/org/chromium/testing/local/
H A DGtestLoggerTest.java29 ByteArrayOutputStream actual = new ByteArrayOutputStream(); in testTestStarted() local
40 ByteArrayOutputStream actual = new ByteArrayOutputStream(); in testTestFinishedPassed() local
53 ByteArrayOutputStream actual = new ByteArrayOutputStream(); in testTestFinishedFailed() local
66 ByteArrayOutputStream actual = new ByteArrayOutputStream(); in testTestCaseStarted() local
77 ByteArrayOutputStream actual = new ByteArrayOutputStream(); in testTestCaseFinished() local
89 ByteArrayOutputStream actual = new ByteArrayOutputStream(); in testTestRunStarted() local
100 ByteArrayOutputStream actual = new ByteArrayOutputStream(); in testTestRunFinishedNoFailures() local
112 ByteArrayOutputStream actual = new ByteArrayOutputStream(); in testTestRunFinishedWithFailures() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text.tests/projection/org/eclipse/text/tests/
H A DProjectionMappingTest.java629 private void assertRegions(IRegion[] expected, IRegion[] actual) { in assertRegions()
662 IRegion[] actual= fProjectionMapping.toExactOriginRegions(new Region(5, 10)); in test11b() local
680 IRegion[] actual= fProjectionMapping.toExactOriginRegions(new Region(0, 10)); in test11c() local
716 IRegion[] actual= fProjectionMapping.toExactOriginRegions(new Region(0, 20)); in test11e() local
734 IRegion[] actual= fProjectionMapping.toExactOriginRegions(new Region(0, 0)); in test11f() local
840 IRegion[] actual= fProjectionMapping.toExactImageRegions(new Region(25, 10)); in test12b() local
858 IRegion[] actual= fProjectionMapping.toExactImageRegions(new Region(20, 10)); in test12c() local
876 IRegion[] actual= fProjectionMapping.toExactImageRegions(new Region(30, 10)); in test12d() local
894 IRegion[] actual= fProjectionMapping.toExactImageRegions(new Region(20, 20)); in test12e() local
912 IRegion[] actual= fProjectionMapping.toExactImageRegions(new Region(20, 0)); in test12f() local
[all …]
/dports/net/ntp/ntp-4.2.8p15/tests/libntp/
H A Docttoint.c21 u_long actual; in test_SingleDigit() local
33 u_long actual; in test_MultipleDigits() local
45 u_long actual; in test_Zero() local
57 u_long actual; in test_MaximumUnsigned32bit() local
69 u_long actual; in test_Overflow() local
80 u_long actual; in test_IllegalCharacter() local
91 u_long actual; in test_IllegalDigit() local
/dports/lang/spidermonkey60/firefox-60.9.0/servo/tests/unit/script/
H A Dheaders.rs11 let actual = normalize_value(empty_bytestring); in test_normalize_empty_bytestring() localVariable
20 let actual = normalize_value(all_whitespace_bytestring); in test_normalize_all_whitespace_bytestring() localVariable
29 let actual = normalize_value(no_whitespace_bytestring); in test_normalize_non_empty_no_whitespace_bytestring() localVariable
38 let actual = normalize_value(leading_whitespace_bytestring); in test_normalize_non_empty_leading_whitespace_bytestring() localVariable
47 let actual = normalize_value(trailing_whitespace_bytestring); in test_normalize_non_empty_no_leading_whitespace_trailing_whitespace_bytestring() localVariable
57 let actual = normalize_value(whitespace_sandwich_bytestring); in test_normalize_non_empty_leading_and_trailing_whitespace_bytestring() localVariable
70 let actual = normalize_value(whitespace_bigmac_bytestring); in test_normalize_non_empty_leading_trailing_and_internal_whitespace_bytestring() localVariable
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/members/ranges/src/
H A Dlib.rs47 let actual: Vec<String> = parse_range(range).unwrap().collect(); in test_range() localVariable
54 let actual: Vec<String> = parse_range(range).unwrap().collect(); in test_fixed_range() localVariable
78 let actual: Vec<String> = parse_range("a...c").unwrap().collect(); in range_expand() localVariable
83 let actual: Vec<String> = parse_range("c...a").unwrap().collect(); in range_expand() localVariable
88 let actual: Vec<String> = parse_range("A...C").unwrap().collect(); in range_expand() localVariable
93 let actual: Vec<String> = parse_range("C...A").unwrap().collect(); in range_expand() localVariable
100 let actual: Vec<String> = parse_range("C..A").unwrap().collect(); in range_expand() localVariable
105 let actual: Vec<String> = parse_range("c..a").unwrap().collect(); in range_expand() localVariable
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Constraints/
H A DNumerics.cs101 public static bool AreEqual(object expected, object actual, ref Tolerance tolerance) in AreEqual()
153 private static bool AreEqual(double expected, double actual, ref Tolerance tolerance) in AreEqual()
194 private static bool AreEqual(float expected, float actual, ref Tolerance tolerance) in AreEqual()
234 private static bool AreEqual(decimal expected, decimal actual, Tolerance tolerance) in AreEqual()
261 private static bool AreEqual(ulong expected, ulong actual, Tolerance tolerance) in AreEqual()
292 private static bool AreEqual(long expected, long actual, Tolerance tolerance) in AreEqual()
319 private static bool AreEqual(uint expected, uint actual, Tolerance tolerance) in AreEqual()
350 private static bool AreEqual(int expected, int actual, Tolerance tolerance) in AreEqual()
385 public static int Compare(object expected, object actual) in Compare()

12345678910>>...571