Searched refs:excepted (Results 1 – 1 of 1) sorted by relevance
626 final String excepted = "testValue"; in testClone() local627 mIntent.putExtra(key, excepted); in testClone()635 assertEquals(excepted, actual.getStringExtra(key)); in testClone()