Home
last modified time | relevance | path

Searched +defs:expected +defs:type (Results 1 – 25 of 6965) sorted by relevance

12345678910>>...279

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection/tests/
H A DTypeInfoTests.cs1090 public void BaseType(Type type, Type expected) in BaseType()
1105 public void FullName(Type type, string expected) in FullName()
1142 public void IsArray(Type type, bool expected) in IsArray()
1163 public void IsClass(Type type, bool expected) in IsClass()
1171 public void IsEnum(Type type, bool expected) in IsEnum()
1187 public void IsNested(Type type, bool expected) in IsNested()
1195 public void IsPointer(Type type, bool expected) in IsPointer()
1215 public void IsPublic(Type type, bool expected) in IsPublic()
1238 public void IsSealed(Type type, bool expected) in IsSealed()
1264 public void IsVisible(Type type, bool expected) in IsVisible()
[all …]
H A DParameterInfoTests.cs48 public void Member(Type type, string name, int index) in Member()
64 public void HasDefaultValue(Type type, string name, int index, bool expected) in HasDefaultValue()
93 public void IsOut(Type type, string name, int index, bool expected) in IsOut()
101 public void IsIn(Type type, string name, int index, bool expected) in IsIn()
112 public void DefaultValue(Type type, string name, int index, object expected) in DefaultValue()
128 public void IsOptional(Type type, string name, int index, bool expected) in IsOptional()
137 public void IsRetval(Type type, string name, int index, bool expected) in IsRetval()
146 public void Attributes(Type type, string name, int index, ParameterAttributes expected) in Attributes()
192 public void GetOptionalCustomModifiers(Type type, string name, int index, Type[] expected) in GetOptionalCustomModifiers()
204 public void GetRequiredCustomModifiers(Type type, string name, int index, Type[] expected) in GetRequiredCustomModifiers()
[all …]
H A DFieldInfoTests.cs150 public void FieldType(Type type, string name, Type expected) in FieldType()
162 public void IsStatic(Type type, string name, bool expected) in IsStatic()
174 public void IsAssembly(Type type, string name, bool expected) in IsAssembly()
186 public void IsFamily(Type type, string name, bool expected) in IsFamily()
198 public void IsFamilyAndAssembly(Type type, string name, bool expected) in IsFamilyAndAssembly()
210 public void IsFamilyOrAssembly(Type type, string name, bool expected) in IsFamilyOrAssembly()
221 public void IsPublic(Type type, string name, bool expected) in IsPublic()
232 public void IsPrivate(Type type, string name, bool expected) in IsPrivate()
241 public void IsInitOnly(Type type, string name, bool expected) in IsInitOnly()
250 public void IsLiteral(Type type, string name, bool expected) in IsLiteral()
[all …]
H A DMethodInfoTests.cs367 public void IsAbstract(Type type, string name, bool expected) in IsAbstract()
374 public void IsAssembly(Type type, string name, bool expected) in IsAssembly()
381 public void IsConstructor(Type type, string name, bool expected) in IsConstructor()
388 public void IsFamily(Type type, string name, bool expected) in IsFamily()
410 public void IsFinal(Type type, string name, bool expected) in IsFinal()
424 public void IsHideBySig(Type type, string name, bool expected) in IsHideBySig()
431 public void IsPrivate(Type type, string name, bool expected) in IsPrivate()
438 public void IsPublic(Type type, string name, bool expected) in IsPublic()
453 public void IsStatic(Type type, string name, bool expected) in IsStatic()
461 public void IsVirtual(Type type, string name, bool expected) in IsVirtual()
[all …]
H A DPropertyInfoTests.cs58 public void GetValue(Type type, string name, object obj, object[] index, object expected) in GetValue()
103 …public void SetValue(Type type, string name, object obj, object value, object[] index, object expe… in SetValue()
247 public void Equals(Type type1, string name1, Type type2, string name2, bool expected) in Equals()
276 public void CanRead(Type type, string name, bool expected) in CanRead()
286 public void CanWrite(Type type, string name, bool expected) in CanWrite()
295 public void DeclaringType(Type type, string name) in DeclaringType()
305 public void PropertyType(Type type, string name, Type expected) in PropertyType()
315 public void Name(Type type, string name) in Name()
325 public void IsSpecialName(Type type, string name, bool expected) in IsSpecialName()
334 public void Attributes(Type type, string name, PropertyAttributes expected) in Attributes()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dreconstruct_internal_test.cc493 auto type = struct_( in TEST_F() local
530 auto type = struct_( in TEST_F() local
629 auto type = struct_( in TEST_F() local
660 auto type = struct_( in TEST_F() local
720 auto type = struct_( in TEST_F() local
1216 auto type = in TEST_F() local
1275 auto type = in TEST_F() local
1306 auto type = in TEST_F() local
1369 auto type = in TEST_F() local
1429 auto type = in TEST_F() local
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/arrow/
H A Dreconstruct_internal_test.cc493 auto type = struct_( in TEST_F() local
530 auto type = struct_( in TEST_F() local
629 auto type = struct_( in TEST_F() local
660 auto type = struct_( in TEST_F() local
720 auto type = struct_( in TEST_F() local
1216 auto type = in TEST_F() local
1275 auto type = in TEST_F() local
1306 auto type = in TEST_F() local
1369 auto type = in TEST_F() local
1429 auto type = in TEST_F() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/
H A DGenerateHashCodeEqualsTest.java89 …public void runJ7Operation(IType type, IField[] fields, boolean useInstanceof) throws CoreExceptio… in runJ7Operation()
93 private IField[] getFields(IType type, String[] fieldNames) { in getFields()
129 String expected= "package p;\r\n" + in test01() local
218 String expected= "package p;\r\n" + in test02() local
280 String expected= "package p;\r\n" + in test03() local
350 String expected= "package p;\r\n" + in test04() local
413 String expected= "package p;\r\n" + in test05() local
474 String expected= "package p;\r\n" + in test06() local
1714 IType type= a.getType("A").getType("Inner"); in enclosingInstance() local
1774 IType type= a.getType("A").getType("Inner"); in enclosingInstanceIn17() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/ipc/
H A Djson_simple_test.cc94 std::shared_ptr<Array> actual, expected; in AssertJSONArray() local
106 std::shared_ptr<Array> actual, expected; in AssertJSONArray() local
142 std::shared_ptr<Array> expected, actual; in TYPED_TEST_P() local
215 std::shared_ptr<Array> expected, actual; in TEST() local
232 std::shared_ptr<Array> expected, actual; in TEST() local
254 std::shared_ptr<Array> expected, actual; in TEST() local
278 std::shared_ptr<Array> expected, actual; in TEST() local
301 std::shared_ptr<Array> expected, actual; in TEST() local
330 std::shared_ptr<Array> expected, actual; in TEST() local
418 std::shared_ptr<Array> expected, actual; in TEST() local
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_set_lookup_test.cc55 auto expected = ArrayFromJSON(boolean(), expected_json); in CheckIsIn() local
116 auto type = TypeTraits<TypeParam>::type_singleton(); in TYPED_TEST() local
144 auto type = null(); in TEST_F() local
165 auto type = boolean(); in TEST_F() local
181 auto type = TypeTraits<TypeParam>::type_singleton(); in TYPED_TEST() local
199 auto type = fixed_size_binary(3); in TEST_F() local
217 auto type = decimal(3, 1); in TEST_F() local
239 auto expected = ChunkedArrayFromJSON( in TEST_F() local
517 std::shared_ptr<Array> input, value_set, expected; in TEST_F() local
561 auto type = decimal(2, 0); in TEST_F() local
[all …]
/dports/net/bctoolbox/bctoolbox-0.6.0/include/bctoolbox/
H A Dtester.h136 #define _BC_ASSERT_PRED(name, pred, actual, expected, type, ...) \ argument
151 #define BC_ASSERT_PTR_EQUAL(actual, expected) bc_assert(__FILE__, __LINE__, ((actual) == (expected)… argument
152 #define BC_ASSERT_PTR_NOT_EQUAL(actual, expected) bc_assert(__FILE__, __LINE__, ((actual) != (expec… argument
156 #define BC_ASSERT_STRING_NOT_EQUAL(actual, expected) _BC_ASSERT_PRED("BC_ASSERT_STRING_NOT_EQUAL", … argument
159 #define BC_ASSERT_DOUBLE_EQUAL(actual, expected, granularity) _BC_ASSERT_PRED("BC_ASSERT_DOUBLE_EQU… argument
162 #define BC_ASSERT_EQUAL(actual, expected, type, type_format) _BC_ASSERT_PRED("BC_ASSERT_EQUAL", ((c… argument
163 #define BC_ASSERT_NOT_EQUAL(actual, expected, type, type_format) _BC_ASSERT_PRED("BC_ASSERT_NOT_EQU… argument
165 #define BC_ASSERT_GREATER(actual, min, type, type_format) _BC_ASSERT_PRED("BC_ASSERT_GREATER", ((ca… argument
166 #define BC_ASSERT_LOWER(actual, max, type, type_format) _BC_ASSERT_PRED("BC_ASSERT_LOWER", ((cactua… argument
167 #define BC_ASSERT_GREATER_STRICT(actual, min, type, type_format) _BC_ASSERT_PRED("BC_ASSERT_GREATER… argument
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dscalar_set_lookup_test.cc55 auto expected = ArrayFromJSON(boolean(), expected_json); in CheckIsIn() local
87 auto expected = ArrayFromJSON(boolean(), expected_json); in CheckIsInDictionary() local
172 auto type = null(); in TEST_F() local
203 auto type = boolean(); in TEST_F() local
251 auto type = fixed_size_binary(3); in TEST_F() local
279 auto type = decimal(3, 1); in TEST_F() local
399 auto expected = ChunkedArrayFromJSON( in TEST_F() local
752 std::shared_ptr<Array> input, value_set, expected; in TEST_F() local
807 auto type = month_day_nano_interval(); in TEST_F() local
825 auto type = decimal(2, 0); in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsStateQueryUtil.cpp1946 …llector& result, glu::CallLogWrapper& gl, glw::GLenum target, const void* expected, QueryType type) in verifyStatePointer()
1956 …tor& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, bool expected, QueryType type) in verifyStateIndexedBoolean()
1976 …ctor& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, int expected, QueryType type) in verifyStateIndexedInteger()
1996 …ctor& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, int expected, QueryType type) in verifyStateAttributeInteger()
2006 …sult, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, int expected, QueryType type) in verifyStateFramebufferInteger()
2026 …ult, glu::CallLogWrapper& gl, glw::GLuint program, glw::GLenum pname, int expected, QueryType type) in verifyStateProgramInteger()
2046 …lt, glu::CallLogWrapper& gl, glw::GLuint pipeline, glw::GLenum pname, int expected, QueryType type) in verifyStatePipelineInteger()
2056 …sult, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, int expected, QueryType type) in verifyStateTextureParamInteger()
2066 …lt, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, float expected, QueryType type) in verifyStateTextureParamFloat()
2126 …esultCollector& result, glu::CallLogWrapper& gl, glw::GLuint handle, bool expected, QueryType type) in verifyStateObjectBoolean()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/ipc/
H A Djson_simple_test.cc100 std::shared_ptr<Array> actual, expected; in AssertJSONArray() local
112 std::shared_ptr<Array> actual, expected; in AssertJSONArray() local
170 std::shared_ptr<Array> expected, actual; in TYPED_TEST_P() local
265 std::shared_ptr<Array> expected, actual; in TYPED_TEST_P() local
315 std::shared_ptr<Array> expected, actual; in TEST() local
332 std::shared_ptr<Array> expected, actual; in TEST() local
354 std::shared_ptr<Array> expected, actual; in TEST() local
378 std::shared_ptr<Array> expected, actual; in TEST() local
466 std::shared_ptr<Array> expected, actual; in TEST() local
503 std::shared_ptr<Array> expected, actual; in TestDecimalBasic() local
[all …]
/dports/www/moodle310/moodle/lib/xapi/tests/
H A Diri_test.php56 public function test_generate(string $value, string $expected, string $type = null) {
69 public function test_extract(string $expected, string $value, string $type = null) {
113 public function test_check(string $value, bool $expected) {
/dports/www/moodle311/moodle/lib/xapi/tests/
H A Diri_test.php56 public function test_generate(string $value, string $expected, string $type = null) {
69 public function test_extract(string $expected, string $value, string $type = null) {
113 public function test_check(string $value, bool $expected) {
/dports/www/moodle39/moodle/lib/xapi/tests/
H A Diri_test.php56 public function test_generate(string $value, string $expected, string $type = null) {
69 public function test_extract(string $expected, string $value, string $type = null) {
113 public function test_check(string $value, bool $expected) {
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/ipc/
H A Djson_simple_test.cc100 std::shared_ptr<Array> actual, expected; in AssertJSONArray() local
112 std::shared_ptr<Array> actual, expected; in AssertJSONArray() local
143 std::shared_ptr<Scalar> actual, expected; in AssertJSONScalar() local
185 std::shared_ptr<Array> expected, actual; in TYPED_TEST_P() local
280 std::shared_ptr<Array> expected, actual; in TYPED_TEST_P() local
330 std::shared_ptr<Array> expected, actual; in TEST() local
368 std::shared_ptr<Array> expected, actual; in TEST() local
392 std::shared_ptr<Array> expected, actual; in TEST() local
486 std::shared_ptr<Array> expected, actual; in TEST() local
523 std::shared_ptr<Array> expected, actual; in TestDecimalBasic() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/compute/test/
H A Dcheck_macros.hpp19 #define CHECK_RANGE_EQUAL(type, size, actual, expected) \ argument
51 #define CHECK_RANGE_CLOSE(type, size, actual, expected, tolerance) \ argument
65 #define CHECK_HOST_RANGE_EQUAL(type, size, actual, expected) \ argument
75 #define CHECK_STRING_EQUAL(actual, expected) \ argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/test/
H A Dcheck_macros.hpp19 #define CHECK_RANGE_EQUAL(type, size, actual, expected) \ argument
51 #define CHECK_RANGE_CLOSE(type, size, actual, expected, tolerance) \ argument
65 #define CHECK_HOST_RANGE_EQUAL(type, size, actual, expected) \ argument
75 #define CHECK_STRING_EQUAL(actual, expected) \ argument
/dports/devel/boost-libs/boost_1_72_0/libs/compute/test/
H A Dcheck_macros.hpp19 #define CHECK_RANGE_EQUAL(type, size, actual, expected) \ argument
51 #define CHECK_RANGE_CLOSE(type, size, actual, expected, tolerance) \ argument
65 #define CHECK_HOST_RANGE_EQUAL(type, size, actual, expected) \ argument
75 #define CHECK_STRING_EQUAL(actual, expected) \ argument
/dports/devel/hyperscan/boost_1_75_0/libs/compute/test/
H A Dcheck_macros.hpp19 #define CHECK_RANGE_EQUAL(type, size, actual, expected) \ argument
51 #define CHECK_RANGE_CLOSE(type, size, actual, expected, tolerance) \ argument
65 #define CHECK_HOST_RANGE_EQUAL(type, size, actual, expected) \ argument
75 #define CHECK_STRING_EQUAL(actual, expected) \ argument
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DDemangleTest.cpp35 using type = folly_test::ThisIsAVeryLongStructureName; in TEST_F() typedef
37 auto const expected = demangle_build_has_cxxabi ? pretty_name<type>() : raw; in TEST_F() local
42 using type = folly_test::ThisIsAVeryLongStructureName; in TEST_F() typedef
44 auto const expected = demangle_build_has_liberty ? pretty_name<type>() : raw; in TEST_F() local
65 using type = std::make_integer_sequence<int, demangle_max_symbol_size / 4>; in TEST_F() typedef
71 auto const expected = demangle_build_has_liberty ? choice : raw; in TEST_F() local
/dports/net/yami4/yami4-gpl-1.11.0/src/cpp/tests/
H A Dparameters-test.cpp125 yami::parameter_type type = params.type("name"); in test2() local
252 const char expected[] = in test2() local
307 yami::parameter_type type = params.type("name"); in test3() local
385 const char expected[] = in test3() local
420 yami::parameter_type type = params.type("name"); in test4() local
497 const char expected[] = in test4() local
610 const char expected[] = in test5() local
768 const char expected[] = in test6() local
986 const char expected[] = in test7() local
1158 const char expected[] = in test8() local
[all …]
/dports/www/kohana/kohana-v3.3.6/system/tests/kohana/
H A DFormTest.php66 public function test_open($input, $expected)
120 public function test_input($type, $name, $value, $attributes)
171 public function test_file($name, $attributes, $expected)
203 public function test_check($type, $name, $value, $checked, $attributes)
251 public function test_text($type, $name, $body, $attributes)
307 public function test_select($name, $options, $selected, $expected)
334 public function test_submit($name, $value, $expected)
368 public function test_image($name, $value, $attributes, $expected)
404 function test_label($for, $text, $attributes, $expected)

12345678910>>...279