Lines Matching refs:expected

41     } catch (IllegalArgumentException expected) {
53 } catch (IllegalArgumentException expected) {
54 verifySimpleMessage(expected);
62 } catch (IllegalArgumentException expected) {
63 assertEquals("null", expected.getMessage());
75 } catch (IllegalArgumentException expected) {
76 verifyComplexMessage(expected);
88 } catch (IllegalStateException expected) {
100 } catch (IllegalStateException expected) {
101 verifySimpleMessage(expected);
109 } catch (IllegalStateException expected) {
110 assertEquals("null", expected.getMessage());
122 } catch (IllegalStateException expected) {
123 verifyComplexMessage(expected);
138 } catch (NullPointerException expected) {
151 } catch (NullPointerException expected) {
152 verifySimpleMessage(expected);
166 } catch (NullPointerException expected) {
167 verifyComplexMessage(expected);
181 } catch (IllegalArgumentException expected) {
191 } catch (IndexOutOfBoundsException expected) {
192 assertEquals("index (-1) must not be negative", expected.getMessage());
200 } catch (IndexOutOfBoundsException expected) {
202 expected.getMessage());
210 } catch (IndexOutOfBoundsException expected) {
211 assertEquals("foo (-1) must not be negative", expected.getMessage());
219 } catch (IndexOutOfBoundsException expected) {
221 expected.getMessage());
235 } catch (IllegalArgumentException expected) {
245 } catch (IndexOutOfBoundsException expected) {
246 assertEquals("index (-1) must not be negative", expected.getMessage());
254 } catch (IndexOutOfBoundsException expected) {
256 expected.getMessage());
264 } catch (IndexOutOfBoundsException expected) {
265 assertEquals("foo (-1) must not be negative", expected.getMessage());
273 } catch (IndexOutOfBoundsException expected) {
275 expected.getMessage());
290 } catch (IllegalArgumentException expected) {
298 } catch (IndexOutOfBoundsException expected) {
300 expected.getMessage());
308 } catch (IndexOutOfBoundsException expected) {
310 expected.getMessage());
318 } catch (IndexOutOfBoundsException expected) {
320 expected.getMessage());