Lines Matching refs:module_idx
21 assert(id.common.module_idx == id.element.module_idx); in test_overlapping_fields()
22 assert(id.common.module_idx == id.api.module_idx); in test_overlapping_fields()
23 assert(id.common.module_idx == id.event.module_idx); in test_overlapping_fields()
24 assert(id.common.module_idx == id.notification.module_idx); in test_overlapping_fields()
32 assert(id.common.module_idx == 42); in test_build_module()
42 assert(id.element.module_idx == 42); in test_build_element()
53 assert(id.api.module_idx == 42); in test_build_api()
64 assert(id.event.module_idx == 42); in test_build_event()
75 assert(id.notification.module_idx == 42); in test_build_notification()
87 assert(parent_id.common.module_idx == 42); in test_module_from_module()
98 assert(parent_id.common.module_idx == 42); in test_module_from_element()