|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnitilsException | |
|---|---|
| org.unitils.mock.mockbehavior | |
| org.unitils.mock.mockbehavior.impl | |
| Uses of UnitilsException in org.unitils.mock.mockbehavior |
|---|
| Methods in org.unitils.mock.mockbehavior that throw UnitilsException | |
|---|---|
void |
ValidatableMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
Checks whether the mock behavior can be executed for the given invocation. |
| Uses of UnitilsException in org.unitils.mock.mockbehavior.impl |
|---|
| Methods in org.unitils.mock.mockbehavior.impl that throw UnitilsException | |
|---|---|
void |
ValueReturningMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
Checks whether the mock behavior can be executed for the given invocation. |
void |
StubMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
Stub behavior is always allowed. |
void |
OriginalBehaviorInvokingMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
Checks whether the mock behavior can be executed for the given invocation. |
void |
ExceptionThrowingMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
Checks whether the mock behavior can be executed for the given invocation. |
void |
DefaultValueReturningMockBehavior.assertCanExecute(ProxyInvocation proxyInvocation)
Checks whether the mock behavior can be executed for the given invocation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||