Class containing factory methods for commonly used model items, for use in automatic tests.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static OAuth2Profile | makeOAuth2Profile() | 
|  | static OAuth2ProfileContainer | makeOAuth2ProfileContainer() | 
|  | static RestMethod | makeRestMethod() | 
|  | static RestMockAction | makeRestMockAction() | 
|  | static RestMockService | makeRestMockService() | 
|  | static RestMockService | makeRestMockService(WsdlProject project) | 
|  | static RestRequest | makeRestRequest() | 
|  | static RestRequest | makeRestRequest(RestResource restResource) | 
|  | static RestResource | makeRestResource() | 
|  | static RestMockResponse | makeRestResponse() | 
|  | static RestService | makeRestService() | 
|  | static RestTestRequestStep | makeRestTestRequestStep() | 
|  | static WsdlTestCase | makeTestCase() | 
|  | static WsdlTestRequestStep | makeTestRequestStep() | 
|  | static WsdlMockOperation | makeWsdlMockOperation() | 
|  | static WsdlMockResponse | makeWsdlMockResponse() | 
|  | static WsdlOperation | makeWsdlOperation() | 
|  | static WsdlProject | makeWsdlProject() | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |