Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java134 final CountAndCaptureExceptionListener listener = new CountAndCaptureExceptionListener(); in testExceptionInFieldProvision()
164 final CountAndCaptureExceptionListener listener = new CountAndCaptureExceptionListener(); in testExceptionInCxtorProvision()
453 private static class CountAndCaptureExceptionListener implements ProvisionListener { class in ProvisionListenerTest