> @@ -679,6 +700,10 @@ private void checkProfileInfo(ProfileInfo
> newProfileInfo, ProfileInfo createdPro
> assertEquals(newProfileInfo.getLastName(),
> createdProfileInfo.getLastName());
> assertEquals(newProfileInfo.getTown(), createdProfileInfo.getTown());
> }
> +
> + private void checkCalcSubscription(CalcSubscription actual,
> CalcSubscription expected) {
> + assertEquals(actual.getResource(), expected.getResource());
> + }
If we're only doing one check here, inline this method?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/41/files#r7976421