Skip to content

Instantly share code, notes, and snippets.

@ian-ellis
Created January 16, 2017 22:51
Show Gist options
  • Save ian-ellis/16faa678de54d53a00bc160f90ef46ec to your computer and use it in GitHub Desktop.
Save ian-ellis/16faa678de54d53a00bc160f90ef46ec to your computer and use it in GitHub Desktop.
ArrayList<String> imageUrls = new ArrayList<>();
imageUrls.add("http://theiconic.com.au/someImage.jpg")
imageUrls.add("http://theiconic.com.au/someOtherImage.jpg")
CatalogProductEntity product = mockProduct("sky", "name", "BrandName", 120d, 90d, imageUrls)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment