getForEntity(ROOT_URL+"/posts", Post[].class); List<Post> posts = Arrays.asList(responseEntity.getBody()); assertNotNull(posts); } ...
確定! 回上一頁