Searched defs:expected_selected (Results 1 – 2 of 2) sorted by relevance
415 let expected_selected = (registry.components().nth(1).unwrap().dt, &expected_overlays[..]); in test_components_returns_selected() localVariable443 let expected_selected = (registry.components().nth(1).unwrap().dt, &[][..]); in test_components_returns_selected_no_overlays() localVariable523 let expected_selected = (registry.components().nth(0).unwrap().dt, &[][..]); in test_components_autoselect() localVariable542 let expected_selected = (registry.components().nth(0).unwrap().dt, &[][..]); in test_components_autoselect_no_overlays() localVariable
60 const bool expected_selected = pdfium::Contains(expected_indices, i); in TestMultiselectFieldDict() local