new MkAnswer.Simple(HttpURLConnection.HTTP_OK, "")
).start();
final Repo repo = repo();
final Issue issue = repo.issues().create("testing6", "issue6");
final RtComment comment = new RtComment(
new ApacheRequest(container.home()), issue, 10
);
try {
final String stringComment = comment.toString();
MatcherAssert.assertThat(
stringComment, Matchers.not(Matchers.isEmptyOrNullString())