> private String name = getClass().getSimpleName(); > private String containerName = getClass().getSimpleName() + "Container"; > + > + public void copy() throws Exception {
I personally am not a fan of `testX` names for tests, but that seems to be what we mainly use in jclouds. So `testCopy()`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/73/files#r8710139