| Modifier and Type | Method | Description |
|---|---|---|
RouteMock |
RouteMock.before(Handler handler) |
Executes this handler before first matched handler.
|
RouteMock |
RouteMock.replace(int matchRoutIndex,
Handler handler) |
Replace single matched rout.
|
RouteMock |
RouteMock.skip(int matchRoutIndex) |
Skips single matched rout.
|
Copyright © 2018 Oracle Corporation. All rights reserved.