Searched refs:excepted (Results 1 – 2 of 2) sorted by relevance
139 } catch (IllegalArgumentException excepted) { in testConstructorInputValidation()146 } catch (NullPointerException excepted) { in testConstructorInputValidation()160 } catch (IllegalArgumentException excepted) { in testConstructorInputValidation()167 } catch (NullPointerException excepted) { in testConstructorInputValidation()
651 final String excepted = "testValue"; in testClone() local652 mIntent.putExtra(key, excepted); in testClone()661 assertEquals(excepted, actual.getStringExtra(key)); in testClone()