Home
last modified time | relevance | path

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

/external/easymock/src/org/easymock/internal/
DRecordState.java105 requireValidThrowable(throwable); in andThrow()
174 requireValidThrowable(throwable); in andStubThrow()
185 requireValidThrowable(throwable); in setDefaultThrowable()
299 private void requireValidThrowable(Throwable throwable) { in requireValidThrowable() method in RecordState