Lines Matching refs:raise_error
95 expect { call.status = sts }.not_to raise_error
102 expect { call.status = bad_sts }.to raise_error(TypeError)
107 expect { call.status = nil }.not_to raise_error
115 expect { call.metadata = md }.not_to raise_error
122 expect { call.metadata = bad_md }.to raise_error(TypeError)
127 expect { call.metadata = nil }.not_to raise_error
136 expect { call.set_credentials! creds }.not_to raise_error
143 expect { call.cancel }.not_to raise_error
149 expect { call.cancel }.not_to raise_error
158 end.not_to raise_error
161 end.to raise_error(TypeError)
169 end.not_to raise_error