* Unit tests for the {@link MovedVolume} function.
*/
@Test(groups = "unit", testName = "MovedVolumeTest")
public class MovedVolumeTest {
public void testReturnOriginalExceptionIfNotHttpResponseException() {
MovedVolume function = new MovedVolume(new ReturnMoveVolumeReference(new JAXBParser("false"),
TypeLiteral.get(MovedVolumeDto.class)));
RuntimeException exception = new RuntimeException();
try {