Skip to content

Instantly share code, notes, and snippets.

@alebaffa
Last active October 9, 2016 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alebaffa/73fa748312c3cda72fad659d698d1203 to your computer and use it in GitHub Desktop.
Save alebaffa/73fa748312c3cda72fad659d698d1203 to your computer and use it in GitHub Desktop.
@Test
public void should_convert_to_html() throws IOException {
HtmlTextConverter converter = new FakeHtmlTextConverter("ciao");
assertThat(converter.convertToHtml(), is("ciao<br />"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment