Home
last modified time | relevance | path

Searched refs:expected_instances (Results 1 – 7 of 7) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libecal/
H A Dtest-cal-reminders.c66 ExpectedInstance *expected_instances, /* in/out, the function modifies the 'filled' part */ in test_reminders_verify() argument
80 g_assert_nonnull (expected_instances); in test_reminders_verify()
116 if (!expected_instances[ii].filled) { in test_reminders_verify()
117 expected_instances[ii].filled = TRUE; in test_reminders_verify()
118expected_instances[ii].instance_time = test_str_to_timet (expected_instances[ii].instance_time_str… in test_reminders_verify()
119expected_instances[ii].occur_start = test_str_to_timet (expected_instances[ii].occur_start_str, de… in test_reminders_verify()
120expected_instances[ii].occur_end = test_str_to_timet (expected_instances[ii].occur_end_str, defaul… in test_reminders_verify()
123 …found = expected_instances[ii].instance_time == e_cal_component_alarm_instance_get_time (instance)… in test_reminders_verify()
124expected_instances[ii].occur_start == e_cal_component_alarm_instance_get_occur_start (instance) && in test_reminders_verify()
125 expected_instances[ii].occur_end == e_cal_component_alarm_instance_get_occur_end (instance); in test_reminders_verify()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_boto_elb.py214 expected_instances = deepcopy(all_instance_ids)
215 expected_instances.remove(reservations.instances[0].id)
219 self.assertEqual(actual_instances, expected_instances)
241 expected_instances = [reservations.instances[-1].id]
247 self.assertEqual(actual_instances, expected_instances)
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Dasync_list_instances_test.cc210 std::vector<std::string> const expected_instances{ in TEST_F() local
216 EXPECT_EQ(expected_instances, InstanceNames(*res)); in TEST_F()
298 std::vector<std::string> const expected_instances{ in TEST_F() local
302 EXPECT_EQ(expected_instances, InstanceNames(*res)); in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Dasync_list_instances_test.cc210 std::vector<std::string> const expected_instances{ in TEST_F() local
216 EXPECT_EQ(expected_instances, InstanceNames(*res)); in TEST_F()
298 std::vector<std::string> const expected_instances{ in TEST_F() local
302 EXPECT_EQ(expected_instances, InstanceNames(*res)); in TEST_F()
/dports/sysutils/tracker/tracker-2.3.4/tests/libtracker-data/
H A Dtracker-backup-test.c64 gint expected_instances, in check_content_in_db() argument
80 g_assert_cmpint (n_rows, ==, expected_instances); in check_content_in_db()
/dports/devel/grpc134/grpc-1.34.1/tools/run_tests/
H A Drun_xds_tests.py499 def compare_expected_instances(stats, expected_instances): argument
510 for rpc_type, expected_peers in expected_instances.items():
978 for (route_rules, expected_instances) in test_cases:
1002 if compare_expected_instances(stats, expected_instances):
1047 for (route_rules, expected_instances) in test_cases:
1072 if compare_expected_instances(stats, expected_instances):
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/
H A Drun_xds_tests.py606 def compare_expected_instances(stats, expected_instances): argument
617 for rpc_type, expected_peers in expected_instances.items():
1520 for (route_rules, expected_instances) in test_cases:
1544 if compare_expected_instances(stats, expected_instances):
1550 % expected_instances)
1722 for (route_rules, expected_instances) in test_cases:
1747 if compare_expected_instances(stats, expected_instances):
1753 % expected_instances)