48 references to TestBinaryOperator_AddTestsForType
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (48)
ExpressionTrees\CodeGenExprLambda.vb (48)
388TestBinaryOperator_AddTestsForType(type1, "String", "String", "&", tests)
389TestBinaryOperator_AddTestsForType(type1, "String", "String", "+", tests)
390TestBinaryOperator_AddTestsForType("String", type1, "String", "&", tests)
391TestBinaryOperator_AddTestsForType("String", type1, "String", "+", tests)
393TestBinaryOperator_AddTestsForType("Object", "Object", "Object", "&", tests)
406TestBinaryOperator_AddTestsForType(type1, "String", "Boolean", "Like", tests)
407TestBinaryOperator_AddTestsForType("Object", type1, "Boolean", "Like", tests)
409TestBinaryOperator_AddTestsForType("String", type1, "Boolean", "Like", tests)
410TestBinaryOperator_AddTestsForType(type1, "Object", "Boolean", "Like", tests)
414TestBinaryOperator_AddTestsForType("Object", "Object", "Object", "Like", tests)
427TestBinaryOperator_AddTestsForType("String", "Date", "Object", op, tests)
428TestBinaryOperator_AddTestsForType("Date?", "String", "Object", op, tests)
429TestBinaryOperator_AddTestsForType("Date", "Object", "Object", op, tests)
430TestBinaryOperator_AddTestsForType("Object", "Date?", "Object", op, tests)
432TestBinaryOperator_AddTestsForType("Date", "String", "Object", op, tests)
433TestBinaryOperator_AddTestsForType("String", "Date?", "Object", op, tests)
434TestBinaryOperator_AddTestsForType("Object", "Date", "Object", op, tests)
435TestBinaryOperator_AddTestsForType("Date?", "Object", "Object", op, tests)
438TestBinaryOperator_AddTestsForType("Date", "Date", "TimeSpan", op, tests)
439TestBinaryOperator_AddTestsForType("Date", "Date?", "TimeSpan", op, tests)
440TestBinaryOperator_AddTestsForType("Date?", "Date", "TimeSpan?", op, tests)
441TestBinaryOperator_AddTestsForType("Date?", "Date?", "TimeSpan?", op, tests)
442TestBinaryOperator_AddTestsForType("Date?", "Date?", "TimeSpan", op, tests)
445TestBinaryOperator_AddTestsForType("Date", "Date", "Object", op, tests)
446TestBinaryOperator_AddTestsForType("Date", "Date?", "Object", op, tests)
447TestBinaryOperator_AddTestsForType("Date?", "Date", "Object", op, tests)
448TestBinaryOperator_AddTestsForType("Date?", "Date?", "Object", op, tests)
472TestBinaryOperator_AddTestsForType(type, "Integer", type + "?", op, tests)
473TestBinaryOperator_AddTestsForType(type + "?", "Integer", type, op, tests)
519TestBinaryOperator_AddTestsForType(type, type, type, operation, list)
520TestBinaryOperator_AddTestsForType(type, type, nullable, operation, list)
521TestBinaryOperator_AddTestsForType(nullable, type, type, operation, list)
522TestBinaryOperator_AddTestsForType(type, nullable, nullable, operation, list)
523TestBinaryOperator_AddTestsForType(nullable, nullable, nullable, operation, list)
527TestBinaryOperator_AddTestsForType(type, type, type, operation, list)
564TestBinaryOperator_AddTestsForType(type, type, "Boolean", operation, list)
565TestBinaryOperator_AddTestsForType(type, type, "Boolean?", operation, list)
566TestBinaryOperator_AddTestsForType(type, nullable, "Boolean", operation, list)
567TestBinaryOperator_AddTestsForType(type, nullable, "Boolean?", operation, list)
568TestBinaryOperator_AddTestsForType(nullable, type, "Boolean", operation, list)
569TestBinaryOperator_AddTestsForType(nullable, type, "Boolean?", operation, list)
570TestBinaryOperator_AddTestsForType(nullable, nullable, "Boolean", operation, list)
571TestBinaryOperator_AddTestsForType(nullable, nullable, "Boolean?", operation, list)
575TestBinaryOperator_AddTestsForType(type, type, "Boolean", operation, list)
576TestBinaryOperator_AddTestsForType(type, type, "Boolean?", operation, list)
588TestBinaryOperator_AddTestsForType(type1, type2, "Object", operation, list)
589TestBinaryOperator_AddTestsForType(type1, type2, "Boolean", operation, list)
590TestBinaryOperator_AddTestsForType(type1, type2, "Boolean?", operation, list)