CenturyLinkCloud / clc-java-sdk

Apache License 2.0
6 stars 4 forks source link

Replace remote calls to WireMock stub calls for power operations test #118

Closed idrabenia closed 9 years ago

idrabenia commented 9 years ago

If needed you would be possible split this chained test to multiple simple tests. See what would be usable for you.

pslam commented 9 years ago

Some of the power operations tests are completely mocked, such as ServerOperationsByServerFilterTest, ServerOperationsByGroupsTest etc. I think only ServerOperationsServiceTest should be mocked with WireMock. @idrabenia what you think about ?