4647484950515253
payloadFromResource("/GetVSYSAttributes-response.xml")) .build(); VirtualSystemApi api = requestSendsResponse(request, response) .getVirtualSystemApi(); VSystem system = api.get("ABCDEFGH-A123B456CE"); assertNotNull(system, "system"); }
6162636465666768
payloadFromResource("/GetVSYSConfiguration-response.xml")) .build(); VirtualSystemApi api = requestSendsResponse(request, response) .getVirtualSystemApi(); VSystem system = api.getDetails("ABCDEFGH-A123B456CE"); assertNotNull(system, "system"); }
4344454647484950
5859606162636465