| Modifier and Type | Method and 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–2019 Oracle Corporation. All rights reserved.