Modifier and Type | Class and Description |
---|---|
static class |
WsTester.Result |
static class |
WsTester.TestRequest |
static class |
WsTester.TestResponse |
Constructor and Description |
---|
WsTester(WebService... webServices) |
Modifier and Type | Method and Description |
---|---|
WebService.Context |
context() |
WebService.Controller |
controller(String path) |
WsTester.TestRequest |
newRequest(String actionKey) |
WsTester.TestRequest |
newRequest(String controllerPath,
String actionKey) |
public WsTester(WebService... webServices)
public WebService.Context context()
@CheckForNull public WebService.Controller controller(String path)
public WsTester.TestRequest newRequest(String actionKey)
public WsTester.TestRequest newRequest(String controllerPath, String actionKey)
Copyright © 2009-2014 SonarSource. All Rights Reserved.