Lines Matching refs:c1
20 let mut c1 = AttrControlled::default(); in test_controlled_get_from() localVariable
21 c1.get_from(&m1)?; in test_controlled_get_from()
23 assert_eq!(c1, c, "not equal"); in test_controlled_get_from()
57 let mut c1 = AttrControlling::default(); in test_controlling_get_from() localVariable
58 c1.get_from(&m1)?; in test_controlling_get_from()
60 assert_eq!(c1, c, "not equal"); in test_controlling_get_from()
110 let mut c1 = AttrControl::default(); in test_control_get_from() localVariable
111 c1.get_from(&m1)?; in test_control_get_from()
113 assert_eq!(c1, c, "not equal"); in test_control_get_from()
148 let mut c1 = AttrControl::default(); in test_control_get_from() localVariable
149 c1.get_from(&m1)?; in test_control_get_from()
151 assert_eq!(c1, c, "not equal"); in test_control_get_from()