Home
last modified time | relevance | path

Searched refs:referenceException (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractIteratorTester.java446 PermittedMetaException referenceException = null; in internalExecuteAndCompare() local
487 referenceException = e; in internalExecuteAndCompare()
492 if (referenceException == null) { in internalExecuteAndCompare()
508 fail("Target failed to throw " + referenceException); in internalExecuteAndCompare()
515 referenceException.assertPermitted(targetException); in internalExecuteAndCompare()