+doc add Java testkit documentation and scaladoc

This commit is contained in:
Johannes Rudolph 2015-07-17 14:01:29 +02:00
parent f889112096
commit 4c24b72b31
7 changed files with 237 additions and 4 deletions

View file

@ -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 {