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.java447 PermittedMetaException referenceException = null; in internalExecuteAndCompare() local
488 referenceException = e; in internalExecuteAndCompare()
493 if (referenceException == null) { in internalExecuteAndCompare()
509 fail("Target failed to throw " + referenceException); in internalExecuteAndCompare()
516 referenceException.assertPermitted(targetException); in internalExecuteAndCompare()