use of com.att.cdp.zones.SnapshotService in project AJSC by att.
the class TestSnapshotService method listSnapshot.
@Test
@Ignore
public void listSnapshot() throws ZoneException {
Context context = connect();
SnapshotService service = context.getSnapshotService();
String id = "";
Snapshot snap = service.getSnapshot(id);
assertNotNull(snap);
}
Aggregations