+doc add Java testkit documentation and scaladoc
This commit is contained in:
parent
f889112096
commit
4c24b72b31
7 changed files with 237 additions and 4 deletions
|
|
@ -39,6 +39,9 @@ abstract class RouteTest extends AllDirectives {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Wraps a list of route alternatives with testing support.
|
||||
*/
|
||||
@varargs
|
||||
def testRoute(first: Route, others: Route*): TestRoute =
|
||||
new TestRoute {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue