I want to test by SomeDto.fromDto(v:any) method that parses the response into meaningful SomeDto object. Right now, I have taken real httpresponse and pasted it
SomeDto.fromDto(v:any)